Bläddra i källkod

fix deps; fix building

Ralf S. Engelschall 23 år sedan
förälder
incheckning
1c1c075382
1 ändrade filer med 4 tillägg och 3 borttagningar
  1. 4 3
      cpu/cpu.spec

+ 4 - 3
cpu/cpu.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
 Group:        Converter
 License:      GPL
 Version:      1.3.13
-Release:      20020525
+Release:      20030101
 
 #   list of sources
 Source0:      http://osdn.dl.sourceforge.net/sourceforge/cpu/cpu-%{version}.tar.gz
@@ -41,8 +41,8 @@ Source0:      http://osdn.dl.sourceforge.net/sourceforge/cpu/cpu-%{version}.tar.
 #   build information
 Prefix:       %{l_prefix}
 BuildRoot:    %{l_buildroot}
-BuildPreReq:  OpenPKG, openpkg >= 20020206, openldap, openssl
-PreReq:       OpenPKG, openpkg >= 20020206, openldap, openssl
+BuildPreReq:  OpenPKG, openpkg >= 20021230, openldap, openssl
+PreReq:       OpenPKG, openpkg >= 20021230
 AutoReq:      no
 AutoReqProv:  no
 
@@ -57,6 +57,7 @@ AutoReqProv:  no
 
 %prep
     %setup -q
+    touch * */* # fix timestamps
 
 %build
     CC="%{l_cc}" \