]> git.pld-linux.org Git - packages/php-pear-Date_Holidays_Netherlands.git/blob - php-pear-Date_Holidays_Netherlands.spec
up to 0.1.4
[packages/php-pear-Date_Holidays_Netherlands.git] / php-pear-Date_Holidays_Netherlands.spec
1 %include        /usr/lib/rpm/macros.php
2 %define         _status         alpha
3 %define         _pearname       Date_Holidays_Netherlands
4 Summary:        %{_pearname} - Driver based class to calculate holidays in the Netherlands
5 Summary(pl.UTF-8):      %{_pearname} - klasa do obliczania dat świąt holenderskich
6 Name:           php-pear-%{_pearname}
7 Version:        0.1.4
8 Release:        1
9 License:        PHP License
10 Group:          Development/Languages/PHP
11 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
12 # Source0-md5:  7aac9d3e2f42be123d90f1626f14c94d
13 URL:            http://pear.php.net/package/Date_Holidays_Netherlands/
14 BuildRequires:  php-pear-PEAR >= 1:1.4.0-0.b1
15 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
16 BuildRequires:  rpmbuild(macros) >= 1.300
17 Requires:       php-pear
18 Requires:       php-pear-Date_Holidays >= 0.21.1
19 Obsoletes:      php-pear-Date_Holidays_Netherlands-tests
20 BuildArch:      noarch
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 Date_Holidays helps you calculate the dates and titles of holidays and
25 other special celebrations. This is the driver for calculating
26 holidays in the Netherlands.
27
28 In PEAR status of this package is: %{_status}.
29
30 %description -l pl.UTF-8
31 Date_Holidays pozwala na obliczenie dat oraz tytułów świąt oraz
32 specjalnych okazji. Klasa ta pozwala na wyliczenie świąt
33 holenderskich.
34
35 Ta klasa ma w PEAR status: %{_status}.
36
37 %prep
38 %pear_package_setup
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42 install -d $RPM_BUILD_ROOT%{php_pear_dir}
43 %pear_package_install
44
45 %clean
46 rm -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.38212 seconds and 4 git commands to generate.