[packages/php-embedly] - use virtual php extension deps (to be independant of php version) - release 2 (by relup.sh)

glen glen at pld-linux.org
Tue Aug 7 16:06:48 CEST 2012


commit aa4eb2df3402d08536a7f121caab6395b9dfb830
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Tue Aug 7 17:06:46 2012 +0300

    - use virtual php extension deps (to be independant of php version)
    - release 2 (by relup.sh)

 php-embedly.spec | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/php-embedly.spec b/php-embedly.spec
index 6297f80..c856dce 100644
--- a/php-embedly.spec
+++ b/php-embedly.spec
@@ -4,7 +4,7 @@
 Summary:	Embed.ly PHP API
 Name:		php-%{plugin}
 Version:	0.3.0
-Release:	1
+Release:	2
 License:	MIT
 Group:		Development/Languages/PHP
 Source0:	https://github.com/embedly/embedly-php/tarball/v0.3.0#/%{plugin}-%{version}.tgz
@@ -13,10 +13,10 @@ Patch0:		php52.patch
 URL:		http://embed.ly/docs
 BuildRequires:	/usr/bin/php
 BuildRequires:	rpmbuild(macros) > 1.268
+Requires:	php(curl)
+Requires:	php(json)
+Requires:	php(pcre)
 Requires:	php-common >= 4:%{php_min_version}
-Requires:	php-curl
-Requires:	php-json
-Requires:	php-pcre
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 


More information about the pld-cvs-commit mailing list