[libgeotiff] - Update to 1.4.0 - Removed patches. No longer applicable. - Update URL - Update download URL

Devrim GÜNDÜZ devrim at fedoraproject.org
Sat Jul 12 14:18:08 UTC 2014


commit 64f199d471c5acbbbee45b3dce8a37d449cc8430
Author: Devrim Gündüz <devrim at gunduz.org>
Date:   Sat Jul 12 17:18:09 2014 +0300

    - Update to 1.4.0
    - Removed patches. No longer applicable.
    - Update URL
    - Update download URL

 .gitignore      |    1 +
 libgeotiff.spec |   29 +++++++++++++----------------
 sources         |    2 +-
 3 files changed, 15 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0be8525..d475d40 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 libgeotiff-1.2.5.tar.gz
+/libgeotiff-1.4.0.tar.gz
diff --git a/libgeotiff.spec b/libgeotiff.spec
index 21f356b..82c5298 100644
--- a/libgeotiff.spec
+++ b/libgeotiff.spec
@@ -1,16 +1,12 @@
 Name:      libgeotiff
-Version:   1.2.5
-Release:   15%{?dist}
+Version:   1.4.0
+Release:   1%{?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/%{name}/%{name}-%{version}.tar.gz
-Patch0:    %{name}-soname.patch
-Patch1:    %{name}-multilib.patch
-Patch2:    %{name}-aarch64.patch
+URL:       http://trac.osgeo.org/geotiff/
+Source:    http://download.osgeo.org/geotiff/%{name}/%{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: doxygen
 BuildRequires: libtiff-devel libjpeg-devel proj-devel zlib-devel
 
 %description
@@ -30,9 +26,6 @@ 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~
-%patch2 -p1 -b .aarch64~
 
 # fix wrongly encoded files from tarball
 set +x
@@ -102,9 +95,6 @@ install -p -m 644 %{name}.pc %{buildroot}%{_libdir}/pkgconfig/
 rm -rf %{buildroot}%{_libdir}/*.a
 echo  >> %{buildroot}%{_datadir}/epsg_csv/codes.csv
 
-# generate docs
-doxygen
-
 %clean
 rm -rf %{buildroot}
 
@@ -113,16 +103,17 @@ rm -rf %{buildroot}
 
 %files 
 %doc ChangeLog LICENSE README
-%doc docs/*.txt docs/*.html
+%{_bindir}/applygeo
 %{_bindir}/geotifcp
 %{_bindir}/listgeo
 %{_bindir}/makegeo
 %{_libdir}/%{name}.so.*
+%{_libdir}/%{name}.la
+%{_mandir}/man1/listgeo.1.gz
 %dir %{_datadir}/epsg_csv
 %attr(0644,root,root) %{_datadir}/epsg_csv/*.csv
 
 %files devel
-%doc docs/api
 %dir %{_includedir}/%{name}
 %attr(0644,root,root) %{_includedir}/%{name}/*.h
 %attr(0644,root,root) %{_includedir}/%{name}/*.inc
@@ -130,6 +121,12 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Sat Jul 12 2014 Devrim Gündüz <devrim at gunduz.org> - 1.4.0-1
+- Update to 1.4.0
+- Removed patches. No longer applicable.
+- Update URL
+- Update download URL
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.5-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 34b6fdc..62915c2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-000f247a88510f1b38d4b314d1e47048  libgeotiff-1.2.5.tar.gz
+efa7b418bc00228fcda4da63557e40c2  libgeotiff-1.4.0.tar.gz


More information about the scm-commits mailing list