]> git.pld-linux.org Git - packages/php-pear-Text_Diff.git/commitdiff
- use virtual php extension deps (to be independant of php version) auto/th/php-pear-Text_Diff-1.1.1-4
authorElan Ruusamäe <glen@delfi.ee>
Wed, 14 May 2014 16:49:37 +0000 (19:49 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 14 May 2014 16:49:37 +0000 (19:49 +0300)
- release 4 (by relup.sh)

php-pear-Text_Diff.spec

index 3db3abae5de9ef5863b8a6452040d0d27b56d236..4c8b5787770344659a6cf8a139c61cbd33683d8b 100644 (file)
@@ -1,13 +1,11 @@
-%include       /usr/lib/rpm/macros.php
-%define                _class          Text
-%define                _subclass       Diff
 %define                _status         stable
-%define                _pearname       %{_class}_%{_subclass}
+%define                _pearname       Text_Diff
+%include       /usr/lib/rpm/macros.php
 Summary:       %{_pearname} - Engine for performing and rendering text diffs
 Summary(pl.UTF-8):     %{_pearname} - Silnik do przetwarzania i generowania różnic pomiędzy tekstami
 Name:          php-pear-%{_pearname}
 Version:       1.1.1
-Release:       3
+Release:       4
 License:       PHP 2.02
 Group:         Development/Languages/PHP
 Source0:       http://pear.php.net/get/%{_pearname}-%{version}.tgz
@@ -16,7 +14,7 @@ URL:          http://pear.php.net/package/Text_Diff/
 BuildRequires: php-pear-PEAR
 BuildRequires: rpm-php-pearprov >= 4.4.2-11
 BuildRequires: rpmbuild(macros) >= 1.300
-Requires:      php-common >= 3:4.2.0
+Requires:      php(core) >= 4.2.0
 Requires:      php-pear
 Suggests:      php-pecl-xdiff
 Obsoletes:     php-pear-Text_Diff-tests
@@ -57,5 +55,5 @@ fi
 %doc optional-packages.txt
 %doc docs/%{_pearname}/docs/*
 %{php_pear_dir}/.registry/*.reg
-%{php_pear_dir}/%{_class}/*.php
-%{php_pear_dir}/%{_class}/%{_subclass}
+%{php_pear_dir}/Text/*.php
+%{php_pear_dir}/Text/Diff
This page took 0.0858950000000001 seconds and 4 git commands to generate.