Autosetup

This commit is contained in:
Nicolas Chauvet 2017-02-28 20:51:23 +01:00
parent 1fe6509156
commit 70d21d62c8

View File

@ -1,6 +1,6 @@
Name: frei0r-plugins
Version: 1.5
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Frei0r - a minimalist plugin API for video effects
License: GPLv2+
@ -35,21 +35,21 @@ The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%prep
%setup -q -n frei0r-%{version}
%autosetup
%build
mkdir -p m4
autoreconf -i
%configure --disable-static
make %{?_smp_mflags}
%make_build
%install
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
%make_install INSTALL="install -p"
#Remove installed doc
rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
rm -rf %{buildroot}%{_docdir}/%{name}
%files
@ -69,9 +69,9 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
%{_libdir}/pkgconfig/frei0r.pc
%changelog
* Tue Feb 28 2017 Nicolas Chauvet <kwizart@gmail.com> - 1.5-5
* Tue Feb 28 2017 Nicolas Chauvet <kwizart@gmail.com> - 1.5-6
- Rebuilt for OpenCV 3.2.0
- Modenize spec file
- Modernize spec file
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild