Browse Source

* updated

peter 24 years ago
parent
commit
40eb6ad985
3 changed files with 8 additions and 8 deletions
  1. 1 1
      install/debian/control
  2. 1 1
      install/debian/control.in
  3. 6 6
      install/fpc.spec

+ 1 - 1
install/debian/control

@@ -3,7 +3,7 @@ Section: devel
 Priority: optional
 Maintainer: Ulf Jaenicke-Roessler <[email protected]>
 Standards-Version: 3.1.1
-Build-Depends: fp-compiler, debhelper, tetex-bin, awk
+Build-Depends: fp-compiler, debhelper, tetex-bin, tetex-extra, awk
 
 Package: fp-compiler
 Architecture: i386

+ 1 - 1
install/debian/control.in

@@ -3,7 +3,7 @@ Section: devel
 Priority: optional
 Maintainer: Ulf Jaenicke-Roessler <[email protected]>
 Standards-Version: 3.1.1
-Build-Depends: fp-compiler, debhelper, tetex-bin, awk
+Build-Depends: fp-compiler, debhelper, tetex-bin, tetex-extra, awk
 
 Package: fp-compiler
 Architecture: i386

+ 6 - 6
install/fpc.spec

@@ -31,17 +31,17 @@ utils. Provided units are the runtime library (RTL), free component library
 
 %build
 NEWPP=`pwd`/compiler/ppc386
-	make compiler_cycle
-	make rtl_clean rtl_smart PP=${NEWPP}
-	make packages_smart PP=${NEWPP}
-	make fcl_smart PP=${NEWPP}
-	make utils_all PP=${NEWPP}
+	make compiler_cycle FPC_VERSION=`ppc386 -iV`
+	make rtl_clean rtl_smart FPC=${NEWPP}
+	make packages_smart FPC=${NEWPP}
+	make fcl_smart FPC=${NEWPP}
+	make utils_all FPC=${NEWPP}
 
 %install
 	rm -rf %{buildroot}
 	
 NEWPP=`pwd`/compiler/ppc386
-INSTALLOPTS="PP=${NEWPP} INSTALL_PREFIX=%{buildroot}/usr INSTALL_DOCDIR=%{builddocdir}"
+INSTALLOPTS="FPC=${NEWPP} INSTALL_PREFIX=%{buildroot}/usr INSTALL_DOCDIR=%{builddocdir}"
 	make compiler_distinstall ${INSTALLOPTS}
 	make rtl_distinstall ${INSTALLOPTS}
 	make packages_distinstall ${INSTALLOPTS}