commit 4517a092e1fd81b9a36834a56b4aabaeef5b5e0c
Author: Jakub Bogusz <[email protected]>
Date: Sun Feb 21 08:15:51 2016 +0100
- check-files cleanup, ac/am/lt versions
kvazaar.spec | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/kvazaar.spec b/kvazaar.spec
index c6c54a1..8876a46 100644
--- a/kvazaar.spec
+++ b/kvazaar.spec
@@ -8,9 +8,9 @@ Group: Libraries
Source0:
https://github.com/ultravideo/kvazaar/archive/v%{version}/%{name}-%{version}.tar.gz
# Source0-md5: 9c614d753dc055dcbb343546d3cd4048
URL: https://github.com/ultravideo/kvazaar
-BuildRequires: autoconf
-BuildRequires: automake
-BuildRequires: libtool
+BuildRequires: autoconf >= 2.50
+BuildRequires: automake >= 1:1.11
+BuildRequires: libtool >= 2:2
%ifarch %{ix86} %{x8664} x32
BuildRequires: yasm
%endif
@@ -52,7 +52,7 @@ Statyczna biblioteka Kvazaar.
%build
%{__libtoolize}
-%{__aclocal}
+%{__aclocal} -I m4
%{__autoconf}
%{__autoheader}
%{__automake}
@@ -67,6 +67,11 @@ rm -rf $RPM_BUILD_ROOT
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
+# obsoleted by pkg-config
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libkvazaar.la
+# packaged as %doc
+%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/kvazaar
+
%clean
rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kvazaar.git/commitdiff/4517a092e1fd81b9a36834a56b4aabaeef5b5e0c
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit