Author: xavierb
Update of /cvs/free/rpms/libaacs/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv16797
Modified Files:
libaacs.spec
Log Message:
Move test utilities to their own subpackage to avoid potential multilib conflict
Index: libaacs.spec
===================================================================
RCS file: /cvs/free/rpms/libaacs/devel/libaacs.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- libaacs.spec 19 Dec 2013 17:52:26 -0000 1.10
+++ libaacs.spec 22 Dec 2013 11:32:04 -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(a)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(a)bachelot.org> 0.7.0-1
- Update to 0.7.0.