rpms/imageinfo/devel imageinfo-atcnf.patch, NONE, 1.1 imageinfo.spec, 1.5, 1.6

Brendt Wohlberg (brendt) fedora-extras-commits at redhat.com
Mon Jun 16 02:41:55 UTC 2008


Author: brendt

Update of /cvs/pkgs/rpms/imageinfo/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24415

Modified Files:
	imageinfo.spec 
Added Files:
	imageinfo-atcnf.patch 
Log Message:
Added a patch to spec file to deal with autoconf changes in devel branch.


imageinfo-atcnf.patch:

--- NEW FILE imageinfo-atcnf.patch ---
diff -u imageinfo-0.05-original/configure.ac imageinfo-0.05/configure.ac
--- imageinfo-0.05-original/configure.ac	2007-09-14 08:42:51.000000000 -0600
+++ imageinfo-0.05/configure.ac	2008-06-15 14:01:35.000000000 -0600
@@ -66,5 +66,9 @@
 	     sed -e 's/DEB_BUILD_ARCH=//'`
 fi
 
-AC_SUBST(PKGVERSION RPMVER RPMARCH DEBVER DEBARCH)
+AC_SUBST(PKGVERSION)
+AC_SUBST(RPMVER)
+AC_SUBST(RPMARCH)
+AC_SUBST(DEBVER)
+AC_SUBST(DEBARCH)
 AC_OUTPUT(Makefile)


Index: imageinfo.spec
===================================================================
RCS file: /cvs/pkgs/rpms/imageinfo/devel/imageinfo.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- imageinfo.spec	15 Jun 2008 22:29:10 -0000	1.5
+++ imageinfo.spec	16 Jun 2008 02:41:08 -0000	1.6
@@ -1,6 +1,6 @@
 Name:		imageinfo
 Version:	0.05
-Release:	5%{?dist}
+Release:	6%{?dist}
 Summary:	Extract attributes of digital images
 
 Group:		Applications/Multimedia
@@ -9,12 +9,13 @@
 Source0:	http://www.wohlberg.net/public/software/photo/imageinfo/%{name}-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:	ImageMagick-devel, lcms-devel
+BuildRequires:	ImageMagick-devel, lcms-devel, autoconf
 %if 0%{?fedora} >= 8
 BuildRequires: popt-devel
 %endif
 
 Patch0: imageinfo-mgkcr.patch
+Patch1: imageinfo-atcnf.patch
 
 %description
 ImageInfo computes and displays selected image attributes. It is
@@ -27,7 +28,7 @@
 %prep
 %setup -q
 %patch0 -p1
-
+%patch1 -p1
 
 %build
 autoconf
@@ -52,7 +53,10 @@
 
 
 %changelog
-* Thu May 15 2008 Brendt Wohlberg <osspkg at gmail.com> - 0.05-5
+* Sun Jun 15 2008 Brendt Wohlberg <osspkg at gmail.com> - 0.05-6
+- Added patch to deal with autoconf changes in devel branch. 
+
+* Sun Jun 15 2008 Brendt Wohlberg <osspkg at gmail.com> - 0.05-5
 - Fixed application of patch in spec file (thanks for Dave Jones for 
   pointing out the problem). 
 




More information about the fedora-extras-commits mailing list