From 54cd168f6d37bc4f48dfb89cb3642d246beb9fa2 Mon Sep 17 00:00:00 2001 From: Balint Cristian Date: Sun, 6 Jan 2008 01:05:16 +0000 Subject: [PATCH] fix multilib issue --- libgeotiff-multilib.patch | 20 ++++++++++++++++++++ libgeotiff.spec | 7 ++++++- 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 libgeotiff-multilib.patch diff --git a/libgeotiff-multilib.patch b/libgeotiff-multilib.patch new file mode 100644 index 0000000..3dcb154 --- /dev/null +++ b/libgeotiff-multilib.patch @@ -0,0 +1,20 @@ +--- 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 @@ ++
++Generated for $projectname by doxygen ++$doxygenversion
++ ++ diff --git a/libgeotiff.spec b/libgeotiff.spec index 5ff3106..d94f695 100644 --- a/libgeotiff.spec +++ b/libgeotiff.spec @@ -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 @@ The GeoTIFF library provides support for development of geotiff image format. %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 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/%{name}.pc %changelog +* Sun Jan 06 2008 Balint Cristian - 1.2.4-2 +- Fix multilib issue by removal of datetime in doxygen footers + * Sun Jan 06 2008 Balint Cristian - 1.2.4-1 - Rebuild for final release.