diff options
Diffstat (limited to 'php-xcache-dev.spec')
-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 |