69 lines
1.4 KiB
RPMSpec
69 lines
1.4 KiB
RPMSpec
|
|
%global debug_package %{nil}
|
||
|
|
|
||
|
|
name: libquvi-scripts
|
||
|
|
Version: 0.9.20131130
|
||
|
|
Release: 13
|
||
|
|
Summary: Lua scripts for parsing the media properties
|
||
|
|
License: AGPLv3+
|
||
|
|
URL: http://quvi.sourceforge.net
|
||
|
|
Source0: http://downloads.sourceforge.net/project/quvi/0.9/%{name}/%{name}-%{version}.tar.xz
|
||
|
|
Patch0: 0001-guardian.lua-Update-for-website-changes.patch
|
||
|
|
|
||
|
|
BuildRequires: gcc git gdb asciidoc
|
||
|
|
Requires: lua-expat lua-socket lua-json
|
||
|
|
|
||
|
|
%description
|
||
|
|
libquvi-scripts contains the Lua scripts for libquvi that it uses to parse
|
||
|
|
the media properties.
|
||
|
|
|
||
|
|
%package help
|
||
|
|
Summary: Doc files for %{name}
|
||
|
|
Buildarch: noarch
|
||
|
|
Requires: man
|
||
|
|
|
||
|
|
%description help
|
||
|
|
The %{name}-help package contains doc files for %{name}.
|
||
|
|
|
||
|
|
%prep
|
||
|
|
%autosetup -n %{name}-%{version} -p1 -S git
|
||
|
|
|
||
|
|
%build
|
||
|
|
%configure --with-nsfw
|
||
|
|
%make_build
|
||
|
|
|
||
|
|
%install
|
||
|
|
%make_install pkgconfigdir=%{_datadir}/pkgconfig/
|
||
|
|
|
||
|
|
%pre
|
||
|
|
|
||
|
|
%preun
|
||
|
|
|
||
|
|
%post -p /sbin/ldconfig
|
||
|
|
|
||
|
|
%postun -p /sbin/ldconfig
|
||
|
|
|
||
|
|
%files
|
||
|
|
%license AUTHORS COPYING
|
||
|
|
%{_datadir}/%{name}
|
||
|
|
%{_datadir}/pkgconfig/%{name}*.pc
|
||
|
|
|
||
|
|
%files help
|
||
|
|
%doc NEWS ChangeLog README
|
||
|
|
%{_mandir}/*/*
|
||
|
|
|
||
|
|
%changelog
|
||
|
|
* Tue Sep 27 2019 luhuaxin <luhuaxin@huawei.com> - 0.9.20131130-13
|
||
|
|
- Type: enhancement
|
||
|
|
- ID: NA
|
||
|
|
- SUG: NA
|
||
|
|
- DESC: move AUTHORS and COPYING files to license folder
|
||
|
|
|
||
|
|
* Tue Sep 24 2019 luhuaxin <luhuaxin@huawei.com> - 0.9.20131130-12
|
||
|
|
- Type: enhancement
|
||
|
|
- ID: NA
|
||
|
|
- SUG: NA
|
||
|
|
- DESC: add help package
|
||
|
|
|
||
|
|
* Fri Aug 16 2019 luhuaxin <luhuaxin@huawei.com> - 0.9.20131130-11
|
||
|
|
- Package init
|