rpms/lcms/devel sources,1.4,1.5 lcms.spec,1.11,1.12

Chauvet (kwizart) fedora-extras-commits at redhat.com
Wed Aug 22 15:23:07 UTC 2007


Author: kwizart

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

Modified Files:
	sources lcms.spec 
Log Message:
Update to 1.17



Index: sources
===================================================================
RCS file: /cvs/extras/rpms/lcms/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	5 Feb 2007 13:08:58 -0000	1.4
+++ sources	22 Aug 2007 15:22:35 -0000	1.5
@@ -1 +1 @@
-b07b623f3e712373ff713fb32cf23651  lcms-1.16.tar.gz
+07bdbb4cfb05d21caa58fe3d1c84ddc1  lcms-1.17.tar.gz


Index: lcms.spec
===================================================================
RCS file: /cvs/extras/rpms/lcms/devel/lcms.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- lcms.spec	8 Feb 2007 11:14:56 -0000	1.11
+++ lcms.spec	22 Aug 2007 15:22:35 -0000	1.12
@@ -1,14 +1,15 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           lcms
-Version:        1.16
-Release:        3
+Version:        1.17
+Release:        2%{?dist}
 Summary:        Color Management System
 
 Group:          Applications/Productivity
 License:        MIT
 URL:            http://www.littlecms.com/
 Source0:        http://www.littlecms.com/lcms-%{version}.tar.gz
+Patch1:         lcms-1.16-python-lib64.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libjpeg-devel
@@ -21,8 +22,6 @@
 
 Provides:       littlecms = %{version}-%{release}
 
-Patch1:         lcms-1.16-python-lib64.patch
-
 %description
 LittleCMS intends to be a small-footprint, speed optimized color management
 engine in open source form.
@@ -51,13 +50,12 @@
 
 %prep
 %setup -q
-
 %patch1 -p1 -b .python-lib64
 find . -name \*.[ch] | xargs chmod -x
 
 %build
 autoreconf
-%configure --with-python
+%configure --with-python --disable-static
 (cd python; ./swig_lcms)
 make %{?_smp_mflags}
 
@@ -67,7 +65,6 @@
 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 {} ';'
-rm ${RPM_BUILD_ROOT}%{_libdir}/*.a
 
 
 %clean
@@ -97,9 +94,16 @@
 %defattr(-,root,root,-)
 %{python_sitearch}/lcms.py*
 %{python_sitearch}/_lcms.so
-%exclude %{python_sitearch}/_lcms.a
+
 
 %changelog
+* Wed Aug 22 2007 kwizart < kwizart at gmail.com > - 1.17-2
+- Disable static for now.
+
+* Tue Aug 21 2007 kwizart < kwizart at gmail.com > - 1.17-1
+- Update to 1.17
+- Ship -static for static linking
+
 * Thu Feb  8 2007 Alexander Larsson <alexl at redhat.com> - 1.16-3.fc7
 - Remove requirement on python_sitearch dir (#225981)
 - Don't ship with executable .c/.h files




More information about the fedora-extras-commits mailing list