Better comments in spec file

This commit is contained in:
Sérgio M. Basto 2020-02-22 05:47:02 +00:00
parent 62ec21100a
commit 62aa471614

View File

@ -1,7 +1,7 @@
Summary: A mouse server for the Linux console
Name: gpm
Version: 1.20.7
Release: 20%{?dist}
Release: 21%{?dist}
License: GPLv2 and GPLv2+ with exceptions and GPLv3+ and Verbatim and Copyright only
URL: http://www.nico.schottelius.org/software/gpm/
#URL2 : http://freecode.com/projects/gpm
@ -17,7 +17,7 @@ URL: http://www.nico.schottelius.org/software/gpm/
Source: %{name}-%{version}.tar.xz
Source1: gpm.service
Patch0: 1.20.7...4a938233fbe6de7af05aabc74891b68d4bae40f8.diff
Patch0: https://github.com/telmich/gpm/compare/1.20.7...4a938233fbe6de7af05aabc74891b68d4bae40f8.diff
# https://github.com/telmich/gpm/pull/37/
Patch3: f04f24dd5ca5c1c13608b144ab66e2ccd47f106a.patch
Patch1: gpm-1.20.6-multilib.patch
@ -25,8 +25,11 @@ Patch2: gpm-1.20.1-lib-silent.patch
Patch4: gpm-1.20.5-close-fds.patch
Patch5: gpm-1.20.1-weak-wgetch.patch
Patch7: gpm-1.20.7-rhbz-668480-gpm-types-7-manpage-fixes.patch
# Disabled, need to be reviewed
Patch8: gpm-1.20.6-missing-header-dir-in-make-depend.patch
#Patch7: gpm-1.20.6-capability.patch
Patch9: gpm-1.20.6-capability.patch
Requires(post): systemd info
Requires(preun): systemd info
Requires(postun): systemd
@ -83,7 +86,7 @@ mouse support to text-based Linux applications.
# not sure if this is really needed
#patch8 -p1
#patch7 -p1 -b .capability
#patch9 -p1 -b .capability
%build
./autogen.sh
@ -154,6 +157,9 @@ rm -rf %{buildroot}%{_mandir}
%{_libdir}/libgpm.a
%changelog
* Sat Feb 22 2020 Sérgio Basto <sergio@serjux.com> - 1.20.7-21
- Better comments in spec file
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.20.7-20
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
- Add upstream commits for git master which contains patches 9, 10 and 11