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:
parent
6583ae3116
commit
425d2b3371
@ -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
3
help2man-1.38.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bc8ee87dfe681480caccf8b2141f75a25b85b461fb6731ef9c5e0a561a0d0848
|
||||
size 107066
|
@ -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
|
||||
|
||||
|
@ -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}/??
|
||||
|
Loading…
Reference in New Issue
Block a user