]> git.pld-linux.org Git - packages/php-pear-Text_LanguageDetect.git/commitdiff
- up to 0.3.0 auto/th/php-pear-Text_LanguageDetect-0_3_0-1
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 25 Mar 2012 20:40:03 +0000 (20:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pear-Text_LanguageDetect.spec -> 1.20

php-pear-Text_LanguageDetect.spec

index 1d91a2a9f4d5a37156ab6b97b0092755ab0fd57b..65cef3fa84dcc623ef6b9712a217be0b9fdec901 100644 (file)
@@ -1,19 +1,19 @@
+%define                status          alpha
+%define                pearname        Text_LanguageDetect
 %include       /usr/lib/rpm/macros.php
-%define                _status         alpha
-%define                _pearname       Text_LanguageDetect
-Summary:       %{_pearname} - language detection class
-Summary(pl.UTF-8):     %{_pearname} - klasa do określania języka
-Name:          php-pear-%{_pearname}
-Version:       0.2.3
-Release:       4
+Summary:       %{pearname} - language detection class
+Summary(pl.UTF-8):     %{pearname} - klasa do określania języka
+Name:          php-pear-%{pearname}
+Version:       0.3.0
+Release:       1
 License:       BSD
 Group:         Development/Languages/PHP
-Source0:       http://pear.php.net/get/%{_pearname}-%{version}.tgz
-# Source0-md5: 551092304e74624972f86e5b7e18a0ca
+Source0:       http://pear.php.net/get/%{pearname}-%{version}.tgz
+# Source0-md5: efa27a43517533d653d4bc7074b15f18
 URL:           http://pear.php.net/package/Text_LanguageDetect/
 BuildRequires: php-pear-PEAR
 BuildRequires: rpm-php-pearprov >= 4.4.2-11
-BuildRequires: rpmbuild(macros) >= 1.300
+BuildRequires: rpmbuild(macros) >= 1.580
 Requires:      php-common >= 3:4.0.3
 Requires:      php-pcre
 Requires:      php-pear
@@ -26,22 +26,22 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Text_LanguageDetect can identify 52 human languages from text samples
 and return confidence scores for each.
 
-In PEAR status of this package is: %{_status}.
+In PEAR status of this package is: %{status}.
 
 %description -l pl.UTF-8
 Text_LanguageDetect potrafi zidentyfikować 52 ludzkie języki z próbek
 tekstu i zwrócić listę najbardziej prawdopodobnych rezultatów.
 
-Ta klasa ma w PEAR status: %{_status}.
+Ta klasa ma w PEAR status: %{status}.
 
 %prep
 %pear_package_setup
 
-mv ./%{php_pear_dir}/tests/%{_pearname}/{tests/*,}
-rmdir ./%{php_pear_dir}/tests/%{_pearname}/tests
+mv ./%{php_pear_dir}/tests/%{pearname}/{tests/*,}
+rmdir ./%{php_pear_dir}/tests/%{pearname}/tests
 
 install -d examples
-mv docs/%{_pearname}/docs/example_* examples
+mv docs/%{pearname}/docs/example_* examples
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -57,8 +57,8 @@ rm -rf $RPM_BUILD_ROOT
 %{php_pear_dir}/.registry/*.reg
 %{php_pear_dir}/Text/LanguageDetect.php
 %dir %{php_pear_dir}/Text/LanguageDetect
+%{php_pear_dir}/Text/LanguageDetect/Exception.php
+%{php_pear_dir}/Text/LanguageDetect/ISO639.php
 %{php_pear_dir}/Text/LanguageDetect/Parser.php
-
 %{php_pear_dir}/data/Text_LanguageDetect
-
 %{_examplesdir}/%{name}-%{version}
This page took 0.081426 seconds and 4 git commands to generate.