Author: qboosh Date: Sat Jan 19 20:11:06 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 2.10
---- Files affected: SPECS: yp-tools.spec (1.36 -> 1.37) ---- Diffs: ================================================================ Index: SPECS/yp-tools.spec diff -u SPECS/yp-tools.spec:1.36 SPECS/yp-tools.spec:1.37 --- SPECS/yp-tools.spec:1.36 Mon Feb 12 23:09:25 2007 +++ SPECS/yp-tools.spec Sat Jan 19 21:11:01 2008 @@ -11,22 +11,23 @@ Summary(uk.UTF-8): Клієнтські програми NIS (або YP) Summary(zh_CN.UTF-8): NIS(或者 YP)客户端程序 Name: yp-tools -Version: 2.9 +Version: 2.10 Release: 1 -License: GPL +License: GPL v2 Group: Networking/Utilities Source0: ftp://ftp.kernel.org/pub/linux/utils/net/NIS/%{name}-%{version}.tar.bz2 -# Source0-md5: 19de06a04129ec26773f9198e086fcd4 +# Source0-md5: c1bc7ea2339c766d8e6dffd3f5f2e8e1 Source1: http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2 # Source1-md5: 44a8ee872fa7a8df95ce311356a3cb95 Patch0: %{name}-2.7-md5.patch URL: http://www-vt.uni-paderborn.de/~kukuk/linux/nis.html BuildRequires: autoconf -BuildRequires: automake +BuildRequires: automake >= 1.5 BuildRequires: gettext-devel -BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -Obsoletes: yppasswd, yp-clients Requires: ypbind +Obsoletes: yp-clients +Obsoletes: yppasswd +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description The Network Information Service (NIS) is a system which provides @@ -142,10 +143,10 @@ %patch0 -p1 %build -rm -f missing %{__gettextize} -%{__aclocal} +%{__aclocal} -I m4 %{__autoconf} +%{__autoheader} %{__automake} %configure \ --disable-domainname @@ -154,7 +155,8 @@ %install rm -rf $RPM_BUILD_ROOT -%{__make} install DESTDIR=$RPM_BUILD_ROOT +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT bzip2 -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_mandir} @@ -163,15 +165,19 @@ %clean rm -rf $RPM_BUILD_ROOT -%files -f yp-tools.lang +%files -f %{name}.lang %defattr(644,root,root,755) %doc AUTHORS README ChangeLog NEWS THANKS TODO etc/nsswitch.conf -%attr(755,root,root) %{_bindir}/* -%attr(755,root,root) %{_sbindir}/* -%{_mandir}/man[158]/* -%lang(fi) %{_mandir}/fi/man[158]/* -%lang(ja) %{_mandir}/ja/man[158]/* -%lang(pl) %{_mandir}/pl/man[158]/* +%attr(755,root,root) %{_bindir}/yp* +%attr(755,root,root) %{_sbindir}/yp* +%{_mandir}/man1/yp*.1* +%{_mandir}/man5/nicknames.5* +%{_mandir}/man8/yp*.8* +%lang(fi) %{_mandir}/fi/man1/yp*.1* +%lang(ja) %{_mandir}/ja/man1/yp*.1* +%lang(ja) %{_mandir}/ja/man5/nicknames.5* +%lang(ja) %{_mandir}/ja/man8/yp*.8* +%lang(pl) %{_mandir}/pl/man1/yp*.1* /var/yp/nicknames %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -180,6 +186,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.37 2008-01-19 20:11:01 qboosh +- updated to 2.10 + Revision 1.36 2007-02-12 22:09:25 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/yp-tools.spec?r1=1.36&r2=1.37&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
