packages: argyllcms/argyllcms.spec, argyllcms/argyllcms-link.patch (NEW)=?UTF-8?Q?=20?=-=?UTF-8?Q?=20?=...

qboosh qboosh at pld-linux.org
Fri Mar 23 20:54:29 CET 2012


Author: qboosh                       Date: Fri Mar 23 19:54:29 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 1.3.6
- added link patch

---- Files affected:
packages/argyllcms:
   argyllcms.spec (1.4 -> 1.5) , argyllcms-link.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/argyllcms/argyllcms.spec
diff -u packages/argyllcms/argyllcms.spec:1.4 packages/argyllcms/argyllcms.spec:1.5
--- packages/argyllcms/argyllcms.spec:1.4	Fri Dec  9 19:38:47 2011
+++ packages/argyllcms/argyllcms.spec	Fri Mar 23 20:54:24 2012
@@ -2,12 +2,13 @@
 Summary:	ICC compatible color management system
 Summary(pl.UTF-8):	System zarządzania kolorami kompatybilny z ICC
 Name:		argyllcms
-Version:	1.3.5
+Version:	1.3.6
 Release:	1
-License:	AGPL v3, MIT, GPL v2+, LGPL v2.1+, GNU FDL 1.3
+License:	AGPL v3, MIT, GPL v2+, LGPL v2.1+, FDL v1.3
 Group:		X11/Applications/Graphics
 Source0:	http://people.freedesktop.org/~hughsient/releases/h%{name}-%{version}.tar.xz
-# Source0-md5:	e1c51b73cfbf309099340c73b5c4ad10
+# Source0-md5:	a7d270585c822c98bc00eae5bdf2e04e
+Patch0:		%{name}-link.patch
 URL:		http://www.argyllcms.com/
 BuildRequires:	libtiff-devel
 BuildRequires:	libusb-devel >= 1.0.0
@@ -95,9 +96,11 @@
 
 %prep
 %setup -q -n h%{name}-%{version}
+%patch0 -p1
 
 %build
-%configure
+%configure \
+	--disable-static
 %{__make}
 
 %install
@@ -108,18 +111,26 @@
 # they shouldn't put Makefile.am to ref_DATA
 %{__rm} $RPM_BUILD_ROOT%{_datadir}/color/argyll/ref/Makefile.am
 
+# no -devel package (headers not exported)
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/lib*.{so,la}
+
+# packaged as %doc
 %{__rm} -r $RPM_BUILD_ROOT%{_docdir}/argyll
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS Readme.txt log.txt ttbd.txt
+%doc AUTHORS Readme.txt
 %attr(755,root,root) %{_bindir}/applycal
 %attr(755,root,root) %{_bindir}/average
 %attr(755,root,root) %{_bindir}/cb2ti3
 %attr(755,root,root) %{_bindir}/ccttest
+%attr(755,root,root) %{_bindir}/ccxxmake
 %attr(755,root,root) %{_bindir}/chartread
 %attr(755,root,root) %{_bindir}/collink
 %attr(755,root,root) %{_bindir}/colprof
@@ -161,6 +172,12 @@
 %attr(755,root,root) %{_bindir}/verify
 %attr(755,root,root) %{_bindir}/viewgam
 %attr(755,root,root) %{_bindir}/xicclu
+%attr(755,root,root) %{_libdir}/libargyll.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libargyll.so.0
+%attr(755,root,root) %{_libdir}/libargyllicc.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libargyllicc.so.0
+%attr(755,root,root) %{_libdir}/libargyllusb.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libargyllusb.so.0
 %dir %{_datadir}/color/argyll
 %{_datadir}/color/argyll/ref
 
@@ -178,6 +195,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2012/03/23 19:54:24  qboosh
+- updated to 1.3.6
+- added link patch
+
 Revision 1.4  2011/12/09 18:38:47  wiget
 - license mess: MIT (cgats, icc, jcnf, ucmm), GNU FDL (doc), LGPL 2+ (libusb1),
   GPL 2+ (numlib, spectro) and AGPL 3 (link, plot, profile, render, rspl,

================================================================
Index: packages/argyllcms/argyllcms-link.patch
diff -u /dev/null packages/argyllcms/argyllcms-link.patch:1.1
--- /dev/null	Fri Mar 23 20:54:29 2012
+++ packages/argyllcms/argyllcms-link.patch	Fri Mar 23 20:54:24 2012
@@ -0,0 +1,26 @@
+--- hargyllcms-1.3.6/lib/Makefile.am.orig	2012-03-19 11:24:38.000000000 +0100
++++ hargyllcms-1.3.6/lib/Makefile.am	2012-03-23 18:07:29.525112808 +0100
+@@ -67,6 +67,7 @@
+ 
+ libargyll_la_LIBADD =						\
+ 	../libusb/libargyllusb.la				\
++	../icc/libargyllicc.la				\
+ 	$(TIFF_LIBS)						\
+ 	$(X_LIBS)						\
+ 	$(NULL)
+--- hargyllcms-1.3.6/Makefile.am.orig	2012-02-07 13:54:47.000000000 +0100
++++ hargyllcms-1.3.6/Makefile.am	2012-03-23 19:01:07.358553887 +0100
+@@ -2,12 +2,12 @@
+ 
+ SUBDIRS =						\
+ 	libusb						\
++	icc						\
+ 	lib						\
+ 	cgats						\
+ 	doc						\
+ 	gamut						\
+ 	h						\
+-	icc						\
+ 	link						\
+ 	jcnf						\
+ 	numlib						\
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/argyllcms/argyllcms.spec?r1=1.4&r2=1.5



More information about the pld-cvs-commit mailing list