]> git.pld-linux.org Git - packages/bootp.git/commitdiff
- macros
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 16 Jul 1999 15:52:11 +0000 (15:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- gziping docs

Changed files:
    bootp.spec -> 1.13

bootp.spec

index 2086adf929a23fd79382842c89e3604b14e2af22..48c9a8ad77c7b1a5e00e9219f10d2175d4bc7d31 100644 (file)
@@ -1,20 +1,20 @@
-Summary:     bootp/DHCP server and test programs
-Summary(de): bootp/DHCP-Server und Testprogramme
-Summary(fr): Serveur bootp/DHCP et programmes test
-Summary(pl): Serwer BOOTP/DHCP wraz z programami pomocniczymi
-Summary(tr): bootp/DHCP sunucusu ve test programlarý
-Name:        bootp
-Version:     2.4.3
-Release:     9
-Copyright:   BSD
-Group:       Networking/Daemons
-Source:      ftp://ftp.mc.com/pub/%{name}-%{version}.tar.gz
-Patch:       bootp-2.4.3-linux.patch
-Patch1:      http://www.sghms.ac.uk/~mpreston/tools.htm/dhcp.patch
-Patch2:      bootp-2.4.3-glibc.patch
-Patch3:      bootp-2.4.3-pathfix.patch
-Patch4:      bootp-tmprace.patch
-Requires:    inetd
+Summary:       bootp/DHCP server and test programs
+Summary(de):   bootp/DHCP-Server und Testprogramme
+Summary(fr):   Serveur bootp/DHCP et programmes test
+Summary(pl):   Serwer BOOTP/DHCP wraz z programami pomocniczymi
+Summary(tr):   bootp/DHCP sunucusu ve test programlarý
+Name:          bootp
+Version:       2.4.3
+Release:       10
+Copyright:     BSD
+Group:         Networking/Daemons
+Source:                ftp://ftp.mc.com/pub/%{name}-%{version}.tar.gz
+Patch:         bootp-2.4.3-linux.patch
+Patch1:                http://www.sghms.ac.uk/~mpreston/tools.htm/dhcp.patch
+Patch2:                bootp-2.4.3-glibc.patch
+Patch3:                bootp-2.4.3-pathfix.patch
+Patch4:                bootp-tmprace.patch
+Requires:      inetd
 BuildRoot:     /tmp/%{name}-%{version}-root
 
 %description
@@ -64,17 +64,21 @@ DHCP deste
 #%patch4 -p1
 
 %build
-make linux
+make linux SYSDEFS="$RPM_OPT_FLAGS"
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/{etc,usr/{sbin,man/man{5,8}}}
+install -d $RPM_BUILD_ROOT/{etc,%{_sbindir},%{_mandir}/man{5,8}}
 
 make DESTDIR=$RPM_BUILD_ROOT install
-make DESTDIR=$RPM_BUILD_ROOT install.man
+make DESTDIR=$RPM_BUILD_ROOT MANDIR=%{_mandir} install.man
 
 touch $RPM_BUILD_ROOT/etc/bootptab
 
+strip $RPM_BUILD_ROOT%{_sbindir}/* || :
+
+gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man{5,8}/*
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.097999 seconds and 4 git commands to generate.