[php-pluf/f16] Initial import

Guillaume Kulakowski llaumgui at fedoraproject.org
Sun Jul 15 08:56:13 UTC 2012


commit 72d3b14efa650b684998eb1b309af2f3316e688d
Author: Guillaume Kulakowski <guillaume at llaumgui.com>
Date:   Sun Jul 15 10:56:09 2012 +0200

    Initial import

 .gitignore    |    1 +
 php-pluf.spec |   64 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources       |    1 +
 3 files changed, 66 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..45941fc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/pluf-v1.0.zip
diff --git a/php-pluf.spec b/php-pluf.spec
new file mode 100644
index 0000000..a836f4d
--- /dev/null
+++ b/php-pluf.spec
@@ -0,0 +1,64 @@
+%global shortname pluf
+
+Name:           php-pluf
+Version:        1.0
+Release:        1%{?dist}
+Summary:        PHP WebApp Framework
+Summary(fr):    Framework d'applications web en PHP
+
+Group:          Development/Libraries
+License:        LGPLv2+
+URL:            http://www.pluf.org/
+# The source for this package was pulled from upstream's git.Use the
+# following commands to generate the archive:
+# wget http://projects.ceondo.com/p/pluf/source/download/v1.0/ -O pluf-v1.0.zip
+Source0:        %{shortname}-v%{version}.zip
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch:      noarch
+
+Requires:       php-common >= 5.2.4
+Requires:       php-gd
+Requires:       php-mbstring
+Requires:       php-mysql
+Requires:       php-pgsql
+Requires:       php-pear(Mail)
+Requires:       php-pear(Mail_Mime)
+
+
+%description
+Simple, elegant and easy for people used to Django but in PHP5 so easy to deploy
+all over the world.
+%description -l fr
+Framework simple, élégant et facile pour les développeurs habitués à Django,
+mais en PHP5, un langage facile à déployer.
+
+
+%prep
+%setup -qn %{shortname}-v%{version}
+rm -f src/Pluf/.htaccess
+# TODO: make SimpleTest when SimpleTest go in Fedora
+
+
+%build
+# empty build section, nothing required
+
+
+%install
+rm -rf %{buildroot}
+install -d %{buildroot}%{_datadir}/php/pluf
+cp -a src/* %{buildroot}%{_datadir}/php/pluf
+
+
+%clean
+rm -rf %{buildroot}
+
+
+%files
+%defattr(-,root,root,-)
+%doc CONTRIBUTORS COPYING apps
+%{_datadir}/php/pluf
+
+
+%changelog
+* Sat Jun 25 2011 Guillaume Kulakowski <guillaume DOT kulakowski AT fedoraproject DOT org> - 1.0-1
+- Initial packaging
diff --git a/sources b/sources
index e69de29..16dfef6 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+2859a9a28ced41388805f627e25676cc  pluf-v1.0.zip


More information about the scm-commits mailing list