Author: xavierb
Update of /cvs/free/rpms/libaacs/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv8526
Modified Files:
libaacs.spec
Log Message:
sync with devel
Index: libaacs.spec
===================================================================
RCS file: /cvs/free/rpms/libaacs/F-18/libaacs.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libaacs.spec 3 Sep 2012 20:38:47 -0000 1.5
+++ libaacs.spec 23 Aug 2013 12:26:30 -0000 1.6
@@ -4,11 +4,11 @@
%global git_short %(echo '%{git_hash}' | cut -c -13)
Name: libaacs
-Version: 0.5.0
+Version: 0.6.0
%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
@@ -33,7 +33,8 @@
BuildRequires: libgcrypt-devel
BuildRequires: flex
-BuildRequires: byacc
+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,13 @@
%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.
+
* Mon Sep 03 2012 Xavier Bachelot <xavier(a)bachelot.org> 0.5.0-1
- Update to 0.5.0.
- Use byacc instead of bison, libaacs doesn't build with bison 2.6.1.
Show replies by date