diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-09-19 07:20:22 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-09-19 07:20:22 +0200 |
commit | 65e87b61e4ce38e05f0570bf4ab83069b58efd43 (patch) | |
tree | 65c69494938d6acf326767ace67e5d34e6aa94bf | |
parent | a8a86106b516359fa3a7676df36a1e85a2887b12 (diff) |
php-xcache: cleanup (upstream have re-release the sources)
-rw-r--r-- | php-xcache-dev.spec | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/php-xcache-dev.spec b/php-xcache-dev.spec index 3d259a9..6849cdf 100644 --- a/php-xcache-dev.spec +++ b/php-xcache-dev.spec @@ -135,9 +135,6 @@ cd nts %endif %patch1 -p1 -# Fix version -sed -e 's/3.2.1/%{version}/' -i xcache.h - # Sanity check, really often broken extver=$(sed -n '/define XCACHE_VERSION/{s/.* "//;s/".*$//;p}' xcache.h) if test "x${extver}" != "x%{version}%{?svnrev:-dev}%{?prever:-%{prever}}"; then |