]> git.pld-linux.org Git - packages/autotrace.git/blobdiff - autotrace.spec
- use more macros, some cosmetics, added missing "rm -f missing" and use new %doc
[packages/autotrace.git] / autotrace.spec
index 1b645760b803b087bee7dbe1b1a9362e463ff399..720e0658765a36c279a9ba8e1d369e8fd6b9360b 100644 (file)
@@ -56,8 +56,9 @@ Biblioteka statyczna AutoTrace.
 %patch0 -p1
 
 %build
+rm -f missing
 %{__libtoolize}
-aclocal
+%{__aclocal}
 %{__autoconf}
 %{__automake}
 %configure \
@@ -67,6 +68,7 @@ aclocal
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 %clean
This page took 0.074254 seconds and 4 git commands to generate.