]> git.pld-linux.org Git - packages/php-pear-Date_Holidays_Austria.git/blob - php-pear-Date_Holidays_Austria.spec
- updated deps with pearize.sh
[packages/php-pear-Date_Holidays_Austria.git] / php-pear-Date_Holidays_Austria.spec
1 %include        /usr/lib/rpm/macros.php
2 %define         _class          Date
3 %define         _subclass       Holidays_Austria
4 %define         _status         alpha
5 %define         _pearname       Date_Holidays_Austria
6 Summary:        %{_pearname} - Driver based class to calculate holidays in Austria
7 Summary(pl.UTF-8):      %{_pearname} - klasa to obliczania dat świąt austriackich
8 Name:           php-pear-%{_pearname}
9 Version:        0.1.4
10 Release:        2
11 License:        PHP License
12 Group:          Development/Languages/PHP
13 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
14 # Source0-md5:  67580695440de1b8dba85df30f2847a8
15 URL:            http://pear.php.net/package/Date_Holidays_Austria/
16 BuildRequires:  php-pear-PEAR >= 1:1.4.0-0.b1
17 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
18 Requires:       php-pear
19 Requires:       php-pear-Date_Holidays >= 0.21.1
20 Requires:       php-pear-PEAR-core >= 1:1.4.0
21 BuildArch:      noarch
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 Date_Holidays helps you calculate the dates and titles of holidays and
26 other special celebrations. This is the driver for calculating
27 holidays in Austria.
28
29 In PEAR status of this package is: %{_status}.
30
31 %description -l pl.UTF-8
32 Date_Holidays pozwala na obliczenie dat oraz tytułów świąt oraz
33 specjalnych okazji. Klasa ta pozwala na wyliczenie świąt austriackich.
34
35 Ta klasa ma w PEAR status: %{_status}.
36
37 %package tests
38 Summary:        Tests for PEAR::%{_pearname}
39 Summary(pl.UTF-8):      Testy dla PEAR::%{_pearname}
40 Group:          Development/Languages/PHP
41 Requires:       %{name} = %{version}-%{release}
42 AutoProv:       no
43 AutoReq:        no
44
45 %description tests
46 Tests for PEAR::%{_pearname}.
47
48 %description tests -l pl.UTF-8
49 Testy dla PEAR::%{_pearname}.
50
51 %prep
52 %pear_package_setup
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56 install -d $RPM_BUILD_ROOT%{php_pear_dir}
57 %pear_package_install
58
59 %clean
60 rm -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/Austria.php
67 %dir %{php_pear_dir}/Date/Holidays/Filter/Austria
68 %{php_pear_dir}/Date/Holidays/Filter/Austria/Official.php
69
70 %files tests
71 %defattr(644,root,root,755)
72 %{php_pear_dir}/tests/Date_Holidays_Austria
This page took 0.034898 seconds and 4 git commands to generate.