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
This commit is contained in:
Philipp Thomas 2010-11-11 10:57:35 +00:00 committed by Git OBS Bridge
parent 6583ae3116
commit 425d2b3371
4 changed files with 45 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a4adadf76b496a6bc50795702253ecfcb6f0d159b68038f31a5362009340bca2
size 85630

3
help2man-1.38.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bc8ee87dfe681480caccf8b2141f75a25b85b461fb6731ef9c5e0a561a0d0848
size 107066

View File

@ -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 Sun Oct 31 12:37:02 UTC 2010 - jengelh@medozas.de

View File

@ -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. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -20,15 +20,16 @@
Name: help2man Name: help2man
BuildRequires: perl-gettext BuildRequires: perl-gettext
Requires: perl-gettext
Url: http://www.gnu.org/software/help2man/ Url: http://www.gnu.org/software/help2man/
Summary: Create Simple Man Pages from --help Output Summary: Create Simple Man Pages from --help Output
Version: 1.36.4 Version: 1.38.2
Release: 132 Release: 132
Group: Development/Tools/Doc Generators Group: Development/Tools/Doc Generators
License: GPLv2+ License: GPLv2+
PreReq: %{install_info_prereq} PreReq: %{install_info_prereq}
Source: help2man-%{version}.tar.gz Source: help2man-%{version}.tar.bz2
#Patch: help2man-%{version}.diff #Patch: help2man-%%{version}.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
@ -47,14 +48,20 @@ Authors:
%prep %prep
%setup -q %setup -q
#%patch #%%patch
%build %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} %{__make} %{?_smp_mflags}
%install %install
make install DESTDIR=$RPM_BUILD_ROOT %makeinstall
%find_lang %name --with-man %find_lang %name --with-man
%clean %clean
@ -69,8 +76,9 @@ rm -fr $RPM_BUILD_ROOT
%files -f %name.lang %files -f %name.lang
%defattr(-, root, root) %defattr(-, root, root)
%doc README NEWS THANKS %doc README NEWS THANKS
%{_prefix}/bin/help2man %{_bindir}/%{name}
%{_libdir}/hacklocaledir.so %{_libdir}/%{name}/bindtextdomain.so
%dir %{_libdir}/%{name}
%{_infodir}/*.gz %{_infodir}/*.gz
%{_mandir}/man1/*.gz %{_mandir}/man1/*.gz
%dir %{_mandir}/?? %dir %{_mandir}/??