Modernize spec file
This commit is contained in:
parent
01bae6238c
commit
1fe6509156
@ -1,9 +1,8 @@
|
|||||||
Name: frei0r-plugins
|
Name: frei0r-plugins
|
||||||
Version: 1.5
|
Version: 1.5
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: Frei0r - a minimalist plugin API for video effects
|
Summary: Frei0r - a minimalist plugin API for video effects
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://frei0r.dyne.org/
|
URL: https://frei0r.dyne.org/
|
||||||
Source0: https://github.com/ddennedy/frei0r/archive/v%{version}/frei0r-plugins-%{version}.tar.gz
|
Source0: https://github.com/ddennedy/frei0r/archive/v%{version}/frei0r-plugins-%{version}.tar.gz
|
||||||
@ -22,16 +21,14 @@ to solve the recurring re-implementation or adaptation issue of standard effect
|
|||||||
|
|
||||||
%package opencv
|
%package opencv
|
||||||
Summary: Frei0r plugins using OpenCV
|
Summary: Frei0r plugins using OpenCV
|
||||||
Group: System Environment/License
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
Requires: %{name} = %{version}-%{release}
|
|
||||||
|
|
||||||
%description opencv
|
%description opencv
|
||||||
Frei0r plugins that use the OpenCV computer vision framework.
|
Frei0r plugins that use the OpenCV computer vision framework.
|
||||||
|
|
||||||
%package -n frei0r-devel
|
%package -n frei0r-devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Group: Development/Libraries
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
Requires: %{name} = %{version}-%{release}
|
|
||||||
|
|
||||||
%description -n frei0r-devel
|
%description -n frei0r-devel
|
||||||
The %{name}-devel package contains libraries and header files for
|
The %{name}-devel package contains libraries and header files for
|
||||||
@ -72,8 +69,9 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
|
|||||||
%{_libdir}/pkgconfig/frei0r.pc
|
%{_libdir}/pkgconfig/frei0r.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Feb 28 2017 Nicolas Chauvet <kwizart@gmail.com> - 1.5-4
|
* Tue Feb 28 2017 Nicolas Chauvet <kwizart@gmail.com> - 1.5-5
|
||||||
- Rebuilt for OpenCV 3.2.0
|
- Rebuilt for OpenCV 3.2.0
|
||||||
|
- Modenize spec file
|
||||||
|
|
||||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5-3
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user