Update to 1.35.1
This commit is contained in:
parent
04d4a1e2de
commit
749bb4eaf5
@ -1 +1 @@
|
||||
help2man_1.33.1.tar.gz
|
||||
help2man-1.35.1.tar.gz
|
||||
|
@ -1,12 +1,11 @@
|
||||
Name: help2man
|
||||
Summary: Create simple man pages from --help output
|
||||
Version: 1.33.1
|
||||
Release: 3
|
||||
|
||||
Version: 1.35.1
|
||||
Release: 1.fc4
|
||||
Group: Development/Tools
|
||||
License: GPL
|
||||
URL: http://www.gnu.org/software/help2man
|
||||
Source: ftp://ftp.gnu.org/gnu/help2man/help2man_%{version}.tar.gz
|
||||
Source: ftp://ftp.gnu.org/gnu/help2man/help2man-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
|
||||
@ -40,7 +39,7 @@ rm -fr $RPM_BUILD_ROOT
|
||||
/sbin/install-info %{_infodir}/help2man.info %{_infodir}/dir 2>/dev/null || :
|
||||
|
||||
%preun
|
||||
if [ $1 = 0 ]; then
|
||||
if [ $1 -eq 0 ]; then
|
||||
/sbin/install-info --delete %{_infodir}/help2man.info \
|
||||
%{_infodir}/dir 2>/dev/null || :
|
||||
fi
|
||||
@ -53,11 +52,12 @@ fi
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
|
||||
- rebuilt
|
||||
* Fri Apr 29 2005 Ralf Corsepius <ralf[AT]links2linux.de> - 1.35.1-1
|
||||
- Update to 1.35.1
|
||||
- Minor spec fixes.
|
||||
|
||||
* Thu Jul 09 2004 Ralf Corsepius <ralf[AT]links2linux.de> - 1.33.1-0.fdr.2
|
||||
- Use %configure.
|
||||
- Use %%configure.
|
||||
|
||||
* Thu Jul 08 2004 Ralf Corsepius <ralf[AT]links2linux.de> - 1.33.1-0.fdr.1
|
||||
- Initial Fedora Extras submission.
|
||||
|
Loading…
Reference in New Issue
Block a user