]> git.pld-linux.org Git - packages/autotrace.git/commitdiff
- use more macros, some cosmetics, added missing "rm -f missing" and use new %doc
authorkloczek <kloczek@pld-linux.org>
Wed, 9 Oct 2002 13:14:17 +0000 (13:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    autotrace.spec -> 1.11

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.531335 seconds and 4 git commands to generate.