]> git.pld-linux.org Git - packages/yp-tools.git/commitdiff
- updated to 2.7, RA-1_0 yp-tools-2_7-1
authorkloczek <kloczek@pld-linux.org>
Wed, 5 Jun 2002 18:27:45 +0000 (18:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added ac/am cleanups (am_ac_cleanups patch - posted to Thorsten :),
- use new %doc,
- merge translations from TurboLinux,
- removed passwd patch.

Changed files:
    yp-tools.spec -> 1.27

yp-tools.spec

index f2fbeba9dbf3520e9a772ab2f5a0930c6ef75b7b..642034d1a626d06b2a45ed2e660312ba0bb4867c 100644 (file)
@@ -8,18 +8,19 @@ Summary(pt_BR):       Clientes NIS (YP)
 Summary(ru):   ëÌÉÅÎÔÓËÉÅ ÐÒÏÇÒÁÍÍÙ NIS (ÉÌÉ YP)
 Summary(tr):   NIS (YP) istemcileri
 Summary(uk):   ë̦¤ÎÔÓØ˦ ÐÒÏÇÒÁÍÉ NIS (ÁÂÏ YP)
-Summary(zh_CN):        NIS(»òÕß YP)¿Í»§¶Ë³ÌÐò.
+Summary(zh_CN):        NIS(»òÕß YP)¿Í»§¶Ë³ÌÐò
 Name:          yp-tools
-Version:       2.6
-Release:       5
+Version:       2.7
+Release:       1
 License:       GPL
 Group:         Networking/Utilities
 Source0:       ftp://ftp.kernel.org/pub/linux/utils/net/NIS/%{name}-%{version}.tar.bz2
 Source1:       %{name}-non-english-man-pages.tar.bz2
-Patch0:                %{name}-passwd.patch
+Patch0:                %{name}-am_ac_cleanups.patch
 URL:           http://www-vt.uni-paderborn.de/~kukuk/linux/nis.html
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: gettext-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:     yppasswd, yp-clients
 Requires:      ypbind
@@ -139,6 +140,7 @@ glibc 2.x 
 
 %build
 rm -f missing
+%{__gettextize}
 aclocal
 %{__autoconf}
 %{__automake}
@@ -153,8 +155,6 @@ rm -rf $RPM_BUILD_ROOT
 
 bzip2 -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
 
-gzip -9nf AUTHORS README ChangeLog NEWS THANKS TODO etc/nsswitch.conf
-
 %find_lang %{name}
 
 %clean
@@ -162,7 +162,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f yp-tools.lang
 %defattr(644,root,root,755)
-%doc *.gz etc/*.gz
+%doc AUTHORS README ChangeLog NEWS THANKS TODO etc/nsswitch.conf
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_sbindir}/*
 %{_mandir}/man[158]/*
This page took 0.036848 seconds and 4 git commands to generate.