rpms/Falcon/F-9 .cvsignore, 1.2, 1.3 Falcon.spec, 1.2, 1.3 sources, 1.2, 1.3

Michel Alexandre Salim (salimma) fedora-extras-commits at redhat.com
Sat Jun 7 18:39:41 UTC 2008


Author: salimma

Update of /cvs/pkgs/rpms/Falcon/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3910/F-9

Modified Files:
	.cvsignore Falcon.spec sources 
Log Message:
Falcon-0.8.10: fixed cmake-2.6 oddities



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/Falcon/F-9/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	28 Apr 2008 04:31:34 -0000	1.2
+++ .cvsignore	7 Jun 2008 18:38:59 -0000	1.3
@@ -1 +1 @@
-Falcon-0.8.8-fc9.tar.gz
+Falcon-0.8.10.tar.gz


Index: Falcon.spec
===================================================================
RCS file: /cvs/pkgs/rpms/Falcon/F-9/Falcon.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Falcon.spec	21 May 2008 16:56:25 -0000	1.2
+++ Falcon.spec	7 Jun 2008 18:38:59 -0000	1.3
@@ -1,15 +1,14 @@
 %define host     www.falconpl.org
 
 Name:            Falcon
-Version:         0.8.8
-Release:         3%{?dist}
+Version:         0.8.10
+Release:         1%{?dist}
 Summary:         The Falcon Programming Language
 Summary(it):     Il linguaggio di programmazione Falcon
 License:        GPLv2+
 Group:          Development/Languages
 URL:            http://%{host}/
-Source:         http://%{host}/downloads/%{version}/%{name}-%{version}-fc9.tar.gz
-Patch0:         Falcon-0.8.8-libdir.patch
+Source:         http://%{host}/project_dl/_official_rel/%{name}-%{version}.tar.gz
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildRequires:  bison cmake pcre-devel zlib-devel
 
@@ -49,23 +48,20 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .libdir
 
 
 %build
-# Using only -j 2 (max two processors in build) flags.
-# It seems CMAKE has some problem in determining priority of startup actions
-# so the package won't build correctly with -j more than 2.
-#
-CXXFLAGS="$RPM_OPT_FLAGS" CFLAGS="$RPM_OPT_FLAGS" ./build.sh \
-  -p $RPM_BUILD_ROOT%{_prefix} -f %{_prefix} -l %{_lib} -j 2
+CXXFLAGS="$RPM_OPT_FLAGS -w" CFLAGS="$RPM_OPT_FLAGS -w" ./build.sh \
+  -p $RPM_BUILD_ROOT%{_prefix} -f %{_prefix} -l %{_lib} %{?_smp_flags}
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
 ./build.sh -i
-#avoid complains for cmake installed files
-rm -rf $RPM_BUILD_ROOT/build
+# with cmake-2.6, the default install target misses some files
+[ -f $RPM_BUILD_ROOT%{_bindir}/faltest ] || \
+  (cd devel/release/build/core && make install && \
+   cd ../modules/feathers && make install)
 
 
 %clean
@@ -78,7 +74,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc ChangeLog README RELNOTES LICENSE GPLv2-grant
+%doc AUTHORS ChangeLog copyright README RELNOTES LICENSE LICENSE_GPLv2
 %exclude %{_bindir}/falcon-conf
 %exclude %{_bindir}/falconeer.fal
 %exclude %{_bindir}/faltest
@@ -102,10 +98,13 @@
 %{_mandir}/man1/faltest*
 
 %changelog
+* Sat Jun  7 2008 Michel Alexandre Salim <salimma at fedoraproject.org> - 0.8.10-1
+- Update to 0.8.10
+
 * Wed May 21 2008 Michel Salim <salimma at fedoraproject.org> - 0.8.8-3
 - Use correct libdir for module path
 
-* Thu Apr 24 2008 Michel Salim <salimma at fedoraproject.org> - 0.8.8-2
+* Thu Apr 24 2008 Michel Alexandre Salim <salimma at fedoraproject.org> - 0.8.8-2
 - Updated license
 - Changed source URL to one that includes license grant
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/Falcon/F-9/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	28 Apr 2008 04:31:34 -0000	1.2
+++ sources	7 Jun 2008 18:38:59 -0000	1.3
@@ -1 +1 @@
-22cc42da337853c91ca30d91905e9ccb  Falcon-0.8.8-fc9.tar.gz
+7739f66bca0e1f3f6620bcbdeab19b1f  Falcon-0.8.10.tar.gz




More information about the fedora-extras-commits mailing list