From 760001f33865c546410f96bba1a2f5e53af46e7c Mon Sep 17 00:00:00 2001 From: ankry Date: Fri, 4 Jan 2002 22:50:37 +0000 Subject: [PATCH] - added semget.2 Changed files: man-pages.spec -> 1.73 --- man-pages.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/man-pages.spec b/man-pages.spec index 0e39263..c8f5527 100644 --- a/man-pages.spec +++ b/man-pages.spec @@ -11,7 +11,7 @@ Summary(ru): Summary(tr): Linux Belgeleme Projesinin sistem kýlavuz sayfalarý Name: man-pages Version: 1.47 -Release: 1 +Release: 2 License: distributable Group: Documentation Group(de): Dokumentation @@ -60,6 +60,7 @@ Source14: http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/PTM-snapshots/%{name} Source15: ftp://ftp.win.tue.nl/pub/home/aeb/home/aeb/linux-local/manpages/tr/%{name}-%{pt_version}-pt_BR.tgz Source16: http://alexm.here.ru/manpages-ru/download/manpages-ru-%{ru_version}.tar.gz #Source17: http://www.cmpp.net/download/cman-%{zh_version}.tar.gz +Source30: semget.2 Source50: %{name}-extra.tar.bz2 #Patch0: %{name}-iconv.patch #Patch1: %{name}-ctype.patch @@ -235,6 +236,8 @@ rm -f man*/README* rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_mandir}/man{1,2,3,4,5,6,7,8} +install %{SOURCE30} $RPM_BUILD_ROOT%{_mandir}/man2 + for n in man{1,2,3,4,5,6,7,8}/*; do if head -1 $n| grep '^\.so' >/dev/null 2>&1 ; then sed 's,\.so man./,.so ,' < $n > $n. -- 2.43.0