]> git.pld-linux.org Git - packages/yp-tools.git/commitdiff
- release 7, yp-tools-2_4-7
authorkloczek <kloczek@pld-linux.org>
Sat, 4 Nov 2000 14:45:11 +0000 (14:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- merge RH patches,
- use new rpm automation.

Changed files:
    yp-tools.spec -> 1.15

yp-tools.spec

index 5b47bb9d861867d16722813d8df73869e40b5e46..7980e6052a25fb7f32369d56cc142dcd9cd2d00d 100644 (file)
@@ -4,12 +4,16 @@ Summary(fr):  Clients NIS (YP)
 Summary(tr):   NIS (YP) istemcileri
 Name:          yp-tools
 Version:       2.4
-Release:       2
+Release:       7
 License:       GPL
 Group:         Networking/Utilities
+Group(de):     Netzwerkwesen/Werkzeuge
 Group(pl):     Sieciowe/Narzêdzia
 Source0:       ftp://ftp.kernel.org/pub/linux/utils/net/NIS/%{name}-%{version}.tar.gz
-Url:           http://www-vt.uni-paderborn.de/~kukuk/linux/nis.html
+Patch0:                yp-tools-defaults.patch
+Patch1:                yp-tools-passwd.patch
+Patch2:                yp-tools.patch
+URL:           http://www-vt.uni-paderborn.de/~kukuk/linux/nis.html
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:     yppasswd, yp-clients
 Requires:      ypbind
@@ -54,19 +58,21 @@ sunucusuna gerek vard
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
-LDFLAGS="-s"; export LDFLAGS
 %configure \
        --disable-domainname
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__make} install DESTDIR="$RPM_BUILD_ROOT"
 
-gzip -9nf {AUTHORS,README,ChangeLog,NEWS,etc/nsswitch.conf} \
-       {THANKS,TODO} $RPM_BUILD_ROOT/%{_mandir}/*/*
+gzip -9nf AUTHORS README ChangeLog NEWS THANKS TODO etc/nsswitch.conf
 
 %find_lang %{name}
 
This page took 0.323169 seconds and 4 git commands to generate.