New upstream release

- Spec modernization
This commit is contained in:
Sérgio M. Basto 2016-05-06 00:05:06 +01:00
parent eeac3acedf
commit 2037dbe020
3 changed files with 15 additions and 16 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ frei0r-plugins-1.1.22.tar.gz
/frei0r-plugins-1.2.1.tar.gz
/frei0r-plugins-1.3.tar.gz
/frei0r-plugins-1.4.tar.gz
/frei0r-plugins-1.5.tar.gz

View File

@ -1,12 +1,12 @@
Name: frei0r-plugins
Version: 1.4
Release: 6%{?dist}
Version: 1.5
Release: 1%{?dist}
Summary: Frei0r - a minimalist plugin API for video effects
Group: System Environment/Libraries
License: GPLv2+
URL: http://www.piksel.org/frei0r
Source0: http://www.piksel.no/frei0r/releases/frei0r-plugins-%{version}.tar.gz
URL: https://frei0r.dyne.org/
Source0: https://github.com/ddennedy/frei0r/archive/v%{version}/frei0r-plugins-%{version}.tar.gz
Buildrequires: libtool
@ -38,46 +38,44 @@ The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%prep
%setup -q
%setup -q -n frei0r-%{version}
%build
mkdir -p m4
autoreconf -i
%configure --disable-static
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
#Remove installed doc
rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING README TODO
%doc AUTHORS README TODO
%license COPYING
%dir %{_libdir}/frei0r-1
%exclude %{_libdir}/frei0r-1/facebl0r.so
%exclude %{_libdir}/frei0r-1/facedetect.so
%{_libdir}/frei0r-1/*.so
%files opencv
%defattr(-,root,root,-)
%{_libdir}/frei0r-1/facebl0r.so
%{_libdir}/frei0r-1/facedetect.so
%files -n frei0r-devel
%defattr(-,root,root,-)
%{_includedir}/frei0r.h
%{_libdir}/pkgconfig/frei0r.pc
%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
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
202375d1bcb545c1b6eb8f34e0260ec5 frei0r-plugins-1.4.tar.gz
db2d9bdea311a94c1bb8dae56f16a053 frei0r-plugins-1.5.tar.gz