fix multilib issue

epel9
Balint Cristian 17 years ago
parent 05c47d8272
commit 54cd168f6d

@ -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 @@
+<hr size="1"><address style="text-align: right;"><small>
+Generated for $projectname by&nbsp;<a href="http://www.doxygen.org/
+index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a>
+$doxygenversion</small></address>
+</body>
+</html>

@ -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 <rezso@rdsor.ro> - 1.2.4-2
- Fix multilib issue by removal of datetime in doxygen footers
* Sun Jan 06 2008 Balint Cristian <rezso@rdsor.ro> - 1.2.4-1
- Rebuild for final release.

Loading…
Cancel
Save