From 425d2b33711c11423c167e5b10ce5a674002dea880f9f103849969c7deec0147 Mon Sep 17 00:00:00 2001 From: Philipp Thomas Date: Thu, 11 Nov 2010 10:57:35 +0000 Subject: [PATCH] Accepting request 52400 from home:plater:blender Looks OK. OBS-URL: https://build.opensuse.org/request/show/52400 OBS-URL: https://build.opensuse.org/package/show/Base:System/help2man?expand=0&rev=8 --- help2man-1.36.4.tar.gz | 3 --- help2man-1.38.2.tar.bz2 | 3 +++ help2man.changes | 25 +++++++++++++++++++++++++ help2man.spec | 26 +++++++++++++++++--------- 4 files changed, 45 insertions(+), 12 deletions(-) delete mode 100644 help2man-1.36.4.tar.gz create mode 100644 help2man-1.38.2.tar.bz2 diff --git a/help2man-1.36.4.tar.gz b/help2man-1.36.4.tar.gz deleted file mode 100644 index f27ff25..0000000 --- a/help2man-1.36.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4adadf76b496a6bc50795702253ecfcb6f0d159b68038f31a5362009340bca2 -size 85630 diff --git a/help2man-1.38.2.tar.bz2 b/help2man-1.38.2.tar.bz2 new file mode 100644 index 0000000..9601803 --- /dev/null +++ b/help2man-1.38.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc8ee87dfe681480caccf8b2141f75a25b85b461fb6731ef9c5e0a561a0d0848 +size 107066 diff --git a/help2man.changes b/help2man.changes index 2e6f9c2..e93b6c6 100644 --- a/help2man.changes +++ b/help2man.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Mon Nov 8 11:19:08 UTC 2010 - davejplater@gmail.com + +- Added "Requires: perl-gettext" after using help2man in build + service blender build to generate a man page for blenderplayer. + +------------------------------------------------------------------- +Sat Nov 6 22:22:48 UTC 2010 - davejplater@gmail.com + +- Update to version 1.38.2 +- Upstream changes : + *Support ENVIRONMENT and FILES sections. + *Move all translated text into .po files (previously .h2m include + files were handled seperately). + *Submit package to the Translation Project (translationproject.org). + *Add Vietnamese translation. + *Add some comments for translators. + *Update GPL to v3. + *Add --version-string option. + *Add --no-discard-stderr option. + *Add line breaks into bug reporting section. + *Add Brazilian Portuguese and German translations. + *Select a reasonable configure default for --enable-nls. + *Revise preload mechanism to not require preloadable libintl. + ------------------------------------------------------------------- Sun Oct 31 12:37:02 UTC 2010 - jengelh@medozas.de diff --git a/help2man.spec b/help2man.spec index 9996f3f..dd24a7e 100644 --- a/help2man.spec +++ b/help2man.spec @@ -1,5 +1,5 @@ # -# spec file for package help2man (Version 1.36.4) +# spec file for package help2man (Version 1.38.2) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -20,15 +20,16 @@ Name: help2man BuildRequires: perl-gettext +Requires: perl-gettext Url: http://www.gnu.org/software/help2man/ Summary: Create Simple Man Pages from --help Output -Version: 1.36.4 +Version: 1.38.2 Release: 132 Group: Development/Tools/Doc Generators License: GPLv2+ PreReq: %{install_info_prereq} -Source: help2man-%{version}.tar.gz -#Patch: help2man-%{version}.diff +Source: help2man-%{version}.tar.bz2 +#Patch: help2man-%%{version}.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -47,14 +48,20 @@ Authors: %prep %setup -q -#%patch +#%%patch %build -%configure + +# Removed %%configure because I had to specify --libdir=%%{_libdir}/%%{name} to accomodate the shared lib bindtextdomain.so +export CFLAGS="%{optflags} -ggdb" +export CXXFLAGS="%{optflags} -ggdb" +./configure --prefix=%{_prefix} --bindir=%{_bindir} --sbindir=%{_sbindir} --sysconfdir=%{_sysconfdir} --datadir=%{_datadir} \ + --includedir=%{_includedir} --libdir=%{_libdir}/%{name} --mandir=%{_mandir} --infodir=%{_infodir} + %{__make} %{?_smp_mflags} %install -make install DESTDIR=$RPM_BUILD_ROOT +%makeinstall %find_lang %name --with-man %clean @@ -69,8 +76,9 @@ rm -fr $RPM_BUILD_ROOT %files -f %name.lang %defattr(-, root, root) %doc README NEWS THANKS -%{_prefix}/bin/help2man -%{_libdir}/hacklocaledir.so +%{_bindir}/%{name} +%{_libdir}/%{name}/bindtextdomain.so +%dir %{_libdir}/%{name} %{_infodir}/*.gz %{_mandir}/man1/*.gz %dir %{_mandir}/??