- Removing PDF docs with unclear licensing from the source archive

- Fixing the license tag
This commit is contained in:
Jaromir Capik 2013-08-07 19:38:48 +02:00
parent 8c8ffaa83d
commit f344d45e9d
3 changed files with 19 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
gpm-1.20.6.tar.lzma
/gpm-1.20.7.tar.lzma
/gpm-1.20.7.tar.xz

View File

@ -1,12 +1,22 @@
Summary: A mouse server for the Linux console
Name: gpm
Version: 1.20.7
Release: 2%{?dist}
License: GPLv2+
Release: 3%{?dist}
License: GPLv2 and GPLv2+ with exceptions and GPLv3+ and Verbatim and Copyright only
Group: System Environment/Daemons
URL: http://www.nico.schottelius.org/software/gpm/
#URL2 : http://freecode.com/projects/gpm
Source: http://www.nico.schottelius.org/software/gpm/archives/%{name}-%{version}.tar.lzma
# The upstream source contains PDF docs with unclear licensing,
# and that's why we need to remove them and recreate the tarball
#
# 1.] mkdir docs-removal && cd docs-removal
# 2.] wget http://www.nico.schottelius.org/software/gpm/archives/%{name}-%{version}.tar.lzma
# 3.] tar xf %{name}-%{version}.tar.lzma
# 3.] rm -rf %{name}-%{version}/doc/specs
# 4.] tar cJf %{name}-%{version}.tar.xz %{name}-%{version}
Source: %{name}-%{version}.tar.xz
Source1: gpm.service
Patch1: gpm-1.20.6-multilib.patch
Patch2: gpm-1.20.1-lib-silent.patch
@ -167,6 +177,10 @@ fi
%{_libdir}/libgpm.a
%changelog
* Wed Aug 07 2013 Jaromir Capik <jcapik@redhat.com> - 1.20.7-3
- Removing PDF docs with unclear licensing from the source archive
- Fixing the license tag
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

View File

@ -1 +1 @@
fa8a6fe09826896625ca557ac5e42ed7 gpm-1.20.7.tar.lzma
859c3fc083593d68f0d13af25daa5a19 gpm-1.20.7.tar.xz