Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 292416 Details for
Bug 428603
Review Request: Falcon - The Falcon Programming Language
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Spech wirth Apache2 license and comment.
Falcon.spec (text/plain), 4.49 KB, created by
Giancarlo Niccolai
on 2008-01-21 21:34:48 UTC
(
hide
)
Description:
Spech wirth Apache2 license and comment.
Filename:
MIME Type:
Creator:
Giancarlo Niccolai
Created:
2008-01-21 21:34:48 UTC
Size:
4.49 KB
patch
obsolete
># ># Falcon rpm spec file ># ># (C) Giancarlo Niccolai 2007 ># ># > >###################################################################### >## Definitions. >###################################################################### > >%define name Falcon >%define version 0.8.8 >%define release 1%{?dist} > >%define host www.falconpl.org >%define readme README.RPM > >###################################################################### >## Preamble. >###################################################################### > >Summary: The Falcon Programming Language >Summary(it): Il linguaggio di programmazione Falcon >Name: %{name} >Version: %{version} >Release: %{release} ># ># License is Falcon Programming Language License, which is a special case ># of Apache2 license with (more liberal) exceptions on embedding applications ># and scripts. See the included LICENSE file. ># >License: Apache2 >Group: Development/Languages >Vendor: %{host} >URL: http://%{host}/ >Source: http://%{host}/downloads/%{version}/%{name}-%{version}.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. > >###################################################################### >## Preperation. >###################################################################### > >%prep >%setup -q > >###################################################################### >## Build. >###################################################################### > >%build >CXXFLAGS="$RPM_OPT_FLAGS" CFLAGS="$RPM_OPT_FLAGS" ./build.sh -p $RPM_BUILD_ROOT%{_prefix} -f %{_prefix} -l %{_lib} `echo %{?_smp_mflags} | sed -e 's|-j|-j |'` > >###################################################################### >## Install. >###################################################################### > >%install >rm -rf %{buildroot} >./build.sh -i >#avoid complaints for cmake installed files >rm -rf $RPM_BUILD_ROOT/build > >###################################################################### >## Post install >###################################################################### >%post >/sbin/ldconfig > >###################################################################### >## Post uninstall >###################################################################### >%postun >/sbin/ldconfig > >###################################################################### >## Clean. >###################################################################### > >%clean >rm -rf %{buildroot} > >###################################################################### >## File list. >###################################################################### > >%files >%defattr(-,root,root,755) >%doc ChangeLog >%doc copyright >%doc README >%doc RELNOTES >%doc LICENSE > >%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,755) >%{_bindir}/falcon-conf >%{_bindir}/falconeer.fal >%{_bindir}/faltest >%{_includedir}/* >%{_libdir}/*.so >%{_mandir}/man1/falcon-conf* >%{_mandir}/man1/falconeer.fal* >%{_mandir}/man1/faltest* > >%changelog >* Mon Jan 14 2008 Giancarlo Niccolai <gc@falconpl.org> -- 0.8.8-1 > - Initial Fedora package
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 428603
:
292278
|
292313
|
292416
|
292424