Accepting request 99378 from home:adra:branches:Base:System
Update to version 1.40.5 OBS-URL: https://build.opensuse.org/request/show/99378 OBS-URL: https://build.opensuse.org/package/show/Base:System/help2man?expand=0&rev=15
This commit is contained in:
parent
ce8d53ee0f
commit
996f964e7f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1c41a88b640798e03adcfa5dbdd7d168f31817bdafdcf5f34005dc12c1d0796f
|
|
||||||
size 177561
|
|
3
help2man-1.40.5.tar.gz
Normal file
3
help2man-1.40.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:13599a89080628617f31ca1e7eee38d0b11b2c088708c14eba35b99d67b23cb4
|
||||||
|
size 183931
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 8 18:00:20 UTC 2012 - asterios.dramis@gmail.com
|
||||||
|
|
||||||
|
- Update to version 1.40.5:
|
||||||
|
* Clean up some lintian warnings: build-targets, source format and standards
|
||||||
|
version.
|
||||||
|
* Add Serbian translation.
|
||||||
|
* Fix trivial translation changes due to additional copyright year.
|
||||||
|
* Minor fix to Italian translation.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 3 20:36:17 UTC 2011 - asterios.dramis@gmail.com
|
Wed Aug 3 20:36:17 UTC 2011 - asterios.dramis@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package help2man
|
# spec file for package help2man
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,22 +15,17 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: help2man
|
Name: help2man
|
||||||
Version: 1.40.4
|
Version: 1.40.5
|
||||||
Release: 1
|
Release: 0
|
||||||
Summary: Create Simple Man Pages from --help Output
|
Summary: Create Simple Man Pages from --help Output
|
||||||
|
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
Url: http://www.gnu.org/software/help2man/
|
|
||||||
Group: Development/Tools/Doc Generators
|
Group: Development/Tools/Doc Generators
|
||||||
|
Url: http://www.gnu.org/software/help2man/
|
||||||
Source0: http://ftp.gnu.org/gnu/help2man/%{name}-%{version}.tar.gz
|
Source0: http://ftp.gnu.org/gnu/help2man/%{name}-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
BuildRequires: perl-gettext
|
BuildRequires: perl-gettext
|
||||||
Requires: perl-gettext
|
Requires: perl-gettext
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Requires(post): info
|
Requires(post): info
|
||||||
Requires(preun): info
|
Requires(preun): info
|
||||||
|
|
||||||
@ -49,16 +44,13 @@ still providing some useful information.
|
|||||||
export CFLAGS="%{optflags} -ggdb"
|
export CFLAGS="%{optflags} -ggdb"
|
||||||
export CXXFLAGS="%{optflags} -ggdb"
|
export CXXFLAGS="%{optflags} -ggdb"
|
||||||
%configure
|
%configure
|
||||||
%{__make} %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
|
||||||
%find_lang %{name} --with-man
|
%find_lang %{name} --with-man
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%install_info --info-dir=%{_infodir} %{_infodir}/help2man.info%{ext_info}
|
%install_info --info-dir=%{_infodir} %{_infodir}/help2man.info%{ext_info}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user