Autosetup
This commit is contained in:
parent
1fe6509156
commit
70d21d62c8
@ -1,6 +1,6 @@
|
|||||||
Name: frei0r-plugins
|
Name: frei0r-plugins
|
||||||
Version: 1.5
|
Version: 1.5
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: Frei0r - a minimalist plugin API for video effects
|
Summary: Frei0r - a minimalist plugin API for video effects
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -35,21 +35,21 @@ The %{name}-devel package contains libraries and header files for
|
|||||||
developing applications that use %{name}.
|
developing applications that use %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n frei0r-%{version}
|
%autosetup
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir -p m4
|
mkdir -p m4
|
||||||
autoreconf -i
|
autoreconf -i
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
%make_install INSTALL="install -p"
|
||||||
|
|
||||||
#Remove installed doc
|
#Remove installed doc
|
||||||
rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
|
rm -rf %{buildroot}%{_docdir}/%{name}
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -69,9 +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-5
|
* Tue Feb 28 2017 Nicolas Chauvet <kwizart@gmail.com> - 1.5-6
|
||||||
- Rebuilt for OpenCV 3.2.0
|
- 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
|
* 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