[packages/php-pecl-funcall] up to 0.3.0alpha
glen
glen at pld-linux.org
Fri Aug 3 11:10:26 CEST 2012
commit fba315159a0c1bf7878529b5ad3b13b2bf438e43
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Fri Aug 3 12:10:14 2012 +0300
up to 0.3.0alpha
php-pecl-funcall.spec | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/php-pecl-funcall.spec b/php-pecl-funcall.spec
index 730c856..54dc77a 100644
--- a/php-pecl-funcall.spec
+++ b/php-pecl-funcall.spec
@@ -1,16 +1,17 @@
+%define subver alpha
+%define rel 1
%define modname funcall
%define status stable
Summary: %{modname} - Add callbacks for any function/method
Summary(pl.UTF-8): %{modname} - odwołania dla dowolnej funkcji / metody
Name: php-pecl-%{modname}
-Version: 0.2.5
-Release: 5
+Version: 0.3.0
+Release: 0.%{subver}.%{rel}
License: New BSD
Group: Development/Languages/PHP
-Source0: http://pecl.php.net/get/%{modname}-%{version}.tgz
-# Source0-md5: 0c4f2a989d3b21f1dab56b9959fb9fe8
+Source0: http://pecl.php.net/get/%{modname}-%{version}%{subver}.tgz
+# Source0-md5: 65ddff0346ed4ed4fb0e3734ccf1b7d2
URL: http://pecl.php.net/package/funcall/
-Patch0: branch.diff
BuildRequires: php-devel >= 4:5.0.4
BuildRequires: rpmbuild(macros) >= 1.344
%{?requires_php_extension}
@@ -30,8 +31,7 @@ To rozszerzenie ma w PECL status: %{status}.
%prep
%setup -qc
-mv %{modname}-%{version}/* .
-%patch0 -p1
+mv %{modname}-%{version}%{?subver}/* .
%build
phpize
More information about the pld-cvs-commit
mailing list