rpms/fpc/EL-6 fpc.spec,1.39,1.40

Tomas Bzatek tbzatek at fedoraproject.org
Tue May 18 11:51:47 UTC 2010


Author: tbzatek

Update of /cvs/extras/rpms/fpc/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv6592

Modified Files:
	fpc.spec 
Log Message:
* Tue May 18 2010 Tomas Bzatek <tbzatek at redhat.com> - 2.4.0-2
- Proper build out of bootstrapping



Index: fpc.spec
===================================================================
RCS file: /cvs/extras/rpms/fpc/EL-6/fpc.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -p -r1.39 -r1.40
--- fpc.spec	14 May 2010 15:11:20 -0000	1.39
+++ fpc.spec	18 May 2010 11:51:47 -0000	1.40
@@ -1,8 +1,6 @@
-%global useprebuiltcompiler 1
-
 Name:           fpc
 Version:        2.4.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Free Pascal Compiler
 
 Group:          Development/Languages
@@ -12,7 +10,7 @@ Source0:        ftp://ftp.freepascal.org
 # This is only needed when useprebuiltcompiler is defined.
 # But it's not in an 'if defined' block, since the file has to be included in the srpm
 # Thus you should enable this line when useprebuildcompiler is defined for any target
-Source1:        http://www.cnoc.nl/fpc/%{name}-%{version}.compiler.bin.tar.gz
+# Source1:        http://www.cnoc.nl/fpc/%{name}-%{version}.compiler.bin.tar.gz
 Patch0:         fpc-2.2.4-samplecfg_32and64bit.patch
 Patch1:         fpc-2.2.4-build-id.patch
 
@@ -176,6 +174,9 @@ rm -rf %{buildroot}
 %{_datadir}/fpcsrc
 
 %changelog
+* Tue May 18 2010 Tomas Bzatek <tbzatek at redhat.com> - 2.4.0-2
+- Proper build out of bootstrapping
+
 * Fri May 14 2010 Tomas Bzatek <tbzatek at redhat.com> - 2.4.0-1
 - Initial EPEL-6 build, bootstrapping
 



More information about the scm-commits mailing list