ソースを参照

upgrade to GNU automake 1.6

Ralf S. Engelschall 24 年 前
コミット
a0b805e041
1 ファイル変更4 行追加8 行削除
  1. 4 8
      automake/automake.spec

+ 4 - 8
automake/automake.spec

@@ -23,9 +23,6 @@
 ##  SUCH DAMAGE. 
 ##  
 
-%define       V_real 1.5
-%define       V_here 1.5
-
 #   package information
 Name:         automake
 Summary:      Automatic Makefile Generation Tools
@@ -35,12 +32,11 @@ Packager:     The OpenPKG Project
 Distribution: OpenPKG [REL]
 Group:        Development
 License:      GPL
-Version:      %{V_here}
-Release:      20020206
+Version:      1.6
+Release:      20020307
 
 #   list of sources
-#Source0:     ftp://sourceware.cygnus.com/pub/automake/automake-%{V_real}.tar.gz
-Source0:      ftp://ftp.gnu.org/gnu/automake/automake-%{V_real}.tar.gz
+Source0:      ftp://ftp.gnu.org/gnu/automake/automake-%{version}.tar.gz
 
 #   build information
 Prefix:       %{l_prefix}
@@ -55,7 +51,7 @@ AutoReqProv:  no
     with the GNU Coding Standards.
 
 %prep
-    %setup -q -n automake-%{V_real}
+    %setup -q
 
 %build
     PATH="%{l_prefix}/bin:$PATH"; export PATH