SPECS: php-pecl-translit.spec - v0.6.0
glen
glen at pld-linux.org
Thu Dec 4 16:14:29 CET 2008
Author: glen Date: Thu Dec 4 15:14:29 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- v0.6.0
---- Files affected:
SPECS:
php-pecl-translit.spec (1.20 -> 1.21)
---- Diffs:
================================================================
Index: SPECS/php-pecl-translit.spec
diff -u SPECS/php-pecl-translit.spec:1.20 SPECS/php-pecl-translit.spec:1.21
--- SPECS/php-pecl-translit.spec:1.20 Tue Feb 13 09:06:40 2007
+++ SPECS/php-pecl-translit.spec Thu Dec 4 16:14:24 2008
@@ -4,13 +4,14 @@
Summary: %{_modname} - transliterates non-latin character sets to latin
Summary(pl.UTF-8): %{_modname} - translitacja alfabetów niełacińskich do łacińskiego
Name: php-pecl-%{_modname}
-Version: 0.5
-Release: 6
+Version: 0.6.0
+Release: 1
License: PHP
Group: Development/Languages/PHP
Source0: http://pecl.php.net/get/%{_modname}-%{version}.tgz
-# Source0-md5: a22fc5ad0ee0686b3aafd642bae9ec31
+# Source0-md5: 9d2966402f4a02de993d6996424bda25
URL: http://pecl.php.net/package/translit/
+BuildRequires: libtool
BuildRequires: php-devel >= 3:5.0.0
BuildRequires: rpmbuild(macros) >= 1.344
%{?requires_php_extension}
@@ -42,9 +43,9 @@
%prep
%setup -q -c
+mv %{_modname}-%{version}/* .
%build
-cd %{_modname}-%{version}
phpize
%configure
%{__make}
@@ -53,7 +54,7 @@
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT{%{php_sysconfdir}/conf.d,%{php_extensiondir}}
-install %{_modname}-%{version}/modules/%{_modname}.so $RPM_BUILD_ROOT%{php_extensiondir}
+install 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
@@ -81,6 +82,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.21 2008/12/04 15:14:24 glen
+- v0.6.0
+
Revision 1.20 2007/02/13 08:06:40 glen
- tabs in preamble
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/php-pecl-translit.spec?r1=1.20&r2=1.21&f=u
More information about the pld-cvs-commit
mailing list