]> git.pld-linux.org Git - packages/php-pecl-mailparse.git/commitdiff
- updated to 2.1.3 auto/ac/php-pecl-mailparse-2_1_3-1 auto/th/php-pecl-mailparse-2_1_3-1
authorAdam Gołębiowski <adamg@pld-linux.org>
Fri, 21 Mar 2008 16:39:34 +0000 (16:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pecl-mailparse.spec -> 1.20

php-pecl-mailparse.spec

index 8bf4ee35d38736d1b303951c81b011e32fb313e8..fe991535cdabb52ef6493a852d632ad16313c883 100644 (file)
@@ -1,16 +1,14 @@
-# TODO
-# - doesn't build
 %define                _modname        mailparse
 %define                _status         beta
 Summary:       Email message manipulation
 Summary(pl.UTF-8):     Obrabianie wiadomości E-mail
 Name:          php-pecl-%{_modname}
-Version:       0.9.2
-Release:       0.3
+Version:       2.1.3
+Release:       1
 License:       PHP 2.02
 Group:         Development/Languages/PHP
 Source0:       http://pecl.php.net/get/%{_modname}-%{version}.tgz
-# Source0-md5: 73478cc638522aefb7315cc1976f76d4
+# Source0-md5: 286cd789079763f975164e450ec62f39
 URL:           http://pecl.php.net/package/mailparse/
 BuildRequires: php-devel >= 4:5.2.0-7.2
 BuildRequires: rpmbuild(macros) >= 1.344
@@ -46,7 +44,7 @@ phpize
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{php_sysconfdir}/conf.d,%{php_extensiondir}}
 
-install %{_smodname}-%{version}/modules/%{_modname}.so $RPM_BUILD_ROOT%{php_extensiondir}
+install %{_modname}-%{version}/modules/%{_modname}.so $RPM_BUILD_ROOT%{php_extensiondir}
 cat <<'EOF' > $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d/%{_modname}.ini
 ; Enable %{_modname} extension module
 extension=%{_modname}.so
This page took 0.073654 seconds and 4 git commands to generate.