SPECS: bad-behavior.spec - use versioned builddir

glen glen at pld-linux.org
Mon Sep 18 17:01:45 CEST 2006


Author: glen                         Date: Mon Sep 18 15:01:45 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use versioned builddir

---- Files affected:
SPECS:
   bad-behavior.spec (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SPECS/bad-behavior.spec
diff -u SPECS/bad-behavior.spec:1.8 SPECS/bad-behavior.spec:1.9
--- SPECS/bad-behavior.spec:1.8	Mon Aug  7 14:21:51 2006
+++ SPECS/bad-behavior.spec	Mon Sep 18 17:01:39 2006
@@ -30,12 +30,14 @@
 także zintegrowany w krótkim czasie z dowolnym skryptem PHP.
 
 %prep
-%setup -qcT -n Bad-Behavior
-%{__unzip} -qq -a %{SOURCE0} -d ..
-rm -f index.html bad-behavior/index.html
+%setup -qcT
+%{__unzip} -qq -a %{SOURCE0}
+cd Bad-Behavior
+rm index.html bad-behavior/index.html
 
 %install
 rm -rf $RPM_BUILD_ROOT
+cd Bad-Behavior
 install -d $RPM_BUILD_ROOT%{_appdir}
 cp -a bad-behavior* $RPM_BUILD_ROOT%{_appdir}
 
@@ -44,7 +46,7 @@
 
 %files
 %defattr(644,root,root,755)
-%doc README.txt
+%doc Bad-Behavior/README.txt
 %{_appdir}
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -53,6 +55,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2006/09/18 15:01:39  glen
+- use versioned builddir
+
 Revision 1.8  2006/08/07 12:21:51  glen
 - 2.0.5
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/bad-behavior.spec?r1=1.8&r2=1.9&f=u



More information about the pld-cvs-commit mailing list