rpms/libaacs/devel libaacs.spec,1.6,1.7

Xavier Bachelot xavierb at rpmfusion.org
Fri Aug 23 11:28:37 CEST 2013


Author: xavierb

Update of /cvs/free/rpms/libaacs/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv31287/devel

Modified Files:
	libaacs.spec 
Log Message:
Fix rpath issue with aacs_info


Index: libaacs.spec
===================================================================
RCS file: /cvs/free/rpms/libaacs/devel/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:37 -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 at bachelot.org> 0.6.0-2
+- Fix rpath issue with aacs_info.
+
 * Mon Mar 04 2013 Xavier Bachelot <xavier at bachelot.org> 0.6.0-1
 - Update to 0.6.0.
 - Switch back to bison.


More information about the rpmfusion-commits mailing list