Changes of Revision 7
[-] | Changed | php5-zendguardloader.spec |
x 1
2 Requires: php5 = %{php_version} 3 # 4 URL: http://www.zend.com/ 5 -Source0: %{pkg_name}-%{archsuffix}.tar.gz 6 +Source0: %{pkg_name}%{archsuffix}.tar.gz 7 Summary: This package contains the Zend Guard Loader from Zend Technologies Ltd 8 9 %description 10 This package contains the Zend Guard Loader from Zend Technologies Ltd. 11 12 %prep 13 -%setup -n %{pkg_name}-%{archsuffix} 14 +%setup -n %{pkg_name}%{archsuffix} 15 16 %build 17 18 |