Forráskód Böngészése

get rid of old %update_config_scripts macro

Ralf S. Engelschall 22 éve
szülő
commit
197e086298
4 módosított fájl, 2978 hozzáadás és 4 törlés
  1. 1435 0
      m4/config.guess
  2. 1537 0
      m4/config.sub
  3. 5 2
      m4/m4.spec
  4. 1 2
      pinfo/pinfo.spec

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 1435 - 0
m4/config.guess


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 1537 - 0
m4/config.sub


+ 5 - 2
m4/m4.spec

@@ -34,11 +34,13 @@ Class:        CORE
 Group:        Language
 License:      GPL
 Version:      1.4o
-Release:      20040207
+Release:      20040209
 
 #   list of sources
 Source0:      ftp://ftp.seindal.dk/pub/rene/gnu/m4-%{version}.tar.gz
 Source1:      m4.1
+Source2:      config.guess
+Source3:      config.sub
 Patch0:       m4.patch
 
 #   build information
@@ -66,7 +68,8 @@ AutoReqProv:  no
 %prep
     %setup -q
     %patch -p0
-    %update_config_scripts
+    cp %{SOURCE config.guess} %{SOURCE config.sub} .
+    chmod a+x config.guess config.sub
 
 %build
     #   configure package

+ 1 - 2
pinfo/pinfo.spec

@@ -34,7 +34,7 @@ Class:        BASE
 Group:        Text
 License:      GPL
 Version:      0.6.8
-Release:      20040207
+Release:      20040209
 
 #   list of sources
 Source0:      http://dione.ids.pl/~pborys/software/pinfo/pinfo-%{version}.tar.gz
@@ -61,7 +61,6 @@ AutoReqProv:  no
 
 %prep
     %setup -q
-    %update_config_scripts
 
 %build
     CC="%{l_cc}" \