[php-Kohana] Initial import.

Jon Ciesla limb at fedoraproject.org
Sun Sep 25 21:49:44 UTC 2011


commit fe561b490286aa1ad2459050fa074d94dabc672b
Author: Jon Ciesla <limb at jcomserv.net>
Date:   Sun Sep 25 16:49:24 2011 -0500

    Initial import.

 .gitignore      |    1 +
 php-Kohana.spec |   53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources         |    1 +
 3 files changed, 55 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..75de9ef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/kohana-2.4rc2.zip
diff --git a/php-Kohana.spec b/php-Kohana.spec
new file mode 100644
index 0000000..1287970
--- /dev/null
+++ b/php-Kohana.spec
@@ -0,0 +1,53 @@
+Name:           php-Kohana
+Summary:        The Swift PHP Framework
+Version:        2.4
+Release:        1.rc2%{?dist}
+
+Source0:        http://dev.kohanaframework.org/attachments/download/1469/kohana-2.4rc2.zip
+URL:            http://kohanaframework.org
+License:        BSD
+Group:          Development/Libraries
+
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch:      noarch
+
+Requires:       php
+
+%description
+Kohana is an elegant HMVC PHP5 framework that provides a rich set of 
+components for building web applications.
+It requires very little configuration, fully supports UTF-8 and i18n, 
+and provides many of the tools that a developer needs within a highly 
+flexible system. The integrated class auto-loading, cascading file system, 
+highly consistent API, and easy integration with vendor libraries make 
+it viable for any project, large or small.
+
+%prep
+%setup -qn kohana
+
+
+%build
+# empty build section, nothing required
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+# install smarty libs
+install -d $RPM_BUILD_ROOT%{_datadir}/php/Kohana
+cp -a * $RPM_BUILD_ROOT%{_datadir}/php/Kohana/
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files
+%defattr(-,root,root,-)
+%doc Kohana\ License.html
+%{_datadir}/php/Kohana
+
+
+%changelog
+* Wed Oct 06 2010 Jon Ciesla <limb at jcomserv.net> 2.4-1.rc2
+- Initial package.
diff --git a/sources b/sources
index e69de29..361924e 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+32e4729c4f2fc12d206c8a8220f9e463  kohana-2.4rc2.zip


More information about the scm-commits mailing list