rpms/argyllcms/devel argyllcms-1.0.3-autotools.patch, NONE, 1.1 argyllcms.spec, 1.9, 1.10

Jon Ciesla limb at fedoraproject.org
Thu Apr 16 18:21:12 UTC 2009


Author: limb

Update of /cvs/pkgs/rpms/argyllcms/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24194

Modified Files:
	argyllcms.spec 
Added Files:
	argyllcms-1.0.3-autotools.patch 
Log Message:
Apply previous patch.  Not actually applied!
Add patch to allow make check to succeed.


argyllcms-1.0.3-autotools.patch:

--- NEW FILE argyllcms-1.0.3-autotools.patch ---
=== modified file 'gamut/Makefile.am'
--- gamut/Makefile.am	2008-11-16 13:51:27 +0000
+++ gamut/Makefile.am	2009-04-16 07:52:09 +0000
@@ -6,8 +6,7 @@
 
 libgammap_a_SOURCES = gammap.h gammap.c nearsmth.c nearsmth.h
 
-LDADD=./libgamut.a ./libgammap.a ../numlib/libargyllnum.a ../icc/libicc.a \
-	../cgats/libcgats.a  ../rspl/librspl.a ../plot/libvrml.a ../xicc/libxicc.a
+LDADD=./libgamut.a ./libgammap.a ../icc/libicc.a ../cgats/libcgats.a  ../rspl/librspl.a ../plot/libvrml.a ../xicc/libxicc.a ../numlib/libargyllnum.a
 
 bin_PROGRAMS = viewgam
 check_PROGRAMS = smthtest GenRMGam GenVisGam maptest surftest

=== modified file 'imdi/Makefile.am'
--- imdi/Makefile.am	2008-11-16 13:51:27 +0000
+++ imdi/Makefile.am	2009-04-16 07:54:07 +0000
@@ -13,6 +13,7 @@
 greytiff_LDFLAGS=$(BINLDFLAGS)
 
 check_PROGRAMS = ctest
+ctest_SOURCES = ctest.c cgen.c
 
 noinst_PROGRAMS = imdi_make
 imdi_make_SOURCES = imdi_make.c imdi_gen.c cgen.c



Index: argyllcms.spec
===================================================================
RCS file: /cvs/pkgs/rpms/argyllcms/devel/argyllcms.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- argyllcms.spec	8 Apr 2009 14:25:46 -0000	1.9
+++ argyllcms.spec	16 Apr 2009 18:20:42 -0000	1.10
@@ -5,7 +5,7 @@
 
 Name:    argyllcms
 Version: 1.0.3
-Release: 4%{?alphatag}%{?dist}
+Release: 5%{?alphatag}%{?dist}
 Summary: ICC compatible color management system
 
 Group:   User Interface/X
@@ -20,6 +20,7 @@
 Patch4:  %{name}-1.0.2-legal.patch
 Patch5: argyllcms-CVE-2009-0583,0584.patch
 Patch6: argyllcms-CVE-2009-0792.patch
+Patch7: argyllcms-1.0.3-autotools.patch
 
 BuildRoot:     %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildRequires: libtiff-devel, libusb-devel
@@ -67,6 +68,8 @@
 # Legal patch required
 %patch4 -p1 -b .legal
 %patch5 -p0
+%patch6 -p0
+%patch7 -p0
 
 # Salvage policy files
 mv libusb/19-color.fdi .
@@ -81,6 +84,8 @@
 %configure
 make
 
+%check
+make check
 
 %install
 rm -rf %{buildroot}
@@ -118,6 +123,10 @@
 
 
 %changelog
+* Thu Apr 16 2009 Jon Ciesla <limb at jcomserv.net> - 1.0.3-5
+- Actually *apply* previous patch.
+- Autotools patch from debian to allow for make check.
+
 * Wed Apr 08 2009 Jon Ciesla <limb at jcomserv.net> - 1.0.3-4
 - Patch for ICC library CVE-2009-0792.
 




More information about the fedora-extras-commits mailing list