]> git.pld-linux.org Git - packages/php-pear-Date_Holidays_UNO.git/blame - php-pear-Date_Holidays_UNO.spec
- dropped -tests
[packages/php-pear-Date_Holidays_UNO.git] / php-pear-Date_Holidays_UNO.spec
CommitLineData
a819627f 1%include /usr/lib/rpm/macros.php
c191bba8 2%define _status beta
a819627f
AG
3%define _pearname Date_Holidays_UNO
4Summary: %{_pearname} - Driver based class to calculate holidays in UNO
5Summary(pl.UTF-8): %{_pearname} - klasa do obliczania dat świąt ONZ
6Name: php-pear-%{_pearname}
7a7cf5d8 7Version: 0.1.3
c191bba8 8Release: 2
a819627f
AG
9License: PHP License
10Group: Development/Languages/PHP
11Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz
7a7cf5d8 12# Source0-md5: 30e0e9f0902c1c2b2c9e20e9226389ae
a819627f 13URL: http://pear.php.net/package/Date_Holidays_UNO/
c191bba8 14BuildRequires: php-pear-PEAR >= 1:1.4.0-0.b1
a819627f 15BuildRequires: rpm-php-pearprov >= 4.4.2-11
feedee31 16BuildRequires: rpmbuild(macros) >= 1.300
a819627f 17Requires: php-pear
c191bba8 18Requires: php-pear-Date_Holidays >= 0.21.1
0047d835 19Obsoletes: php-pear-Date_Holidays_UNO-tests
a819627f
AG
20BuildArch: noarch
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24Date_Holidays helps you calculate the dates and titles of holidays and
25other special celebrations. This is the driver for calculating UNO
26holidays.
27
28In PEAR status of this package is: %{_status}.
29
30%description -l pl.UTF-8
31Date_Holidays pozwala na obliczenie dat oraz tytułów świąt oraz
32specjalnych okazji. Klasa ta pozwala na wyliczenie świąt ONZ.
33
34Ta klasa ma w PEAR status: %{_status}.
35
a819627f
AG
36%prep
37%pear_package_setup
38
39%install
40rm -rf $RPM_BUILD_ROOT
41install -d $RPM_BUILD_ROOT%{php_pear_dir}
42%pear_package_install
43
44%clean
45rm -rf $RPM_BUILD_ROOT
46
47%files
48%defattr(644,root,root,755)
49%doc install.log
50%{php_pear_dir}/.registry/*.reg
51%{php_pear_dir}/Date/Holidays/Driver/UNO.php
52%{php_pear_dir}/data/Date_Holidays_UNO
This page took 0.218293 seconds and 4 git commands to generate.