versioned source to prevent fake automatic updates [release 1.1.1-4mamba;Sat Feb 06 2021]
This commit is contained in:
parent
7742133f92
commit
92dcb5daca
@ -2,20 +2,23 @@
|
|||||||
|
|
||||||
Name: info2man
|
Name: info2man
|
||||||
Version: 1.1.1
|
Version: 1.1.1
|
||||||
Release: 3mamba
|
Release: 4mamba
|
||||||
Summary: Tool to convert GNU info documents into manual pages
|
Summary: Tool to convert GNU info documents into manual pages
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Stefano Cotta Ramusino <stefano.cotta@qilinux.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.cskk.ezoshosting.com/cs/css/info2pod.html
|
URL: http://www.cskk.ezoshosting.com/cs/css/info2pod.html
|
||||||
Source: http://www.cskk.ezoshosting.com/cs/css/info2man.tar.gz
|
# Manually renamed from http://www.cskk.ezoshosting.com/cs/css/info2man.tar.gz
|
||||||
|
Source: http://www.cskk.ezoshosting.com/cs/css/info2man-%{version}.tar.gz
|
||||||
Patch0: %{name}-1.1.1-mktemp.patch
|
Patch0: %{name}-1.1.1-mktemp.patch
|
||||||
Patch1: %{name}-1.1.1-makefile.patch
|
Patch1: %{name}-1.1.1-makefile.patch
|
||||||
Patch2: %{name}-1.1.1-manpages.patch
|
Patch2: %{name}-1.1.1-manpages.patch
|
||||||
License: OSI Approved
|
License: OSI Approved
|
||||||
Requires: perl >= %perl_major_ver
|
Requires: perl >= %perl_major_ver
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: libperl
|
||||||
|
BuildRequires: perl-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: perl-devel >= %perl_major_ver
|
BuildRequires: perl-devel >= %perl_major_ver
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -26,7 +29,7 @@ info2man converts a GNU info file to a man page.
|
|||||||
It first generates a POD (Plain Old Documentation) file using info2pod, then converts this to a man page using pod2man.
|
It first generates a POD (Plain Old Documentation) file using info2pod, then converts this to a man page using pod2man.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -c %{name}-%{version}
|
%setup -q -c
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
@ -68,6 +71,9 @@ rm -f .packlist
|
|||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 06 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.1-4mamba
|
||||||
|
- versioned source to prevent fake automatic updates
|
||||||
|
|
||||||
* Sat Jul 13 2013 Automatic Build System <autodist@mambasoft.it> 1.1.1-3mamba
|
* Sat Jul 13 2013 Automatic Build System <autodist@mambasoft.it> 1.1.1-3mamba
|
||||||
- automatic rebuild by autodist
|
- automatic rebuild by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user