[help2man] Upstream update. Spec modernization. Abandon patches (unnecessary).

corsepiu corsepiu at fedoraproject.org
Fri Apr 22 03:39:26 UTC 2011


commit 274a1e0304e300b667bbf239e94ad21f713de793
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Fri Apr 22 05:39:02 2011 +0200

    Upstream update.
    Spec modernization.
    Abandon patches (unnecessary).

 .gitignore    |    1 +
 help2man.spec |   21 ++++++++-------------
 sources       |    2 +-
 3 files changed, 10 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 70f105b..36acc9e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 help2man-1.38.2.tar.gz
+/help2man-1.39.2.tar.gz
diff --git a/help2man.spec b/help2man.spec
index e835526..c7617e9 100644
--- a/help2man.spec
+++ b/help2man.spec
@@ -4,8 +4,8 @@
 
 Name:           help2man
 Summary:        Create simple man pages from --help output
-Version:        1.38.2
-Release:        2%{?dist}
+Version:        1.39.2
+Release:        1%{?dist}
 Group:          Development/Tools
 License:        GPLv3+
 URL:            http://www.gnu.org/software/help2man
@@ -13,10 +13,6 @@ Source:         ftp://ftp.gnu.org/gnu/help2man/help2man-%{version}.tar.gz
 
 %bcond_with nls
 
-Patch0:         help2man-1.38.2-locales.diff
-Patch1:         help2man-1.38.2-mans.diff
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
 %{!?with_nls:BuildArch: noarch}
 %{?with_nls:BuildRequires: perl(Locale::gettext)}
 %{?with_nls:Requires: perl(Locale::gettext)}
@@ -34,22 +30,16 @@ still providing some useful information.
 
 %prep
 %setup -q -n help2man-%{version}
-%patch0 -p1
-%patch1 -p1
 
 %build
 %configure --%{!?with_nls:disable}%{?with_nls:enable}-nls --libdir=%{_libdir}/help2man
 make %{?_smp_mflags}
 
 %install
-rm -fr $RPM_BUILD_ROOT
 make install_l10n DESTDIR=$RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 %find_lang %name --with-man
 
-%clean
-rm -fr $RPM_BUILD_ROOT
-
 %post
 /sbin/install-info %{_infodir}/help2man.info %{_infodir}/dir 2>/dev/null || :
 
@@ -71,6 +61,11 @@ fi
 %endif
 
 %changelog
+* Fri Apr 22 2011 Ralf Corsépius <corsepiu at fedoraproject.org> - 1.39.2-1
+- Upstream update.
+- Spec modernization.
+- Abandon patches (unnecessary).
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.38.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
@@ -78,7 +73,7 @@ fi
 - Upstream update.
 - Add *-locales.diff, *-mans.diff.
 - Use %%find_lang --with-man.
-- Use %%%bcond_with nls.
+- Use %%bcond_with nls.
 
 * Tue Feb 23 2010 Ondrej Vasik <ovasik at redhat.com> - 1.36.4-6
 - do ship COPYING file in %%doc
diff --git a/sources b/sources
index 8edbecd..9562154 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-426671c6fe79e5ef2233303367eab5a6  help2man-1.38.2.tar.gz
+36659da3ba7a9a51813e1c4848900a28  help2man-1.39.2.tar.gz


More information about the scm-commits mailing list