]> git.pld-linux.org Git - packages/help2man.git/commitdiff
- updated to 1.38.4 auto/th/help2man-1_38_4-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 31 Dec 2010 12:37:21 +0000 (12:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed obsolete make-jN patch

Changed files:
    help2man-make-jN.patch -> 1.2
    help2man.spec -> 1.27

help2man-make-jN.patch [deleted file]
help2man.spec

diff --git a/help2man-make-jN.patch b/help2man-make-jN.patch
deleted file mode 100644 (file)
index 41e3da5..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- help2man-1.36.4/Makefile.in.orig   2007-12-19 03:00:57.059900362 +0100
-+++ help2man-1.36.4/Makefile.in        2007-12-19 03:01:16.556925968 +0100
-@@ -53,6 +53,7 @@
-       fi
- install_preload: preload
-+      $(MKINSTALLDIRS) $(DESTDIR)$(libdir)
-       $(INSTALL_PROGRAM) $(preload).so $(DESTDIR)$(libdir)
- install_l10n: man_l10n
index 7da1a74a63d50fa5a8ff53f7cf40d99f4018861c..afff0a743b02182d79bebdb4765b850db8f5f792 100644 (file)
@@ -2,14 +2,13 @@
 Summary:       help2man - automatic manual page generation
 Summary(pl.UTF-8):     help2man - automatyczne generowanie stron manuala
 Name:          help2man
-Version:       1.38.2
+Version:       1.38.4
 Release:       1
 License:       GPL v3+
 Group:         Applications/Text
 Source0:       http://ftp.debian.org/debian/pool/main/h/help2man/%{name}_%{version}.tar.gz
-# Source0-md5: 426671c6fe79e5ef2233303367eab5a6
+# Source0-md5: 1441847905ca8e6b7d63def44c3be01e
 Patch0:                %{name}-info.patch
-Patch1:                %{name}-make-jN.patch
 URL:           http://www.gnu.org/software/help2man/
 BuildRequires: gettext-devel
 BuildRequires: perl-Locale-gettext
@@ -37,7 +36,6 @@ przekształcić to wyjście na coś przypominającego stronę manuala.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 %configure \
@@ -67,12 +65,15 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc NEWS README THANKS debian/changelog
 %attr(755,root,root) %{_bindir}/help2man
-%attr(755,root,root) %{_libdir}/bindtextdomain.so
+%dir %{_libdir}/help2man
+%attr(755,root,root) %{_libdir}/help2man/bindtextdomain.so
 %{_infodir}/help2man.info*
 %{_mandir}/man1/help2man.1*
 %lang(de) %{_mandir}/de/man1/help2man.1*
+%lang(el) %{_mandir}/el/man1/help2man.1*
 %lang(fi) %{_mandir}/fi/man1/help2man.1*
 %lang(fr) %{_mandir}/fr/man1/help2man.1*
+%lang(it) %{_mandir}/it/man1/help2man.1*
 %lang(pl) %{_mandir}/pl/man1/help2man.1*
 %lang(pt_BR) %{_mandir}/pt_BR/man1/help2man.1*
 %lang(ru) %{_mandir}/ru/man1/help2man.1*
This page took 0.039022 seconds and 4 git commands to generate.