New upstream release
- Spec modernization
This commit is contained in:
parent
eeac3acedf
commit
2037dbe020
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ frei0r-plugins-1.1.22.tar.gz
|
|||||||
/frei0r-plugins-1.2.1.tar.gz
|
/frei0r-plugins-1.2.1.tar.gz
|
||||||
/frei0r-plugins-1.3.tar.gz
|
/frei0r-plugins-1.3.tar.gz
|
||||||
/frei0r-plugins-1.4.tar.gz
|
/frei0r-plugins-1.4.tar.gz
|
||||||
|
/frei0r-plugins-1.5.tar.gz
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
Name: frei0r-plugins
|
Name: frei0r-plugins
|
||||||
Version: 1.4
|
Version: 1.5
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Frei0r - a minimalist plugin API for video effects
|
Summary: Frei0r - a minimalist plugin API for video effects
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.piksel.org/frei0r
|
URL: https://frei0r.dyne.org/
|
||||||
Source0: http://www.piksel.no/frei0r/releases/frei0r-plugins-%{version}.tar.gz
|
Source0: https://github.com/ddennedy/frei0r/archive/v%{version}/frei0r-plugins-%{version}.tar.gz
|
||||||
|
|
||||||
Buildrequires: libtool
|
Buildrequires: libtool
|
||||||
|
|
||||||
@ -38,46 +38,44 @@ The %{name}-devel package contains libraries and header files for
|
|||||||
developing applications that use %{name}.
|
developing applications that use %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n frei0r-%{version}
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
mkdir -p m4
|
||||||
|
autoreconf -i
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||||
|
|
||||||
#Remove installed doc
|
#Remove installed doc
|
||||||
rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
|
rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%doc AUTHORS README TODO
|
||||||
%doc AUTHORS COPYING README TODO
|
%license COPYING
|
||||||
%dir %{_libdir}/frei0r-1
|
%dir %{_libdir}/frei0r-1
|
||||||
%exclude %{_libdir}/frei0r-1/facebl0r.so
|
%exclude %{_libdir}/frei0r-1/facebl0r.so
|
||||||
%exclude %{_libdir}/frei0r-1/facedetect.so
|
%exclude %{_libdir}/frei0r-1/facedetect.so
|
||||||
%{_libdir}/frei0r-1/*.so
|
%{_libdir}/frei0r-1/*.so
|
||||||
|
|
||||||
%files opencv
|
%files opencv
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_libdir}/frei0r-1/facebl0r.so
|
%{_libdir}/frei0r-1/facebl0r.so
|
||||||
%{_libdir}/frei0r-1/facedetect.so
|
%{_libdir}/frei0r-1/facedetect.so
|
||||||
|
|
||||||
%files -n frei0r-devel
|
%files -n frei0r-devel
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_includedir}/frei0r.h
|
%{_includedir}/frei0r.h
|
||||||
%{_libdir}/pkgconfig/frei0r.pc
|
%{_libdir}/pkgconfig/frei0r.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 04 2016 Sérgio Basto <sergio@serjux.com> - 1.5-1
|
||||||
|
- New upstream release
|
||||||
|
- Spec modernization
|
||||||
|
|
||||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-6
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user