rpms/lcms/devel lcms.spec,1.13,1.14

Chauvet (kwizart) fedora-extras-commits at redhat.com
Mon Feb 11 10:25:14 UTC 2008


Author: kwizart

Update of /cvs/pkgs/rpms/lcms/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31820

Modified Files:
	lcms.spec 
Log Message:
- Move libs to mutlilibs



Index: lcms.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lcms/devel/lcms.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- lcms.spec	11 Feb 2008 10:03:31 -0000	1.13
+++ lcms.spec	11 Feb 2008 10:24:31 -0000	1.14
@@ -26,6 +26,13 @@
 LittleCMS intends to be a small-footprint, speed optimized color management
 engine in open source form.
 
+%package        libs
+Summary:        Library for %{name}
+Group:          System Environment/Libraries
+Requires:       %{name} = %{version}-%{release}
+
+%description    libs
+The %{name}-libs package contains library for %{name}.
 
 %package     -n python-%{name}
 Summary:        Python interface to LittleCMS
@@ -40,7 +47,7 @@
 %package        devel
 Summary:        Development files for LittleCMS
 Group:          Development/Libraries
-Requires:       %{name} = %{version}-%{release}
+Requires:       %{name}-libs = %{version}-%{release}
 Requires:       pkgconfig
 Provides:       littlecms-devel = %{version}-%{release}
 
@@ -80,9 +87,12 @@
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING NEWS README.1ST doc/TUTORIAL.TXT
 %{_bindir}/*
-%{_libdir}/*.so.*
 %{_mandir}/man1/*
 
+%files
+%defattr(-,root,root,-)
+%{_libdir}/*.so.*
+
 %files devel
 %defattr(-,root,root,-)
 %doc doc/LCMSAPI.TXT
@@ -99,6 +109,7 @@
 %changelog
 * Mon Feb 11 2008 kwizart < kwizart at gmail.com > - 1.17-3
 - Rebuild for gcc 4.3
+- Move libs to mutlilibs
 
 * Wed Aug 22 2007 kwizart < kwizart at gmail.com > - 1.17-2
 - Disable static for now.




More information about the fedora-extras-commits mailing list