]> git.pld-linux.org Git - packages/tidy.git/commitdiff
- use versioned builddir
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 10 Nov 2006 13:52:09 +0000 (13:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tidy.spec -> 1.44

tidy.spec

index b580b96a8ef4e28d6c391d4ab40993e10f87ccc8..6093ad5bffbb3b648e177f0c1758e0b81bbc4d05 100644 (file)
--- a/tidy.spec
+++ b/tidy.spec
@@ -52,9 +52,11 @@ Static Tidy library.
 Statyczna biblioteka Tidy.
 
 %prep
-%setup -q -n %{name} -b1
+%setup -q -c -b1
+cd %{name}
 
 %build
+cd %{name}
 cp -af build/gnuauto/* .
 %{__libtoolize}
 %{__aclocal}
@@ -65,6 +67,7 @@ cp -af build/gnuauto/* .
 
 %install
 rm -rf $RPM_BUILD_ROOT
+cd %{name}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
This page took 0.166827 seconds and 4 git commands to generate.