]> git.pld-linux.org Git - packages/php-pear-PHP_CodeSniffer-PHPCompatibility.git/commitdiff
up to 5.5 auto/th/php-pear-PHP_CodeSniffer-PHPCompatibility-5.5-1
authorElan Ruusamäe <glen@delfi.ee>
Wed, 11 Feb 2015 15:54:23 +0000 (17:54 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 11 Feb 2015 15:54:23 +0000 (17:54 +0200)
php-pear-PHP_CodeSniffer-PHPCompatibility.spec

index 4cae9c95452a6267877919c53911bba50c1f048d..2451045b1079e26c61129e44a67161724ad80d07 100644 (file)
@@ -1,15 +1,15 @@
 %define                ruleset PHPCompatibility
 Summary:       PHP Compatibility Coding Standard for PHP_CodeSniffer
 Name:          php-pear-PHP_CodeSniffer-%{ruleset}
-Version:       1.1.0
+Version:       5.5
 Release:       1
 License:       LGPL
 Group:         Development/Languages/PHP
-Source0:       https://github.com/wimg/PHPCompatibility/tarball/master/%{ruleset}-%{version}.tar.gz
-# Source0-md5: 03e220a1fa185a36faf3631478a15dbd
+Source0:       https://github.com/wimg/PHPCompatibility/archive/%{version}/%{ruleset}-%{version}.tar.gz
+# Source0-md5: b53b75c4795aa3fbfbb2e5864e623f08
 URL:           http://techblog.wimgodden.be/tag/codesniffer/
 Requires:      php-pear
-Requires:      php-pear-PHP_CodeSniffer >= 1.3
+Requires:      php-pear-PHP_CodeSniffer >= 1:1.5.1
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -20,8 +20,7 @@ This is a set of sniffs for PHP_CodeSniffer that checks for PHP
 version compatibility.
 
 %prep
-%setup -qc
-mv *-%{ruleset}-*/* .
+%setup -q -n %{ruleset}-%{version}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.12288 seconds and 4 git commands to generate.