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

Adam Goode (agoode) fedora-extras-commits at redhat.com
Wed Oct 24 02:45:30 UTC 2007


Author: agoode

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

Modified Files:
	vips.spec 
Log Message:
* Tue Oct 23 2007 Adam Goode <adam at spicenitz.org> - 7.12.5-3
- Eliminate build differences in version.h to work on multiarch



Index: vips.spec
===================================================================
RCS file: /cvs/extras/rpms/vips/devel/vips.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- vips.spec	16 Oct 2007 02:59:15 -0000	1.13
+++ vips.spec	24 Oct 2007 02:44:58 -0000	1.14
@@ -2,7 +2,7 @@
 
 Name:		vips
 Version:	7.12.5
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary: 	Library for processing large images
 
 Group:		System Environment/Libraries
@@ -75,6 +75,12 @@
 %setup -q
 find . -name 'CVS' -type d -print0 | xargs -0 rm -rf
 
+# make the version string consistent for multiarch
+export FAKE_BUILD_DATE=$(date -r %{SOURCE0})
+sed -i "s/\\(IM_VERSION_STRING=\\)\$IM_VERSION-\`date\`/\\1\"\$IM_VERSION-$FAKE_BUILD_DATE\"/g" \
+	configure
+unset FAKE_BUILD_DATE
+
 
 %build
 %configure --disable-static
@@ -138,6 +144,9 @@
 
 
 %changelog
+* Tue Oct 23 2007 Adam Goode <adam at spicenitz.org> - 7.12.5-3
+- Eliminate build differences in version.h to work on multiarch
+
 * Mon Oct 15 2007 Adam Goode <adam at spicenitz.org> - 7.12.5-2
 - Rebuild for OpenEXR update
 




More information about the fedora-extras-commits mailing list