- Removing PDF docs with unclear licensing from the source archive
- Fixing the license tag
This commit is contained in:
parent
8c8ffaa83d
commit
f344d45e9d
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
gpm-1.20.6.tar.lzma
|
||||
/gpm-1.20.7.tar.lzma
|
||||
/gpm-1.20.7.tar.xz
|
||||
|
20
gpm.spec
20
gpm.spec
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user