]> git.pld-linux.org Git - packages/php-pear-Date_Holidays_Netherlands.git/blame - php-pear-Date_Holidays_Netherlands.spec
up to 0.1.4
[packages/php-pear-Date_Holidays_Netherlands.git] / php-pear-Date_Holidays_Netherlands.spec
CommitLineData
6003f5ca 1%include /usr/lib/rpm/macros.php
6003f5ca
AG
2%define _status alpha
3%define _pearname Date_Holidays_Netherlands
4Summary: %{_pearname} - Driver based class to calculate holidays in the Netherlands
5Summary(pl.UTF-8): %{_pearname} - klasa do obliczania dat świąt holenderskich
6Name: php-pear-%{_pearname}
1f77d271 7Version: 0.1.4
9bbcb995 8Release: 1
6003f5ca
AG
9License: PHP License
10Group: Development/Languages/PHP
11Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz
1f77d271 12# Source0-md5: 7aac9d3e2f42be123d90f1626f14c94d
6003f5ca 13URL: http://pear.php.net/package/Date_Holidays_Netherlands/
49432679 14BuildRequires: php-pear-PEAR >= 1:1.4.0-0.b1
6003f5ca 15BuildRequires: rpm-php-pearprov >= 4.4.2-11
7cce5aa9 16BuildRequires: rpmbuild(macros) >= 1.300
6003f5ca 17Requires: php-pear
49432679 18Requires: php-pear-Date_Holidays >= 0.21.1
50656baf 19Obsoletes: php-pear-Date_Holidays_Netherlands-tests
6003f5ca
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
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
37%prep
38%pear_package_setup
39
40%install
41rm -rf $RPM_BUILD_ROOT
42install -d $RPM_BUILD_ROOT%{php_pear_dir}
43%pear_package_install
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%files
49%defattr(644,root,root,755)
50%doc install.log
51%{php_pear_dir}/.registry/*.reg
52%{php_pear_dir}/Date/Holidays/Driver/Netherlands.php
53%{php_pear_dir}/Date/Holidays/Filter/Netherlands
This page took 0.083022 seconds and 4 git commands to generate.