]> git.pld-linux.org Git - packages/fpc.git/commitdiff
- update to 1.00
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 12 Sep 2000 10:21:51 +0000 (10:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- started fixing (misiek, you screwed this spec!!!)

Changed files:
    fpc.spec -> 1.7

fpc.spec

index 98c69fc9e1389228b193e6ecce2069f7fa36d7c0..b57edec82fe7cd9c21995d734a92d92e09be45c1 100644 (file)
--- a/fpc.spec
+++ b/fpc.spec
@@ -1,7 +1,7 @@
 Summary:       32-bit compiler for the i386 and m68k processors
 Summary(pl):   32 bitowy kompilator dla procesorów i386 i m68k
 Name:          fpc
-Version:       0.99.14
+Version:       1.00
 Release:       1
 License:       GPL
 Group:         Development/Languages
@@ -41,22 +41,25 @@ Documentation for fpc HTML format.
 Dokumentacja do fpc w formacie HTML.
 
 %prep
-%setup -q
-mkdir sources && cd sources && tar -xzf ../sources.tar.gz \
-             && tar -xzf ../libs.tar.gz && tar -xzf ../bins.tar.gz \
-             && mkdir ../doc && cd ../doc && tar -xzf ../docs.tar.gz && cd ..
+%setup -q -c
+tar xf sources.tar
+tar xf binary.tar
+
+for i in *.tar.gz ; do
+       tar xzf $i
+done
 
 %build
-cd sources
-cp base/{Makefile,makefile.fpc} .
+cd sources/src/%{name}-%{version}
+#cp base/{Makefile,makefile.fpc} .
 
 # Currently we don't have these extenstions
-mkdir -p fcl/linux && echo ".PHONY:    all install" > fcl/linux/Makefile
-mkdir -p gtk       && echo ".PHONY:     all install" > gtk/Makefile
-mkdir -p api       && echo ".PHONY:     all install" > api/Makefile
-mkdir -p fv        && echo ".PHONY:     all install" > fv/Makefile
-mkdir -p gdbint    && echo ".PHONY:     all install" > gdbint/Makefile
-mkdir -p ide       && echo ".PHONY:     all install" > ide/Makefile
+#mkdir -p fcl/linux && echo ".PHONY:   all install" > fcl/linux/Makefile
+#mkdir -p gtk       && echo ".PHONY:     all install" > gtk/Makefile
+#mkdir -p api       && echo ".PHONY:     all install" > api/Makefile
+#mkdir -p fv        && echo ".PHONY:     all install" > fv/Makefile
+#mkdir -p gdbint    && echo ".PHONY:     all install" > gdbint/Makefile
+#mkdir -p ide       && echo ".PHONY:     all install" > ide/Makefile
 
 if [ "%{_target_cpu}" = "m68k" ]; then
        CPU=M68K
This page took 0.081338 seconds and 4 git commands to generate.