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

freeswan.spec

index 9defceb534eb12570664e2980e14fd7b89d3231f..f662aa2d42aeeb589c5a476ac4c8950cddcfc56b 100644 (file)
@@ -34,19 +34,17 @@ FreeS/WAN is a freely-distributable implementation of IPSEC protocol.
 
 %build
 OPT_FLAGS="$RPM_OPT_FLAGS"; export OPT_FLAGS
-LDFLAGS="-s"; export LDFLAGS
 %{__make} programs
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 install -d $RPM_BUILD_ROOT{%{_sysconfdir}/freeswan,/etc/rc.d/init.d,/var/run/pluto}
+
 %{__make} install \
        DESTDIR="$RPM_BUILD_ROOT" 
 
 gzip -9nf README CREDITS CHANGES BUGS \
-          doc/{kernel.notes,impl.notes,examples,prob.report,standards} \
-         $RPM_BUILD_ROOT%{_mandir}/man*/*
+          doc/{kernel.notes,impl.notes,examples,prob.report,standards}
 
 %post
 /sbin/chkconfig --add ipsec 
This page took 0.045649 seconds and 4 git commands to generate.