]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
help2man: Update to 1.46.4.
authorStefan Schantl <stefan.schantl@ipfire.org>
Thu, 22 Jan 2015 21:27:42 +0000 (22:27 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Thu, 22 Jan 2015 21:27:42 +0000 (22:27 +0100)
* Move package arch to "noarch".
* Add download URL.
* Drop debuginfo package.

help2man/help2man.nm

index 3b54d4661c1b1e8b383160eeb9445b023a07dd43..9c5e3ea259a8bb7f2dd7ce67fe01365c6c078721 100644 (file)
@@ -4,8 +4,9 @@
 ###############################################################################
 
 name       = help2man
-version    = 1.40.4
-release    = 2
+version    = 1.46.4
+release    = 1
+arch       = noarch
 
 groups     = Development/Tools
 url        = http://www.gnu.org/software/help2man
@@ -21,25 +22,22 @@ description
        still providing some useful information.
 end
 
-source_dl  =
+source_dl  = ftp://ftp.gnu.org/gnu/%{name}/
+sources    = %{thisapp}.tar.xz
 
 build
        requires
-               perl
+               %{bindir}/perl
        end
 
        configure_options += \
                --disable-nls \
-               --libdir=/usr/lib/help2man
+               --libdir=%{prefix}/lib/help2man
 
-       make_install_targets += install_l10n
+       make_install_targets += \
+               install_l10n
 end
 
 packages
        package %{name}
-       end
-
-       package %{name}-debuginfo
-               template DEBUGINFO
-       end
 end