packages: php-pecl-timezonedb/php-pecl-timezonedb.spec - up to 2010.9
glen
glen at pld-linux.org
Wed Jun 2 16:28:05 CEST 2010
Author: glen Date: Wed Jun 2 14:28:05 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- up to 2010.9
---- Files affected:
packages/php-pecl-timezonedb:
php-pecl-timezonedb.spec (1.38 -> 1.39)
---- Diffs:
================================================================
Index: packages/php-pecl-timezonedb/php-pecl-timezonedb.spec
diff -u packages/php-pecl-timezonedb/php-pecl-timezonedb.spec:1.38 packages/php-pecl-timezonedb/php-pecl-timezonedb.spec:1.39
--- packages/php-pecl-timezonedb/php-pecl-timezonedb.spec:1.38 Wed Apr 7 08:28:52 2010
+++ packages/php-pecl-timezonedb/php-pecl-timezonedb.spec Wed Jun 2 16:28:00 2010
@@ -1,15 +1,15 @@
# $Revision$, $Date$
-%define _modname timezonedb
-%define _status stable
-Summary: %{_modname} - timezone database to be used with PHP's date and time functions
-Summary(pl.UTF-8): %{_modname} - baza stref czasowych do wykorzystania z funkcjami date() oraz time()
-Name: php-pecl-%{_modname}
-Version: 2010.7.1
+%define modname timezonedb
+%define status stable
+Summary: %{modname} - timezone database to be used with PHP's date and time functions
+Summary(pl.UTF-8): %{modname} - baza stref czasowych do wykorzystania z funkcjami date() oraz time()
+Name: php-pecl-%{modname}
+Version: 2010.9
Release: 1
License: PHP
Group: Development/Languages/PHP
-Source0: http://pecl.php.net/get/%{_modname}-%{version}.tgz
-# Source0-md5: 5cb0d4efdb60299eb50911083af57912
+Source0: http://pecl.php.net/get/%{modname}-%{version}.tgz
+# Source0-md5: 658f9309f91c85c8a614be189db5870b
URL: http://pecl.php.net/package/timezonedb/
BuildRequires: php-devel >= 3:5.0.0
BuildRequires: rpmbuild(macros) >= 1.344
@@ -23,7 +23,7 @@
in case you need to get a later version of the timezone database then
the one that ships with PHP.
-In PECL status of this extension is: %{_status}.
+In PECL status of this extension is: %{status}.
%description -l pl.UTF-8
To rozszerzenie zastępuje wbudowanę bazę stref czasowych dostarczaną
@@ -31,11 +31,11 @@
skorzystać z nowszej wersji bazy stref czasowych niż tej dostarczanej
wraz z archiwum PHP.
-To rozszerzenie ma w PECL status: %{_status}.
+To rozszerzenie ma w PECL status: %{status}.
%prep
%setup -q -c
-mv %{_modname}-%{version}/* .
+mv %{modname}-%{version}/* .
%build
phpize
@@ -47,11 +47,11 @@
install -d $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d
%{__make} install \
- INSTALL_ROOT=$RPM_BUILD_ROOT \
- EXTENSION_DIR=%{php_extensiondir}
-cat <<'EOF' > $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d/%{_modname}.ini
-; Enable %{_modname} extension module
-extension=%{_modname}.so
+ EXTENSION_DIR=%{php_extensiondir} \
+ INSTALL_ROOT=$RPM_BUILD_ROOT
+cat <<'EOF' > $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d/%{modname}.ini
+; Enable %{modname} extension module
+extension=%{modname}.so
EOF
%clean
@@ -68,8 +68,8 @@
%files
%defattr(644,root,root,755)
%doc CREDITS
-%config(noreplace) %verify(not md5 mtime size) %{php_sysconfdir}/conf.d/%{_modname}.ini
-%attr(755,root,root) %{php_extensiondir}/%{_modname}.so
+%config(noreplace) %verify(not md5 mtime size) %{php_sysconfdir}/conf.d/%{modname}.ini
+%attr(755,root,root) %{php_extensiondir}/%{modname}.so
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -77,6 +77,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.39 2010/06/02 14:28:00 glen
+- up to 2010.9
+
Revision 1.38 2010/04/07 06:28:52 amateja
- updated to 2010.7.1
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-pecl-timezonedb/php-pecl-timezonedb.spec?r1=1.38&r2=1.39&f=u
More information about the pld-cvs-commit
mailing list