Author: qboosh Date: Sat May 8 09:08:06 2010 GMT Module: packages Tag: HEAD ---- Log message: - updated to 1.38.2 (GPL v3 now) - enforce NLS at configure time
---- Files affected: packages/help2man: help2man.spec (1.24 -> 1.25) ---- Diffs: ================================================================ Index: packages/help2man/help2man.spec diff -u packages/help2man/help2man.spec:1.24 packages/help2man/help2man.spec:1.25 --- packages/help2man/help2man.spec:1.24 Thu Jan 24 02:36:32 2008 +++ packages/help2man/help2man.spec Sat May 8 11:08:00 2010 @@ -3,12 +3,12 @@ Summary: help2man - automatic manual page generation Summary(pl.UTF-8): help2man - automatyczne generowanie stron manuala Name: help2man -Version: 1.36.4 +Version: 1.38.2 Release: 1 -License: GPL +License: GPL v3+ Group: Applications/Text Source0: http://ftp.debian.org/debian/pool/main/h/help2man/%{name}_%{version}.tar.gz -# Source0-md5: d31a0a38c2ec71faa06723f6b8bd3076 +# Source0-md5: 426671c6fe79e5ef2233303367eab5a6 Patch0: %{name}-info.patch Patch1: %{name}-make-jN.patch URL: http://www.gnu.org/software/help2man/ @@ -41,7 +41,8 @@ %patch1 -p1 %build -%configure +%configure \ + --enable-nls %{__make} \ CFLAGS="%{rpmcflags}" @@ -57,23 +58,27 @@ %clean rm -rf $RPM_BUILD_ROOT -%post -p /sbin/postshell +%post -p /sbin/postshell -/usr/sbin/fix-info-dir -c %{_infodir} -%postun -p /sbin/postshell +%postun -p /sbin/postshell -/usr/sbin/fix-info-dir -c %{_infodir} %files -f %{name}.lang %defattr(644,root,root,755) -%doc NEWS README THANKS -%attr(755,root,root) %{_bindir}/* -%attr(755,root,root) %{_libdir}/hacklocaledir.so -%{_infodir}/*.info* -%{_mandir}/man1/*.1* -%lang(fi) %{_mandir}/fi/man1/*.1* -%lang(fr) %{_mandir}/fr/man1/*.1* -%lang(pl) %{_mandir}/pl/man1/*.1* -%lang(sv) %{_mandir}/sv/man1/*.1* +%doc NEWS README THANKS debian/changelog +%attr(755,root,root) %{_bindir}/help2man +%attr(755,root,root) %{_libdir}/bindtextdomain.so +%{_infodir}/help2man.info* +%{_mandir}/man1/help2man.1* +%lang(de) %{_mandir}/de/man1/help2man.1* +%lang(fi) %{_mandir}/fi/man1/help2man.1* +%lang(fr) %{_mandir}/fr/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* +%lang(sv) %{_mandir}/sv/man1/help2man.1* +%lang(vi) %{_mandir}/vi/man1/help2man.1* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -81,6 +86,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.25 2010/05/08 09:08:00 qboosh +- updated to 1.38.2 (GPL v3 now) +- enforce NLS at configure time + Revision 1.24 2008/01/24 01:36:32 glen - invoke fix-info-dir via /sbin/postshell where possible to avoid extra /bin/sh dep ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/help2man/help2man.spec?r1=1.24&r2=1.25&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
