[packages/mapnik] - up to 3.0.12 - use diffrent download URL to make sure we get all git submodules in tarball
baggins
baggins at pld-linux.org
Wed Apr 26 20:47:54 CEST 2017
commit 93f70c7e88566469447b26704619fee40cc831ad
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Wed Apr 26 18:47:28 2017 +0000
- up to 3.0.12
- use diffrent download URL to make sure we get all git submodules in tarball
mapnik.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/mapnik.spec b/mapnik.spec
index daaf8ea..75b46c1 100644
--- a/mapnik.spec
+++ b/mapnik.spec
@@ -5,12 +5,12 @@
%endif
Summary: Toolkit for developing GIS (Geographic Information Systems) applications
Name: mapnik
-Version: 3.0.9
-Release: 6
+Version: 3.0.12
+Release: 1
License: LGPL v2.1
Group: Applications
-Source0: https://github.com/mapnik/mapnik/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 89907d70b84e45680ee31b27d464fa56
+Source0: https://github.com/mapnik/mapnik/releases/download/v%{version}/%{name}-v%{version}.tar.bz2
+# Source0-md5: 221c1fa8e63f4cc93b3040e9382e3394
Patch0: mapnik-boost_lib_names.patch
URL: http://mapnik.org/
BuildRequires: boost-devel
@@ -75,7 +75,7 @@ Static Mapnik library.
Statyczna biblioteka Mapnik.
%prep
-%setup -q
+%setup -q -n %{name}-v%{version}
%patch0 -p1
%build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mapnik.git/commitdiff/93f70c7e88566469447b26704619fee40cc831ad
More information about the pld-cvs-commit
mailing list