From a354f5bab30ff96ff5274a0159cc3f4e9572468d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 19 Dec 2012 07:26:21 +0100 Subject: php-pluf: import from rawhide --- php-pluf.spec | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 php-pluf.spec diff --git a/php-pluf.spec b/php-pluf.spec new file mode 100644 index 0000000..733064b --- /dev/null +++ b/php-pluf.spec @@ -0,0 +1,67 @@ +%global shortname pluf +%global git b1fed2e6d592d18527cfff6e78a5e14058708173 +%global shortgit b1fed2e + +Name: php-pluf +Version: 1.0 +Release: 3.git%{shortgit}%{?dist} +Summary: PHP WebApp Framework + +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/b1fed2e6d592d18527cfff6e78a5e14058708173 -O pluf-b1fed2e6d592d18527cfff6e78a5e14058708173.zip +Source0: %{shortname}-%{git}.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. + + +%prep +%setup -qn %{shortname}-%{git} +rm -f src/Pluf/.htaccess + + +%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 +* Tue Dec 04 2012 Guillaume Kulakowski - 1.0-3.gitb1fed2e +- Update from git to satisfy Indefero dependancy https://bugzilla.redhat.com/show_bug.cgi?id=575956 + +* Sat Jul 21 2012 Fedora Release Engineering - 1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Sat Jun 25 2011 Guillaume Kulakowski - 1.0-1 +- Initial packaging -- cgit