rpms/libgeotiff/devel libgeotiff-multilib.patch, NONE, 1.1 libgeotiff.spec, 1.4, 1.5

Balint Cristian (rezso) fedora-extras-commits at redhat.com
Sun Jan 6 01:06:02 UTC 2008


Author: rezso

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

Modified Files:
	libgeotiff.spec 
Added Files:
	libgeotiff-multilib.patch 
Log Message:
fix multilib issue


libgeotiff-multilib.patch:

--- NEW FILE libgeotiff-multilib.patch ---
--- libgeotiff-1.2.4/Doxyfile	2001-03-05 06:36:54.000000000 +0200
+++ libgeotiff.work/Doxyfile	2008-01-06 05:28:45.000000000 +0200
@@ -49,7 +49,7 @@
 # each generated HTML page. If it is left blank doxygen will generate a 
 # standard footer.
 
-HTML_FOOTER          =
+HTML_FOOTER          = no_date_footer.html
 
 # The QUIET tag can be used to turn on/off the messages that are generated
 # by doxygen. Possible values are YES and NO. If left blank NO is used.
--- libgeotiff-1.2.4/no_date_footer.html	1970-01-01 02:00:00.000000000 +0200
+++ libgeotiff.work/no_date_footer.html	2008-01-06 05:33:09.000000000 +0200
@@ -0,0 +1,6 @@
+<hr size="1"><address style="text-align: right;"><small>
+Generated for $projectname by <a href="http://www.doxygen.org/
+index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 
+$doxygenversion</small></address>
+</body>
+</html>


Index: libgeotiff.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libgeotiff/devel/libgeotiff.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libgeotiff.spec	6 Jan 2008 00:09:09 -0000	1.4
+++ libgeotiff.spec	6 Jan 2008 01:05:16 -0000	1.5
@@ -1,12 +1,13 @@
 Name:      libgeotiff
 Version:   1.2.4
-Release:   1%{?dist}
+Release:   2%{?dist}
 Summary:   GeoTIFF format library
 Group:     System Environment/Libraries
 License:   MIT
 URL:       http://www.remotesensing.org/geotiff/geotiff.html
 Source:    ftp://ftp.remotesensing.org/pub/geotiff/libgeotiff/%{name}-%{version}.tar.gz
 Patch0:    libgeotiff-soname.patch
+Patch1:    libgeotiff-multilib.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: doxygen
 BuildRequires: libtiff-devel libjpeg-devel proj-devel zlib-devel
@@ -29,6 +30,7 @@
 %prep
 %setup -q -n %{name}-%{version}
 %patch0 -p1 -b .soname~
+%patch1 -p1 -b .multilib~
 
 # fix wrongly encoded files from tarball
 set +x
@@ -125,6 +127,9 @@
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Sun Jan 06 2008 Balint Cristian <rezso at rdsor.ro> - 1.2.4-2
+- Fix multilib issue by removal of datetime in doxygen footers
+
 * Sun Jan 06 2008 Balint Cristian <rezso at rdsor.ro> - 1.2.4-1
 - Rebuild for final release.
 




More information about the fedora-extras-commits mailing list