]> git.pld-linux.org Git - packages/tidy.git/blobdiff - tidy.spec
- use versioned builddir
[packages/tidy.git] / 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.075711 seconds and 4 git commands to generate.