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