Sophie

Sophie

distrib > Mandriva > current > x86_64 > by-pkgid > ef774c0b81bb6e629ad86424b49cb520 > files > 2

falcon-0.9.6.4-1mdv2010.1.src.rpm

%define oname   Falcon

Name:           falcon
Version:        0.9.6.4
Release:        %mkrel 1
Summary:        The Falcon Programming Language
License:        GPLv2+
Group:          Development/Other
URL:            http://www.falconpl.org/
Source:         http://www.falconpl.org/project_dl/_official_rel/%{oname}-%{version}.tar.gz
BuildRoot:      %_tmppath/%name-%version-%release-root
BuildRequires:  bison 
BuildRequires:  cmake 
BuildRequires:  pcre-devel 
BuildRequires:  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.

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog copyright README RELNOTES LICENSE LICENSE_GPLv2
%{_bindir}/falcon
%{_bindir}/faldisass
%{_bindir}/fallc.fal
%{_bindir}/falrun
%{_bindir}/falpack
%{_libdir}/falcon
%{_libdir}/*.so.*
%{_mandir}/man1/falcon.1.*
%{_mandir}/man1/faldisass.1.*
%{_mandir}/man1/fallc.fal.1.*
%{_mandir}/man1/falrun.1.*
%{_mandir}/man1/falpack.1.*

#--------------------------------------------------------------------

%package   devel
Summary:   Development files for %{name}
Group:     Development/Other
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.

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

#--------------------------------------------------------------------
%prep
%setup -q -n %oname-%{version}

%build
%setup_compile_flags
./build.sh \
  -p %buildroot%{_prefix} -f %{_prefix} -l %{_lib}


%install
rm -rf $RPM_BUILD_ROOT
./build.sh -i

%clean
rm -rf $RPM_BUILD_ROOT


%changelog
* Tue Apr 27 2010 Funda Wang <fwang@mandriva.org> 0.9.6.4-1mdv2010.1
+ Revision: 539443
- update file list
- new version 0.9.6.4

* Wed Jan 27 2010 Funda Wang <fwang@mandriva.org> 0.9.6-1mdv2010.1
+ Revision: 497183
- New version 0.9.6

* Sat Nov 14 2009 Funda Wang <fwang@mandriva.org> 0.9.4.4-1mdv2010.1
+ Revision: 465991
- New version 0.9.4.4

* Wed Sep 02 2009 Christophe Fergeau <cfergeau@mandriva.com> 0.8.14.2-2mdv2010.0
+ Revision: 424422
- rebuild

* Sun Mar 22 2009 Herton Ronaldo Krzesinski <herton@mandriva.com.br> 0.8.14.2-1mdv2009.1
+ Revision: 360554
- Updated to version 0.8.14.2

* Sun Nov 23 2008 Nicolas Lécureuil <nlecureuil@mandriva.com> 0.8.12-2mdv2009.1
+ Revision: 306093
- Fix Groups
- Fix Groups
- import falcon