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