]> git.pld-linux.org Git - packages/MyODBC.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:14 +0000 (13:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    MyODBC.spec -> 1.13

MyODBC.spec

index 36f1510d6d9a6f9719eb03b4476f49086ddba4ed..a0ebd6d2a6ef94550a52384d7777ffd8a11f8d44 100644 (file)
@@ -33,10 +33,10 @@ MyODBC: sterownik ODBC dla MySQL.
 %build
 rm -f missing
 %{__libtoolize}
-aclocal
-automake -a -c -i
+%{__aclocal}
+%{__automake} -i
 %{__autoconf}
-autoheader
+%{__autoheader}
 %configure \
        %{!?_with_iodbc:--with-unixODBC=/usr} \
        %{?_with_iodbc:--with-iODBC=/usr --with-odbc-ini=/etc/odbc.ini} 
This page took 0.105746 seconds and 4 git commands to generate.