]> git.pld-linux.org Git - packages/php-pear-Date_Holidays_Italy.git/blob - php-pear-Date_Holidays_Italy.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/php-pear-Date_Holidays_Italy.git] / php-pear-Date_Holidays_Italy.spec
1 %define         _class          Date
2 %define         _subclass       Holidays_Italy
3 %define         _status         alpha
4 %define         _pearname       Date_Holidays_Italy
5 Summary:        %{_pearname} - Driver based class to calculate holidays in Italy
6 Summary(pl.UTF-8):      %{_pearname} - klasa do obliczania dat świąt włoskich
7 Name:           php-pear-%{_pearname}
8 Version:        0.1.1
9 Release:        3
10 License:        PHP License
11 Group:          Development/Languages/PHP
12 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
13 # Source0-md5:  b5f44c0ca248e014ca8d3e3f840e8b2d
14 URL:            http://pear.php.net/package/Date_Holidays_Italy/
15 BuildRequires:  php-pear-PEAR >= 1:1.4.0-0.b1
16 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
17 BuildRequires:  rpmbuild(macros) >= 1.300
18 Requires:       php-pear
19 Requires:       php-pear-Date_Holidays >= 0.21.1
20 Requires:       php-pear-PEAR-core >= 1.4.0b1
21 Obsoletes:      php-pear-Date_Holidays_Italy-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 Italy.
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 włoskich.
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/Italy.php
This page took 0.0840959999999999 seconds and 4 git commands to generate.