1 |
%define peardir %(pear config-get php_dir 2> /dev/null || echo %{_datadir}/pear) |
%define peardir %(pear config-get php_dir 2> /dev/null || echo %{_datadir}/pear) |
2 |
%define xmldir /var/lib/pear |
%define xmldir /var/lib/pear |
3 |
%global pear_name Date_Holidays_Germany |
%global pear_name Date_Holidays_Germany |
4 |
|
%define name php-pear-Date-Holidays-Germany |
5 |
|
%define version 0.1.2 |
6 |
|
%define release 1 |
7 |
|
|
8 |
|
Name: %{name} |
9 |
|
Version: %{version} |
10 |
|
Release: %{release}%{?dist} |
11 |
Summary: Driver based class to calculate holidays in Germany |
Summary: Driver based class to calculate holidays in Germany |
|
Name: php-pear-Date-Holidays-Germany |
|
|
Version: 0.1.2 |
|
|
Release: 1%{?dist} |
|
12 |
License: PHP License |
License: PHP License |
13 |
Group: Development/Libraries |
Group: Development/Libraries |
14 |
Source0: http://pear.php.net/get/Date_Holidays_Germany-%{version}.tgz |
Source0: http://pear.php.net/get/Date_Holidays_Germany-%{version}.tgz |
54 |
rm %{buildroot}/%{peardir}/.lock |
rm %{buildroot}/%{peardir}/.lock |
55 |
rm -rf %{buildroot}/%{peardir}/.registry |
rm -rf %{buildroot}/%{peardir}/.registry |
56 |
rm -rf %{buildroot}%{peardir}/.channels |
rm -rf %{buildroot}%{peardir}/.channels |
57 |
rm %{buildroot}%{peardir}/.depdb |
rm %{buildroot}/%{xmldir}/.filemap |
58 |
rm %{buildroot}%{peardir}/.depdblock |
rm %{buildroot}/%{xmldir}/.lock |
59 |
|
rm -rf %{buildroot}/%{xmldir}/.registry |
60 |
|
rm -rf %{buildroot}/%{xmldir}/.channels |
61 |
|
if [[ -f %{buildroot}%{xmldir}/.depdb ]] ;then |
62 |
|
rm %{buildroot}%{xmldir}/.depdb |
63 |
|
fi |
64 |
|
if [[ -f %{buildroot}{xmldir}/.depdblock ]] ;then |
65 |
|
rm %{buildroot}%{xmldir}/.depdblock |
66 |
|
fi |
67 |
|
|
68 |
|
|
69 |
|
|