Accepting request 172856 from Base:System
- remove japanese manpages - Added url as source. Please see http://en.opensuse.org/SourceUrls OBS-URL: https://build.opensuse.org/request/show/172856 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/man?expand=0&rev=54
This commit is contained in:
commit
56eb42f772
11
man.changes
11
man.changes
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 22 11:55:06 UTC 2013 - meissner@suse.com
|
||||||
|
|
||||||
|
- remove japanese manpages
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 16 12:32:31 UTC 2013 - mmeister@suse.com
|
||||||
|
|
||||||
|
- Added url as source.
|
||||||
|
Please see http://en.opensuse.org/SourceUrls
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 29 12:55:03 UTC 2012 - werner@suse.de
|
Mon Oct 29 12:55:03 UTC 2012 - werner@suse.de
|
||||||
|
|
||||||
|
9
man.spec
9
man.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package man
|
# spec file for package man
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 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
|
||||||
@ -42,7 +42,7 @@ Provides: man_db
|
|||||||
Requires: glibc-locale
|
Requires: glibc-locale
|
||||||
Requires: groff >= 1.18
|
Requires: groff >= 1.18
|
||||||
Requires: less
|
Requires: less
|
||||||
Source: man-db-%{version}.tar.xz
|
Source: http://download.savannah.gnu.org/releases/man-db/man-db-%{version}.tar.xz
|
||||||
Source1: sysconfig.cron-man
|
Source1: sysconfig.cron-man
|
||||||
Source2: cron.daily.do_mandb
|
Source2: cron.daily.do_mandb
|
||||||
Source3: cron.daily.clean_catman
|
Source3: cron.daily.clean_catman
|
||||||
@ -190,6 +190,11 @@ Authors:
|
|||||||
for d in `find -name manpath.5.gz -printf '%%h '` ; do
|
for d in `find -name manpath.5.gz -printf '%%h '` ; do
|
||||||
ln -sf manpath.5.gz $d/manpath.config.5.gz
|
ln -sf manpath.5.gz $d/manpath.config.5.gz
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# remove japanese pages, as they are in man-pages-ja
|
||||||
|
# (need to cross verify at some point that they are up to date there)
|
||||||
|
rm -rf ja
|
||||||
|
|
||||||
popd
|
popd
|
||||||
install -m 644 src/man_db.conf %{buildroot}%{_sysconfdir}/manpath.config
|
install -m 644 src/man_db.conf %{buildroot}%{_sysconfdir}/manpath.config
|
||||||
sh ./mk_catdirs %{buildroot}
|
sh ./mk_catdirs %{buildroot}
|
||||||
|
Loading…
Reference in New Issue
Block a user