rpms/libaacs/F-20 libaacs.spec,1.10,1.11

Xavier Bachelot xavierb at rpmfusion.org
Sun Dec 22 12:54:55 CET 2013


Author: xavierb

Update of /cvs/free/rpms/libaacs/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv17513/F-20

Modified Files:
	libaacs.spec 
Log Message:
0.7.0


Index: libaacs.spec
===================================================================
RCS file: /cvs/free/rpms/libaacs/F-20/libaacs.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- libaacs.spec	19 Dec 2013 17:57:33 -0000	1.10
+++ libaacs.spec	22 Dec 2013 11:54:55 -0000	1.11
@@ -8,7 +8,7 @@
 %if %{snapshot}
 Release:        0.4.%{tarball_date}git%{git_short}%{?dist}
 %else
-Release:        1%{?dist}
+Release:        2%{?dist}
 %endif
 Summary:        Open implementation of AACS specification
 Group:          System Environment/Libraries
@@ -40,6 +40,15 @@
 This library is an open implementation of the AACS specification.
 
 
+%package utils
+Summary:        Test utilities for %{name}
+Group:          Development/Libraries
+Requires:       %{name}%{?_isa} = %{version}-%{release}
+
+%description utils
+The %{name}-utils package contains test utilities for %{name}.
+
+
 %package        devel
 Summary:        Development files for %{name}
 Group:          Development/Libraries
@@ -88,8 +97,10 @@
 %defattr(-,root,root,-)
 %doc COPYING KEYDB.cfg ChangeLog README.txt
 %{_libdir}/*.so.*
-%{_bindir}/aacs_info
 
+%files utils
+%defattr(-,root,root,-)
+%{_bindir}/aacs_info
 
 %files devel
 %defattr(-,root,root,-)
@@ -99,6 +110,9 @@
 
 
 %changelog
+* Thu Dec 19 2013 Xavier Bachelot <xavier at bachelot.org> 0.7.0-2
+- Move test utilities to their own subpackage to avoid potential multilib conflict.
+
 * Thu Dec 19 2013 Xavier Bachelot <xavier at bachelot.org> 0.7.0-1
 - Update to 0.7.0.
 


More information about the rpmfusion-commits mailing list