Correct the License to GPLv3+

This commit is contained in:
Parag Nemade 2018-07-09 16:29:16 +05:30
parent 4393266838
commit 50ed8acb8b
No known key found for this signature in database
GPG Key ID: 71932951EB71E972

View File

@ -1,11 +1,12 @@
Name: libspiro
Version: 20150131
Release: 7%{?dist}
Release: 8%{?dist}
Summary: Library to simplify the drawing of beautiful curves
Group: System Environment/Libraries
License: GPLv2+
URL: http://libspiro.sourceforge.net/
# The files that are used to compile this library are all in GPLv3+
# https://github.com/fontforge/libspiro/issues/8
License: GPLv3+
URL: https://github.com/fontforge/libspiro/
Source0: https://github.com/fontforge/libspiro/archive/0.3.20150131.tar.gz
BuildRequires: automake autoconf libtool
@ -16,7 +17,6 @@ be used in the myriad of ways the world has come to use béziers.
%package devel
Summary: Development files for %{name}
Group: Development/Libraries
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
@ -24,7 +24,7 @@ The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%prep
%setup -q -n libspiro-0.3.20150131
%autosetup -n libspiro-0.3.20150131
%build
autoreconf -i
@ -37,7 +37,8 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%files
%doc COPYING README* ChangeLog AUTHORS
%doc README* ChangeLog AUTHORS
%license COPYING
%{_libdir}/*.so.*
%files devel
@ -46,6 +47,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%{_libdir}/pkgconfig/libspiro.pc
%changelog
* Mon Jul 09 2018 Parag Nemade <pnemade AT fedoraproject DOT org> - 20150131-8
- Correct the License to GPLv3+
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 20150131-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild