update to 1.6.0 [release 1.6.0-1mamba;Mon Feb 04 2019]
This commit is contained in:
parent
19fe6cfba9
commit
3e6300cbff
13
txt2man.spec
13
txt2man.spec
@ -1,13 +1,13 @@
|
||||
Name: txt2man
|
||||
Version: 1.5.6
|
||||
Version: 1.6.0
|
||||
Release: 1mamba
|
||||
Summary: A script which converts flat ASCII text to man page format
|
||||
Group: Applications/Publishing
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://mvertes.free.fr/
|
||||
Source: http://mvertes.free.fr/download/txt2man-%{version}.tar.gz
|
||||
URL: https://github.com/mvertes/txt2man
|
||||
Source: https://github.com/mvertes/txt2man.git/txt2man-%{version}/txt2man-%{version}.tar.bz2
|
||||
Patch0: txt2man-1.5.6-mandir.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
@ -18,11 +18,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
%description
|
||||
Txt2man converts flat ASCII text to man page format. It is a shell script using gnu awk, that should run on any Unix like system.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
#%patch0 -p1
|
||||
|
||||
%build
|
||||
%make
|
||||
@ -45,5 +43,8 @@ Txt2man converts flat ASCII text to man page format. It is a shell script using
|
||||
%doc COPYING
|
||||
|
||||
%changelog
|
||||
* Mon Feb 04 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.0-1mamba
|
||||
- update to 1.6.0
|
||||
|
||||
* Tue Mar 25 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.6-1mamba
|
||||
- package created using the webbuild interface
|
||||
|
Loading…
Reference in New Issue
Block a user