rpms/libtiff/devel libtiff.spec,1.59,1.60

Tom Lane tgl at fedoraproject.org
Tue Jan 5 17:11:45 UTC 2010


Author: tgl

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

Modified Files:
	libtiff.spec 
Log Message:
Replace %define with %global ... no real bug, but just for safety.


Index: libtiff.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libtiff/devel/libtiff.spec,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -p -r1.59 -r1.60
--- libtiff.spec	17 Dec 2009 00:57:50 -0000	1.59
+++ libtiff.spec	5 Jan 2010 17:11:44 -0000	1.60
@@ -17,7 +17,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version
 BuildRequires: zlib-devel libjpeg-devel
 BuildRequires: libtool automake autoconf
 
-%define LIBVER %(echo %{version} | cut -f 1-2 -d .)
+%global LIBVER %(echo %{version} | cut -f 1-2 -d .)
 
 %description
 The libtiff package contains a library of functions for manipulating




More information about the fedora-extras-commits mailing list