automatic version update by autodist [release 1.5.0a4-1mamba;Thu Nov 14 2024]

This commit is contained in:
Automatic Build System 2024-11-15 08:35:39 +01:00
parent d5359f39bb
commit 0a4350f065
2 changed files with 22 additions and 34 deletions

View File

@ -1,11 +1,7 @@
# pear-Date # pear-Date
Generic classes for representation and manipulation of dates, times and time Generic classes for representation and manipulation of dates, times and time zones without the need of timestamps, which is a huge limitation for php programs.
zones without the need of timestamps, which is a huge limitation for php
programs.
Includes time zone data, time zone conversions and many date/time conversions. Includes time zone data, time zone conversions and many date/time conversions.
It does not rely on 32-bit system date stamps, so you can display calendars and It does not rely on 32-bit system date stamps, so you can display calendars and compare dates that date pre 1970 and post 2038.
compare dates that date pre 1970 and post 2038. This package also provides a class to convert date strings between Gregorian and Human calendar formats.
This package also provides a class to convert date strings between Gregorian
and Human calendar formats.

View File

@ -1,59 +1,51 @@
Name: pear-Date Name: pear-Date
Version: 1.4.7 Version: 1.5.0a4
Release: 2mamba Release: 1mamba
Summary: Provides php/pear classes to handle Date and Time Summary: Provides php/pear classes to handle Date and Time
Group: Applications/Web Group: Applications/Web
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Tiziana Ferro <tiziana.ferro@email.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://pear.php.net URL: https://pear.php.net/
Source: http://pear.php.net/get/Date-%{version}.tgz Source: http://pear.php.net/get/Date-%{version}.tgz
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
Requires: php >= 4.3.3 Requires: php >= 4.3.3
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
Generic classes for representation and manipulation of dates, times and time Generic classes for representation and manipulation of dates, times and time zones without the need of timestamps, which is a huge limitation for php programs.
zones without the need of timestamps, which is a huge limitation for php
programs.
Includes time zone data, time zone conversions and many date/time conversions. Includes time zone data, time zone conversions and many date/time conversions.
It does not rely on 32-bit system date stamps, so you can display calendars and It does not rely on 32-bit system date stamps, so you can display calendars and compare dates that date pre 1970 and post 2038.
compare dates that date pre 1970 and post 2038. This package also provides a class to convert date strings between Gregorian and Human calendar formats.
This package also provides a class to convert date strings between Gregorian
and Human calendar formats.
%prep %prep
[ "%{buildroot}" != "/" ] && rm -rf "%{buildroot}" %setup -n Date-%{version}
%build %build
%install %install
mkdir -p %{buildroot}%{_libdir} install -d -m0755 %{buildroot}%{_libdir}/php
pushd %{buildroot}%{_libdir} cp -a Date %{buildroot}%{_libdir}/php/
tar xzvf %{SOURCE0}
mv Date-%{version} php
rm package.xml
popd
%clean %clean
[ "%{buildroot}" != "/" ] && rm -rf "%{buildroot}" [ "%{buildroot}" != "/" ] && rm -rf "%{buildroot}"
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/php/Date/* %dir %{_libdir}/php/Date
%{_libdir}/php/Date.php %{_libdir}/php/Date/*.php
%{_libdir}/php/docs/LICENSE %doc docs/LICENSE
%{_libdir}/php/docs/TODO
%{_libdir}/php/tests/bugs/*.phpt
%{_libdir}/php/tests/*.php
%changelog %changelog
* Thu Nov 14 2024 Automatic Build System <autodist@openmamba.org> 1.5.0a4-1mamba
- automatic version update by autodist
* Thu Sep 05 2013 Automatic Build System <autodist@mambasoft.it> 1.4.7-2mamba * Thu Sep 05 2013 Automatic Build System <autodist@mambasoft.it> 1.4.7-2mamba
- automatic rebuild by autodist - automatic rebuild by autodist
* Sat Jun 09 2007 Tiziana Ferro <tiziana.ferro@email.it> 1.4.7-1mamba * Sat Jun 09 2007 Tiziana Ferro <tiziana.ferro@email.it> 1.4.7-1mamba
- update to 1.4.7 - update to 1.4.7
* Tue Sep 11 2003 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3-1qilnx * Thu Sep 11 2003 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3-1qilnx
- first build - first build