- Fix man page generation.
This commit is contained in:
parent
da44d80ec4
commit
e78960a8e5
3 changed files with 9 additions and 3 deletions
|
|
@ -1,2 +1,2 @@
|
|||
rpmdevtools-6.5.tar.bz2
|
||||
spectool-1.0.10.tar.bz2
|
||||
rpmdevtools-6.6.tar.bz2
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
%define spectool_version 1.0.10
|
||||
|
||||
Name: rpmdevtools
|
||||
Version: 6.5
|
||||
Version: 6.6
|
||||
Release: 1%{?dist}
|
||||
Summary: RPM Development Tools
|
||||
|
||||
|
|
@ -16,8 +16,11 @@ Source1: http://people.redhat.com/nphilipp/spectool/spectool-%{spectool_v
|
|||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildArch: noarch
|
||||
# All build deps for man page generation
|
||||
BuildRequires: help2man
|
||||
BuildRequires: %{_bindir}/pod2man
|
||||
BuildRequires: python
|
||||
BuildRequires: rpm-python
|
||||
Provides: spectool = %{spectool_version}
|
||||
Obsoletes: fedora-rpmdevtools < 5.0
|
||||
# Minimal RPM build requirements
|
||||
|
|
@ -126,6 +129,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Mar 27 2008 Ville Skyttä <ville.skytta at iki.fi> - 6.6-1
|
||||
- Fix man page generation.
|
||||
|
||||
* Wed Mar 26 2008 Ville Skyttä <ville.skytta at iki.fi> - 6.5-1
|
||||
- 6.5.
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1,2 +1,2 @@
|
|||
314c9ecaa1f3e8113e54d2d0c64be237 rpmdevtools-6.5.tar.bz2
|
||||
d193612122f297ee4b37f1b04f605768 spectool-1.0.10.tar.bz2
|
||||
7bcf7bdb6071b4f19c86435e667ca3e4 rpmdevtools-6.6.tar.bz2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue