rpms/lcms/devel lcms.spec,1.7,1.8

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Feb 5 13:04:51 UTC 2007


Author: alexl

Update of /cvs/dist/rpms/lcms/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv13648

Modified Files:
	lcms.spec 
Log Message:
* Mon Feb  5 2007 Alexander Larsson <alexl at redhat.com> - 1.16-1
- Update to 1.16
- Specfile cleanups (#225981)
- Remove static libs




Index: lcms.spec
===================================================================
RCS file: /cvs/dist/rpms/lcms/devel/lcms.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- lcms.spec	7 Dec 2006 15:42:08 -0000	1.7
+++ lcms.spec	5 Feb 2007 13:04:48 -0000	1.8
@@ -1,12 +1,12 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           lcms
-Version:        1.15
-Release:        2
+Version:        1.16
+Release:        1
 Summary:        Color Management System
 
 Group:          Applications/Productivity
-License:        LGPL
+License:        MIT
 URL:            http://www.littlecms.com/
 Source0:        http://www.littlecms.com/lcms-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -26,7 +26,7 @@
 
 
 %package     -n python-%{name}
-Summary:        Python interface to LittleCMS.
+Summary:        Python interface to LittleCMS
 Group:          Development/Libraries
 Requires:       python, %{python_sitearch}
 Provides:       python-littlecms = %{version}-%{release}
@@ -60,7 +60,7 @@
 make install DESTDIR=${RPM_BUILD_ROOT}
 chmod 0644 AUTHORS COPYING ChangeLog NEWS README.1ST doc/TUTORIAL.TXT doc/LCMSAPI.TXT
 find ${RPM_BUILD_ROOT} -type f -name "*.la" -exec rm -f {} ';'
-touch ${RPM_BUILD_ROOT}%{python_sitearch}/lcms.py{c,o}
+rm ${RPM_BUILD_ROOT}%{_libdir}/*.a
 
 
 %clean
@@ -74,7 +74,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING ChangeLog NEWS README.1ST doc/TUTORIAL.TXT
+%doc AUTHORS COPYING NEWS README.1ST doc/TUTORIAL.TXT
 %{_bindir}/*
 %{_libdir}/*.so.*
 %{_mandir}/man1/*
@@ -83,18 +83,21 @@
 %defattr(-,root,root,-)
 %doc doc/LCMSAPI.TXT
 %{_includedir}/*
-%{_libdir}/*.a
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/%{name}.pc
 
 %files -n python-%{name}
 %defattr(-,root,root,-)
-%{python_sitearch}/lcms.py
+%{python_sitearch}/lcms.py*
 %{python_sitearch}/_lcms.so
 %exclude %{python_sitearch}/_lcms.a
-%ghost %{python_sitearch}/lcms.py?
 
 %changelog
+* Mon Feb  5 2007 Alexander Larsson <alexl at redhat.com> - 1.16-1
+- Update to 1.16
+- Specfile cleanups (#225981)
+- Remove static libs
+
 * Thu Dec  7 2006 Jeremy Katz <katzj at redhat.com> - 1.15-2
 - rebuild against python 2.5
 




More information about the fedora-cvs-commits mailing list