[php-pluf/el6] Update from GIT for Indefero

Guillaume Kulakowski llaumgui at fedoraproject.org
Tue Dec 4 21:35:42 UTC 2012


commit b203d3794656d491607788b53e0b32f4a7f04f64
Author: Guillaume Kulakowski <guillaume at llaumgui.com>
Date:   Tue Dec 4 22:35:38 2012 +0100

    Update from GIT for Indefero

 .gitignore    |    1 +
 php-pluf.spec |   21 ++++++++++++---------
 sources       |    2 +-
 3 files changed, 14 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 45941fc..9cd329e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /pluf-v1.0.zip
+/pluf-b1fed2e6d592d18527cfff6e78a5e14058708173.zip
diff --git a/php-pluf.spec b/php-pluf.spec
index a836f4d..733064b 100644
--- a/php-pluf.spec
+++ b/php-pluf.spec
@@ -1,18 +1,19 @@
 %global shortname pluf
+%global git b1fed2e6d592d18527cfff6e78a5e14058708173
+%global shortgit b1fed2e
 
 Name:           php-pluf
 Version:        1.0
-Release:        1%{?dist}
+Release:        3.git%{shortgit}%{?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
+# 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
 
@@ -28,15 +29,11 @@ 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}
+%setup -qn %{shortname}-%{git}
 rm -f src/Pluf/.htaccess
-# TODO: make SimpleTest when SimpleTest go in Fedora
 
 
 %build
@@ -60,5 +57,11 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Dec 04 2012 Guillaume Kulakowski <guillaume DOT kulakowski AT fedoraproject DOT org> - 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 <rel-eng at lists.fedoraproject.org> - 1.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
 * 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 16dfef6..9ce751f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2859a9a28ced41388805f627e25676cc  pluf-v1.0.zip
+fca8cf4247c8f1808b1a5b9e3547b27b  pluf-b1fed2e6d592d18527cfff6e78a5e14058708173.zip


More information about the scm-commits mailing list