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