]> git.pld-linux.org Git - packages/xinetd.git/commitdiff
- modyfications for using neew rpm automation.
authorkloczek <kloczek@pld-linux.org>
Sun, 12 Nov 2000 20:11:56 +0000 (20:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xinetd.spec -> 1.8

xinetd.spec

index 790036fd93d6d8790eba5a697cf9e1fc50030904..30dfe8ac8da42e74ae4ce0cb5e8d1ded5150beea 100644 (file)
@@ -1,4 +1,4 @@
-# $Revision: 1.7 $
+# $Revision: 1.8 $
 Summary:       Secure replacement for inetd
 Summary(pl):   Bezpieczny odpowiednik inetd
 Name:          xinetd
@@ -31,7 +31,6 @@ kontrola zu
 %setup -q
 
 %build
-LDFLAGS="-s"; export LDFLAGS
 %configure  \
        --with-libwrap \
        --with-inet6 \
@@ -51,12 +50,10 @@ install xinetd/xinetd.log.man $RPM_BUILD_ROOT/%{_mandir}/man8/xinetd.log.8
 install xinetd/xinetd.man $RPM_BUILD_ROOT/%{_mandir}/man8/xinetd.8
 install xinetd/itox.8 $RPM_BUILD_ROOT/%{_mandir}/man8/itox.8
 
-strip $RPM_BUILD_ROOT/%{_sbindir}/*
-
 cp xinetd/sample.conf .
 cp xinetd/xconv.pl .
-gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man{5,8}/* README CHANGELOG sample.conf \
-       xconv.pl
+
+gzip -9nf README CHANGELOG sample.conf xconv.pl
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.084278 seconds and 4 git commands to generate.