Author: xavierb
Update of /cvs/free/rpms/libaacs/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv31287/F-19
Modified Files:
libaacs.spec
Log Message:
Fix rpath issue with aacs_info
Index: libaacs.spec
===================================================================
RCS file: /cvs/free/rpms/libaacs/F-19/libaacs.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libaacs.spec 4 Mar 2013 22:13:23 -0000 1.6
+++ libaacs.spec 23 Aug 2013 09:28:36 -0000 1.7
@@ -8,7 +8,7 @@
%if %{snapshot}
Release: 0.3.%{tarball_date}git%{git_short}%{?dist}
%else
-Release: 1%{?dist}
+Release: 2%{?dist}
%endif
Summary: Open implementation of AACS specification
Group: System Environment/Libraries
@@ -34,6 +34,7 @@
BuildRequires: libgcrypt-devel
BuildRequires: flex
BuildRequires: bison
+BuildRequires: chrpath
%description
@@ -71,6 +72,7 @@
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
+chrpath --delete $RPM_BUILD_ROOT%{_bindir}/aacs_info
%clean
@@ -97,6 +99,9 @@
%changelog
+* Wed Aug 21 2013 Xavier Bachelot <xavier(a)bachelot.org> 0.6.0-2
+- Fix rpath issue with aacs_info.
+
* Mon Mar 04 2013 Xavier Bachelot <xavier(a)bachelot.org> 0.6.0-1
- Update to 0.6.0.
- Switch back to bison.
Show replies by date