From 7b7f560b98ae46c82377fc5a41240e7ff3116a5f Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Aug 08 2013 19:24:55 +0000 Subject: Add missing licenses --- diff --git a/shapelib.spec b/shapelib.spec index 7304319..af6e570 100644 --- a/shapelib.spec +++ b/shapelib.spec @@ -3,10 +3,14 @@ Name: shapelib # and since for RPM 1.3.0 < 1.3.0b2, this is the only way to specifiy that 1.3.0 > 1.3.0b2 # without bumping the epoch. Version: 1.3.0f -Release: 1%{?dist} +Release: 2%{?dist} Summary: C library for handling ESRI Shapefiles -# No version of the LGPL is given. -License: LGPLv2+ or MIT +# The core library is dual-licensed LGPLv2 or MIT. +# Some contributed files have different licenses: +# - contrib/csv2shp.c: GPLv2+ +# - contrib/dbfinfo.c: Public domain +# - 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}-1.3.0.tar.gz # This patch replaces the handmade makefiles with autotools scripts. This patch was generated by @@ -74,6 +78,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_bindir}/* %changelog +* Thu Aug 08 2013 Sandro Mani - 1.3.0f-2 +- Add missing licenses + * Mon Aug 05 2013 Sandro Mani - 1.3.0f-1 - Update to 1.3.0 final