SPECS: psad.spec - more macros unification

shadzik shadzik at pld-linux.org
Sun Dec 17 20:20:34 CET 2006


Author: shadzik                      Date: Sun Dec 17 19:20:34 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- more macros unification

---- Files affected:
SPECS:
   psad.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/psad.spec
diff -u SPECS/psad.spec:1.2 SPECS/psad.spec:1.3
--- SPECS/psad.spec:1.2	Sun Dec 17 20:19:07 2006
+++ SPECS/psad.spec	Sun Dec 17 20:20:25 2006
@@ -46,7 +46,7 @@
 %setup -q
 
 for i in $(grep -r "use lib" . | cut -d: -f1); do
-awk '/use lib/ { sub("%{_prefix}/lib/psad", "%_libdir/%{name}") } { print }' $i > $i.tmp
+awk '/use lib/ { sub("%{_prefix}/lib/psad", "%{_libdir}/%{name}") } { print }' $i > $i.tmp
 	mv $i.tmp $i
 done
 
@@ -240,7 +240,7 @@
 %dir %{_sysconfdir}/%{name}/snort_rules
 %config(noreplace) %{_sysconfdir}/%{name}/snort_rules/*
 
-%_libdir/%{name}
+%{_libdir}/%{name}
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -248,6 +248,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2006/12/17 19:20:25  shadzik
+- more macros unification
+
 Revision 1.2  2006/12/17 19:19:07  shadzik
 - unify macros
 - some cleanup
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/psad.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list