]> git.pld-linux.org Git - packages/bad-behavior.git/commitdiff
- use versioned builddir
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 18 Sep 2006 15:01:39 +0000 (15:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bad-behavior.spec -> 1.9

bad-behavior.spec

index 48fafd0507998600582990cee85f42edd5e9717e..92c05b3f3139bc59eb038df64db1528c3904db58 100644 (file)
@@ -29,12 +29,14 @@ Behavior jest dost
 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}
 
@@ -43,5 +45,5 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README.txt
+%doc Bad-Behavior/README.txt
 %{_appdir}
This page took 0.031766 seconds and 4 git commands to generate.