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

Michel Alexandre Salim (salimma) fedora-extras-commits at redhat.com
Mon Apr 28 04:32:34 UTC 2008


Author: salimma

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

Modified Files:
	.cvsignore sources 
Added Files:
	Falcon.spec 
Log Message:
Falcon-0.8.8



--- NEW FILE Falcon.spec ---
%define host     www.falconpl.org

Name:            Falcon
Version:         0.8.8
Release:         2%{?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
BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires:  bison cmake pcre-devel zlib-devel

%description
The Falcon Programming Language is an embeddable scripting language
aiming to empower even simple applications with a powerful,
flexible, extensible and highly configurable scripting engine.

Falcon is also a standalone multiplatform scripting language that
aims to be both simple and powerful.

%description -l it
Il Falcon è un linguaggio di programmazione embeddabile che intende
fornire nuove potenzialità anche a semplici applicazioni, fornendo
loro un potente, flessibie, estendibile e configurabile motore
di scripting.

Falcon è anche uno scripting languge completo e multipiattaforma,
semplice e potente.

%package   devel
Summary:   Development files for %{name}
Group:     Development/Libraries
Requires:  %{name} = %{version}-%{release}

%description devel
The Falcon Programming Language is an embeddable scripting language
aiming to empower even simple applications with a powerful,
flexible, extensible and highly configurable scripting engine.

Falcon is also a standalone multiplatform scripting language that
aims to be both simple and powerful.

This package contains development files for %{name}. This is not
necessary for using the %{name} interpreter.


%prep
%setup -q


%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


%install
rm -rf $RPM_BUILD_ROOT
./build.sh -i
#avoid complains for cmake installed files
rm -rf $RPM_BUILD_ROOT/build


%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


%files
%defattr(-,root,root,-)
%doc ChangeLog README RELNOTES LICENSE GPLv2-grant
%exclude %{_bindir}/falcon-conf
%exclude %{_bindir}/falconeer.fal
%exclude %{_bindir}/faltest
%{_bindir}/*
%exclude %{_mandir}/man1/falcon-conf*
%exclude %{_mandir}/man1/falconeer.fal*
%exclude %{_mandir}/man1/faltest*
%{_libdir}/falcon
%{_libdir}/*.so.*
%{_mandir}/man1/*

%files devel
%defattr(-,root,root,-)
%{_bindir}/falcon-conf
%{_bindir}/falconeer.fal
%{_bindir}/faltest
%{_includedir}/*
%{_libdir}/*.so
%{_mandir}/man1/falcon-conf*
%{_mandir}/man1/falconeer.fal*
%{_mandir}/man1/faltest*

%changelog
* Thu Apr 24 2008 Michel Salim <salimma at fedoraproject.org> - 0.8.8-2
- Updated license
- Changed source URL to one that includes license grant

* Fri Jan 25 2008 Michel Salim <michel.sylvan at gmail.com> - 0.8.8-1
- Initial Fedora package
  Based on initial spec by Giancarlo Niccolai <gc at falconpl.org>


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/Falcon/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	26 Apr 2008 16:41:29 -0000	1.1
+++ .cvsignore	28 Apr 2008 04:31:34 -0000	1.2
@@ -0,0 +1 @@
+Falcon-0.8.8-fc9.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/Falcon/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	26 Apr 2008 16:41:29 -0000	1.1
+++ sources	28 Apr 2008 04:31:34 -0000	1.2
@@ -0,0 +1 @@
+22cc42da337853c91ca30d91905e9ccb  Falcon-0.8.8-fc9.tar.gz




More information about the fedora-extras-commits mailing list