[libgaiagraphics] New upstream release 0.4b

Volker Fröhlich volter at fedoraproject.org
Fri Jul 6 10:09:28 UTC 2012


commit 402132a77c2acd2b9e5371805c66798d3fde7bb4
Author: Volker Fröhlich <volker27 at gmx.at>
Date:   Fri Jul 6 12:09:12 2012 +0200

    New upstream release 0.4b

 .gitignore                       |    1 +
 lgpl.txt                         |  165 --------------------------------------
 libgaiagraphics.spec             |   35 +++-----
 libgaiagraphics_libgeotiff.patch |   52 ------------
 sources                          |    2 +-
 5 files changed, 14 insertions(+), 241 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index eb813d4..83eb9ec 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /libgaiagraphics-0.4.tar.gz
+/libgaiagraphics-0.4b.tar.gz
diff --git a/libgaiagraphics.spec b/libgaiagraphics.spec
index 520c4c1..d8052a9 100644
--- a/libgaiagraphics.spec
+++ b/libgaiagraphics.spec
@@ -1,27 +1,18 @@
 #TODO: Fix build system for EPEL5
 
 Name:           libgaiagraphics
-Version:        0.4
-Release:        3%{?dist}
+Version:        0.4b
+Release:        1%{?dist}
 Summary:        Graphics canvas for GIS rendering
 
 Group:          System Environment/Libraries
 License:        LGPLv3+
-URL:            http://www.gaia-gis.it/spatialite-2.4.0-4
-Source0:        http://www.gaia-gis.it/spatialite-2.4.0-4/%{name}-%{version}.tar.gz
-
-# Replace wrong license file
-# Mail sent to author on Dec 4th 2011
-Source1:        lgpl.txt
-
-# Fedora's libgeotiff ships with pkgconfig.
-# Since that is not standard, informing upstream is not useful.
-Patch0:         %{name}_libgeotiff.patch
+URL:            https://www.gaia-gis.it/fossil/libgaiagraphics
+Source0:        http://www.gaia-gis.it/gaia-sins/%{name}-%{version}.tar.gz
 
 # Buildroot and the likes are left in place for ELGIS 5
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  autoconf
 BuildRequires:  cairo-devel
 BuildRequires:  libgeotiff-devel 
 BuildRequires:  libjpeg-devel 
@@ -47,11 +38,7 @@ developing applications that use %{name}.
 %prep
 %setup -q
 
-%patch0 -p1 -b .libgeotiff
-
 %build
-# configure.ac and Makefile.in are patched, hence the need to run autoconf
-autoconf
 %configure --disable-static
 
 # Remove links to unused libraries
@@ -67,9 +54,6 @@ make install DESTDIR=%{buildroot}
 # Delete libtool archives, because we don't ship them
 find %{buildroot} -name '*.la' -exec rm -f {} ';'
 
-# Install license file
-install -pm 644 %{SOURCE1} lgpl.txt
-
 %clean
 rm -rf %{buildroot}
 
@@ -80,7 +64,7 @@ rm -rf %{buildroot}
 
 
 %files
-%doc AUTHORS lgpl.txt
+%doc AUTHORS COPYING
 %{_libdir}/%{name}.so.*
 
 %files devel
@@ -89,8 +73,13 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/gaiagraphics.pc
 
 %changelog
-* Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+* Wed Jan 11 2012 Volker Fröhlich <volker27 at gmx.at> - 0.4b-1
+- Update for new release
+- Update URL and source URL
+- Drop LGPL source, upstream includes the proper license now
+- Drop libgeotiff patch, configure now searches in 
+  include/libgeotiff now as well
+- Subsequently drop BR autoconf
 
 * Wed Nov 23 2011 Volker Fröhlich <volker27 at gmx.at> - 0.4-3
 - Replace wrong license file
diff --git a/sources b/sources
index 637debd..ce4fc02 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-43321ff1ccfdf33980b55897e68344e9  libgaiagraphics-0.4.tar.gz
+6e7c703faad9de3beea296aa9508eec2  libgaiagraphics-0.4b.tar.gz


More information about the scm-commits mailing list