rpms/Falcon/devel .cvsignore, 1.5, 1.6 Falcon.spec, 1.11, 1.12 sources, 1.6, 1.7

Michel Alexandre Salim salimma at fedoraproject.org
Thu Sep 24 03:32:53 UTC 2009


Author: salimma

Update of /cvs/pkgs/rpms/Falcon/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19366/devel

Modified Files:
	.cvsignore Falcon.spec sources 
Log Message:
* Wed Sep 23 2009 Michel Salim <salimma at fedoraproject.org> - 0.9.4.2-1
- Update to 0.9.4.2
- Package documentation files



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/Falcon/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	25 Aug 2009 16:05:19 -0000	1.5
+++ .cvsignore	24 Sep 2009 03:32:53 -0000	1.6
@@ -1 +1,3 @@
-Falcon-0.9.4.tar.gz
+Falcon-0.9.4.2.tar.gz
+Falcon-docs-core.0.9.4.2.tgz
+Falcon-feathers-docs.0.9.4.2.tgz


Index: Falcon.spec
===================================================================
RCS file: /cvs/pkgs/rpms/Falcon/devel/Falcon.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- Falcon.spec	25 Aug 2009 16:05:19 -0000	1.11
+++ Falcon.spec	24 Sep 2009 03:32:53 -0000	1.12
@@ -1,8 +1,7 @@
-%define host     www.falconpl.org
-%define mainver  0.9.4
+%global host     www.falconpl.org
 
 Name:            Falcon
-Version:         %{mainver}
+Version:         0.9.4.2
 Release:         1%{?dist}
 Summary:         The Falcon Programming Language
 Summary(it):     Il linguaggio di programmazione Falcon
@@ -10,7 +9,9 @@ Summary(it):     Il linguaggio di progra
 License:        GPLv2+
 Group:          Development/Languages
 URL:            http://%{host}/
-Source:         http://%{host}/project_dl/_official_rel/%{name}-%{version}.tar.gz
+Source0:        http://%{host}/project_dl/_official_rel/%{name}-%{version}.tar.gz
+Source1:        http://%{host}/project_dl/_official_rel/%{name}-docs-core.%{version}.tgz
+Source2:        http://%{host}/project_dl/_official_rel/%{name}-feathers-docs.%{version}.tgz
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 BuildRequires:  bison cmake pcre-devel zlib-devel
@@ -48,9 +49,28 @@ aims to be both simple and powerful.
 This package contains development files for %{name}. This is not
 necessary for using the %{name} interpreter.
 
+%package   doc
+Summary:   Documentation for %{name}
+Group:     Documentation
+Requires:  %{name} = %{version}-%{release}
+BuildArch: noarch
+
+%description doc
+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 HTML documentation for %{name}.
+
 
 %prep
-%setup -q -n %{name}-%{mainver}
+%setup -q -a1 -a2
+mkdir largedocs
+mv Falcon-docs-core.0.9.4 largedocs/core
+mv Falcon-feathers-docs.%{version} largedocs/feathers
 
 
 %build
@@ -103,7 +123,17 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/falconeer.fal*
 %{_mandir}/man1/faltest*
 
+%files doc
+%defattr(-,root,root,-)
+%doc largedocs/*
+
+
+
 %changelog
+* Wed Sep 23 2009 Michel Salim <salimma at fedoraproject.org> - 0.9.4.2-1
+- Update to 0.9.4.2
+- Package documentation files
+
 * Tue Aug 25 2009 Michel Salim <salimma at fedoraproject.org> - 0.9.4-1
 - Update to 0.9.4
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/Falcon/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	25 Aug 2009 16:05:19 -0000	1.6
+++ sources	24 Sep 2009 03:32:53 -0000	1.7
@@ -1 +1,3 @@
-9e16d8c8e2974b1f31a2dd96e35f93f8  Falcon-0.9.4.tar.gz
+00d19cef885e25bcbf8851add5bd0528  Falcon-0.9.4.2.tar.gz
+6bd7651311f04903212a80040bc58c90  Falcon-docs-core.0.9.4.2.tgz
+ca04eeb4c3e75eed2b73e7d84b8ca2c3  Falcon-feathers-docs.0.9.4.2.tgz




More information about the scm-commits mailing list