[packages/php-smushit] - use php(core) as dependency to require php version - release 2 (by relup.sh)
glen
glen at pld-linux.org
Fri Aug 24 00:28:53 CEST 2012
commit e39740efbe138fc2d1a9f62ecea7498bb3902248
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Fri Aug 24 01:28:52 2012 +0300
- use php(core) as dependency to require php version
- release 2 (by relup.sh)
php-smushit.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/php-smushit.spec b/php-smushit.spec
index 16a03df..94f850c 100644
--- a/php-smushit.spec
+++ b/php-smushit.spec
@@ -4,18 +4,18 @@
Summary: A PHP client for the Yahoo! Smush.it web service
Name: php-%{pkgname}
Version: 1.1
-Release: 2
+Release: 3
License: MIT
Group: Development/Languages/PHP
Source0: https://github.com/davgothic/SmushIt/tarball/master#/%{name}-%{version}.tgz
# Source0-md5: cc287b37ecd39b0bdc5b54a648061199
URL: https://github.com/davgothic/SmushIt
BuildRequires: rpmbuild(macros) >= 1.553
+Requires: php(core) >= %{php_min_version}
Requires: php(curl)
Requires: php(json)
Requires: php(pcre)
Requires: php(spl)
-Requires: php-common >= 4:%{php_min_version}
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
More information about the pld-cvs-commit
mailing list