diff --git a/.cvsignore b/.cvsignore index 1a9374d..34c7ce2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libgeotiff-1.2.4RC1.tar.gz +libgeotiff-1.2.4.tar.gz 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 e4a896a..7c35bdb 100644 --- a/libgeotiff.spec +++ b/libgeotiff.spec @@ -1,12 +1,13 @@ Name: libgeotiff Version: 1.2.4 -Release: 0.5.rc1%{?dist} +Release: 3%{?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}RC1.tar.gz +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,15 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/%{name}.pc %changelog +* Tue Feb 19 2008 Fedora Release Engineering - 1.2.4-3 +- Autorebuild for GCC 4.3 + +* 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. + * Wed Aug 29 2007 Fedora Release Engineering - 1.2.4-0.5.rc1 - Rebuild for selinux ppc32 issue. diff --git a/sources b/sources index 6154fd7..dbf547e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2d7258756d8c914787d0bd76062e9971 libgeotiff-1.2.4RC1.tar.gz +62cd4a515d1f3ba7b41cb4ed9061aa76 libgeotiff-1.2.4.tar.gz