Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
php5
:
5.6.18
:
extensions
>
php5-timezonedb
> php5-timezonedb.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File php5-timezonedb.spec of Package php5-timezonedb
# # spec file for package php5-timezonedb # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild # usedforbuild aaa_base acl attr audit-libs autoconf automake bash bind-libs bind-utils binutils bison bzip2 coreutils cpio cpp cracklib cvs cyrus-sasl db diffutils e2fsprogs file filesystem fillup findutils flex gawk gcc gdbm gdbm-devel gettext gettext-devel glibc glibc-devel glibc-locale gpm grep groff gzip info insserv klogd less libacl libattr libcom_err libgcc libgssapi libmudflap libnscd libstdc++ libtool libxcrypt libxml2 libxml2-devel libzio m4 make man mktemp mm module-init-tools ncurses ncurses-devel net-tools netcfg openldap2-client openssl pam pam-modules patch perl permissions php5 php5-devel popt procinfo procps psmisc pwdutils rcs readline rpm sed strace sysvinit tar tcpd texinfo timezone unzip update-alternatives util-linux vim zlib zlib-devel Name: php5-timezonedb %define pkg_name timezonedb # Version: 2017.2 Release: 1 # License: Other uncritical OpenSource License Group: Productivity/Networking/Web/Servers # BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: php5-devel Provides: php-timezonedb Supplements: php(tzdatabase) < %{version} # Url: http://pecl.php.net/package/timezonedb Source: http://pecl.php.net/package/%{pkg_name}/%{pkg_name}-%{version}.tgz Summary: Timezone Database to be used with PHP's date and time functions Patch0: timezonedb-2007.8-location.patch %requires_eq php5 %description This extension is a drop-in replacement for the builtin timezone database that comes with PHP. You should only install this extension in case you need to get a later version of the timezone database than the one that ships with PHP. The data that this extension uses comes from the "Olson" database, which is located at ftp://elsie.nci.nih.gov/pub/. Authors: -------- Derick Rethans <derick@php.net> %debug_package %prep %setup -q -n %{pkg_name}-%{version} %patch0 %{__mkdir} %{name} %build /usr/bin/phpize pushd %{name} CFLAGS="%{optflags} -fno-strict-aliasing" CXXFLAGS="%{optflags} -fno-strict-aliasing" %if 0%{?suse_version} > 1000 CFLAGS="$CFLAGS -fstack-protector" CXXFLAGS="$CXXFLAGS -fstack-protector" %endif export CFLAGS export CXXFLAGS ../configure --with-libdir=%{_lib} %{__make} %{?jobs:-j%jobs} popd %install %makeinstall -C %{name} INSTALL_ROOT=%{buildroot} %{__mkdir_p} %{buildroot}%{_sysconfdir}/php5/conf.d echo "; comment out next line to disable %{pkg_name} extension in php" > %{buildroot}%{_sysconfdir}/php5/conf.d/%{pkg_name}.ini echo "extension = %{pkg_name}.so" >> %{buildroot}%{_sysconfdir}/php5/conf.d/%{pkg_name}.ini %clean %{__rm} -rf %{buildroot} %files %defattr(-,root,root,-) %{_libdir}/php5/extensions/%{pkg_name}.so %config(noreplace) %{_sysconfdir}/php5/conf.d/%{pkg_name}.ini %doc CREDITS %changelog * Mon Oct 28 2013 Carsten Schoene <cs@linux-administrator.com> - 2013.8 - update to timezonedb 2013.8 * Fri Oct 25 2013 Carsten Schoene <cs@linux-administrator.com> - 2013.7 - update to timezonedb 2013.7 * Sun Sep 29 2013 Carsten Schoene <cs@linux-administrator.com> - 2013.6 - update to timezonedb 2013.6 * Tue Jul 09 2013 Carsten Schoene <cs@linux-administrator.com> - 2013.4 - update to timezonedb 2013.4 * Mon Apr 22 2013 Carsten Schoene <cs@linux-administrator.com> - 2013.3 - update to timezonedb 2013.3 * Tue Mar 12 2013 Carsten Schoene <cs@linux-administrator.com> - 2013.2 - update to timezonedb 2013.2 * Sun Mar 03 2013 Carsten Schoene <cs@linux-administrator.com> - 2013.1 - update to timezonedb 2013.1 * Sun Feb 17 2013 Carsten Schoene <cs@linux-administrator.com> - 2012.10 - update to timezonedb 2012.10 * Mon Apr 09 2012 Carsten Schoene <cs@linux-administrator.com> - 2012.3 - update to timezonedb 2012.3 * Fri Mar 23 2012 Carsten Schoene <cs@linux-administrator.com> - 2012.2 - update to timezonedb 2012.2 * Sat Nov 05 2011 Carsten Schoene <cs@linux-administrator.com> - 2011.14 - update to timezonedb 2011.14 * Mon Oct 24 2011 Carsten Schoene <cs@linux-administrator.com> - 2011.13 - update to timezonedb 2011.13 * Tue Oct 11 2011 Carsten Schoene <cs@linux-administrator.com> - 2011.12 - update to timezonedb 2011.12 * Wed Sep 28 2011 Carsten Schoene <cs@linux-administrator.com> - 2011.11 - update to timezonedb 2011.11 * Mon Sep 12 2011 Carsten Schoene <cs@linux-administrator.com> - 2011.10 - update to timezonedb 2011.10 * Fri Sep 02 2011 Carsten Schoene <cs@linux-administrator.com> - 2011.9 - update to timezonedb 2011.9 * Mon Jun 27 2011 Carsten Schoene <cs@linux-administrator.com> - 2011.8 - update to timezonedb 2011.8 * Sun May 01 2011 Carsten Schoene <cs@linux-administrator.com> - 2011.7 - update to timezonedb 2011.7 * Fri Apr 01 2011 Carsten Schoene <cs@linux-administrator.com> - 2011.5 - update to timezonedb 2011.5 * Sun Mar 20 2011 Carsten Schoene <cs@linux-administrator.com> - 2011.4 - update to timezonedb 2011.4 * Fri Mar 11 2011 Carsten Schoene <cs@linux-administrator.com> - 2011.3 - update to timezonedb 2011.3 * Wed Feb 16 2011 Carsten Schoene <cs@linux-administrator.com> - 2001.2 - update to timezonedb 2011.2 * Tue Jan 25 2011 Carstem Schoene <cs@linux-administrator.com> - 2011.1 - update to timezonedb 2011.1 * Wed Nov 03 2010 Carsten Schoene <cs@linux-administrator.com> - 2010.15 - update to timezonedb 2010.15 * Sun Aug 22 2010 Carsten Schoene <cs@linux-administrator.com> - 2010.12 - update to timezonedb 2010.12 * Thu Apr 29 2010 Carsten Schoene <cs@linux-administrator.com> - 2010.9 - update to timezonedb 2010.9 * Tue Mar 30 2010 Carsten Schoene <cs@linux-administrator.com> - 2010.7.1-1 - update to timezonedb 2010.7.1 * Tue Mar 09 2010 Carsten Schoene <cs@linux-administrator.com> - 2010.5-1 - update to timezonedb 2010.5 * Mon Mar 01 2010 Carsten Schoene <cs@linux-administrator.com> - 2010.3-1 - update to timezonedb 2010.3 * Mon Jan 25 2010 Carsten Schoene <cs@linux-administrator.com> - 2010.2-1 - update to timezonedb 2010.2 * Sun Jan 24 2010 Carsten Schoene <cs@linux-administrator.com> - 2010.1-1 - update to timezonedb 2010.1 * Mon Dec 28 2009 Carsten Schoene <cs@linux-administrator.com> - 2009.21-1 - update to timezonedb 2009.21 * Mon Nov 09 2009 Carsten Schoene <cs@linux-administrator.com> - 2009.18-1 - update to timezonedb 2009.18 * Mon Nov 02 2009 Carsten Schoene <cs@linux-administrator.com> - 2009.17-1 - update to timezonedb 2009.17 * Wed Oct 28 2009 Carsten Schoene <cs@linux-administrator.com> - 2009.16-1 - update to timezonedb 2009.16 * Mon Oct 19 2009 Carsten Schoene <cs@linux-administrator.com> - 2009.15-1 - update to timezonedb 2009.15 * Tue Oct 13 2009 Carsten Schoene <cs@linux-administrator.com> - 2009.14-1 - update to timezonedb 2009.14 * Tue Sep 08 2009 Carsten Schoene <cs@linux-administrator.com> - 2009.13-1 - update to timezonedb 2009.13 * Mon Aug 17 2009 Carsten Schoene <cs@linux-administrator.com> - 2009.12-1 - update to timezonedb 2009.12 * Thu Jun 18 2009 Carsten Schoene <cs@linux-administrator.com> - update to timezonedb 2009.10 * Tue May 26 2009 Carsten Schoene <cs@linux-administrator.com> - update to timezonedb 2009.8 * Mon Apr 13 2009 Carsten Schoene <cs@linux-administrator.com> - update to timezonedb 2009.6 * Mon Apr 06 2009 Carsten Schoene <cs@linux-administrator.com> - update to timezonedb 2009.5 * Tue Mar 24 2009 Carsten Schoene <cs@linux-administrator.com> - update to timezonedb 2009.4 * Sun Mar 22 2009 Carsten Schoene <cs@linux-administrator.com> - update to timezonedb 2009.3 * Thu Jan 22 2009 Carsten Schoene <cs@linux-administrator.com> - update to timezonedb 2009.1 * Tue Oct 28 2008 Carsten Schoene <cs@linux-administrator.com> - update to timezonedb 2008.9 * Mon Oct 13 2008 Carsten Schoene <cs@linux-administrator.com> - update to timezonedb 2008.8 * Tue Oct 02 2008 Carsten Schoene <cs@linux-administrator.com> - update to timezonedb 2008.7 * Mon Sep 15 2008 Carsten Schoene <cs@linux-administrator.com> - update to timezonedb 2008.6 * Tue Jul 29 2008 Carsten Schoene <cs@linux-administrator.com> - update to timezonedb 2008.5 * Tue Jul 08 2008 Carsten Schoene <cs@linux-administrator.com> - update to timezonedb 2008.4 * Sun Jun 08 2008 Carsten Schoene <cs@linux-administrator.com> - update to timezonedb 2008.3 * Mon Mar 24 2008 - crrodriguez@suse.de - update to timezonedb 2008.2 (2008b) * Sun Mar 16 2008 - crrodriguez@suse.de - update to timezonedb 2008a * Tue Jan 01 2008 - crrodriguez@suse.de - update to version 2007.11(k) Argentina DST Change [#350489] - missing module dependencies may cause strange issues. (timezonedb-2007.10-deps.patch, already sent to upstream) * Fri Dec 07 2007 - crrodriguez@suse.de - Initial version for SLES10 SP2 * Wed Dec 05 2007 - crrodriguez@suse.de - first version for openSUSE 11, useful to reduce PHP maintenance load regarding timezone changes. * Mon Dec 03 2007 - crrodriguez@suse.de - Updated to version 2007.10 * Mon Nov 05 2007 - crrodriguez@suse.de - Updated to version 2007.9 * Fri Oct 12 2007 - crrodriguez@suse.de - Updated to version 2007.8 (including new Zealand DST update) * Fri Apr 13 2007 - judas_iscariote@shorewall.net - Update to timezonedb 2007.5