]> git.pld-linux.org Git - packages/php-pear-Date_Holidays_Netherlands.git/blame - php-pear-Date_Holidays_Netherlands.spec
- updated to: 0.1.2
[packages/php-pear-Date_Holidays_Netherlands.git] / php-pear-Date_Holidays_Netherlands.spec
CommitLineData
6003f5ca
AG
1%include /usr/lib/rpm/macros.php
2%define _class Date
3%define _subclass Holidays_Netherlands
4%define _status alpha
5%define _pearname Date_Holidays_Netherlands
6Summary: %{_pearname} - Driver based class to calculate holidays in the Netherlands
7Summary(pl.UTF-8): %{_pearname} - klasa do obliczania dat świąt holenderskich
8Name: php-pear-%{_pearname}
db897dbe 9Version: 0.1.2
6003f5ca
AG
10Release: 1
11License: PHP License
12Group: Development/Languages/PHP
13Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz
db897dbe 14# Source0-md5: 94db8df90941c15d31a021e8657fbab6
6003f5ca
AG
15URL: http://pear.php.net/package/Date_Holidays_Netherlands/
16BuildRequires: php-pear-PEAR
17BuildRequires: rpm-php-pearprov >= 4.4.2-11
18Requires: php-pear
19Requires: php-pear-Date_Holidays >= 0.18.0
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
26holidays in the Netherlands.
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
33holenderskich.
34
35Ta klasa ma w PEAR status: %{_status}.
36
2fb1b7d0
AG
37%package tests
38Summary: Tests for PEAR::%{_pearname}
39Summary(pl.UTF-8): Testy dla PEAR::%{_pearname}
40Group: Development/Languages/PHP
41Requires: %{name} = %{version}-%{release}
2fb1b7d0 42AutoProv: no
db897dbe 43AutoReq: no
2fb1b7d0
AG
44
45%description tests
46Tests for PEAR::%{_pearname}.
47
48%description tests -l pl.UTF-8
49Testy dla PEAR::%{_pearname}.
50
6003f5ca
AG
51%prep
52%pear_package_setup
53
54%install
55rm -rf $RPM_BUILD_ROOT
56install -d $RPM_BUILD_ROOT%{php_pear_dir}
57%pear_package_install
58
59%clean
60rm -rf $RPM_BUILD_ROOT
61
62%files
63%defattr(644,root,root,755)
64%doc install.log
65%{php_pear_dir}/.registry/*.reg
66%{php_pear_dir}/Date/Holidays/Driver/Netherlands.php
67%{php_pear_dir}/Date/Holidays/Filter/Netherlands
2fb1b7d0
AG
68
69%files tests
70%defattr(644,root,root,755)
71%{php_pear_dir}/tests/Date_Holidays_Netherlands
This page took 0.06843 seconds and 4 git commands to generate.