Update to 1.4.0

epel9
Sandro Mani 8 years ago
parent 73b2409c2e
commit 2478d5ab81

1
.gitignore vendored

@ -1,3 +1,4 @@
shapelib-1.3.0b2.tar.gz
/shapelib-1.3.0.tar.gz
/shapelib-1.4.0RC1.tar.gz
/shapelib-1.4.0.tar.gz

@ -1,8 +1,8 @@
%global pre RC1
#global pre RC1
Name: shapelib
Version: 1.4.0
Release: 0.1%{?pre:.%pre}%{?dist}
Release: 1%{?pre:.%pre}%{?dist}
Summary: C library for handling ESRI Shapefiles
# The core library is dual-licensed LGPLv2 or MIT.
# Some contributed files have different licenses:
@ -11,7 +11,7 @@ Summary: C library for handling ESRI Shapefiles
# - contrib/dbfcat.c: Public domain
License: (LGPLv2+ or MIT) and GPLv2+ and Public Domain
URL: http://shapelib.maptools.org/
Source: http://download.osgeo.org/shapelib/%{name}-%{version}%{pre}.tar.gz
Source: http://download.osgeo.org/shapelib/%{name}-%{version}%{?pre:%pre}.tar.gz
BuildRequires: gcc
BuildRequires: make
@ -64,7 +64,7 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
%files
%doc README README.tree ChangeLog web/*.html
%license COPYING
%{_libdir}/libshp.so.1*
%{_libdir}/libshp.so.2*
%files devel
%{_includedir}/shapefil.h
@ -77,6 +77,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
%changelog
* Sun Dec 11 2016 Sandro Mani <manisandro@gmail.com> - 1.4.0-1
- Update to 1.4.0
* Wed Dec 07 2016 Sandro Mani <manisandro@gmail.com> - 1.4.0-0.1.RC1
- Update to 1.4.0-RC1

@ -1 +1 @@
f53bba643d15f472ff80bc73ffa4881f shapelib-1.4.0RC1.tar.gz
90cdfdc8aedce63fc689d7bfae453879 shapelib-1.4.0.tar.gz

Loading…
Cancel
Save