]> git.pld-linux.org Git - packages/php-pear-Net_Growl.git/blame - php-pear-Net_Growl.spec
- updated to: 2.6.0
[packages/php-pear-Net_Growl.git] / php-pear-Net_Growl.spec
CommitLineData
eb5d9425 1%include /usr/lib/rpm/macros.php
58388512 2%define _status stable
eb5d9425
ER
3%define _pearname Net_Growl
4Summary: %{_pearname} - Send notifications to Growl from PHP on MACOSX
5Name: php-pear-%{_pearname}
e9690200
ER
6Version: 2.6.0
7Release: 1
eb5d9425
ER
8License: BSD
9Group: Development/Languages/PHP
10Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz
e9690200 11# Source0-md5: c5826d72e85c2ccd1940e21f0d68ccf6
eb5d9425
ER
12URL: http://pear.php.net/package/Net_Growl/
13BuildRequires: php-packagexml2cl
14BuildRequires: php-pear-PEAR
15BuildRequires: rpm-php-pearprov >= 4.4.2-11
16BuildRequires: rpmbuild(macros) >= 1.571
afc3427a
ER
17Requires: php(mbstring)
18Requires: php(pcre)
19Requires: php(spl)
eb5d9425 20Requires: php-pear
58388512 21Requires: php-pear-PEAR-core >= 1:1.3.3
eb5d9425
ER
22BuildArch: noarch
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
58388512
ER
26Growl is a MACOSX application that listen to notifications sent by
27applications and displays them on the desktop using different display
eb5d9425 28styles. Net_Growl offers the possibility to send notifications to
58388512
ER
29Growl from your PHP application through network communication using
30UDP.
31
eb5d9425
ER
32In PEAR status of this package is: %{_status}.
33
34%prep
35%pear_package_setup
36
37%build
38packagexml2cl package.xml > ChangeLog
39
40%install
41rm -rf $RPM_BUILD_ROOT
42install -d $RPM_BUILD_ROOT%{php_pear_dir}
43%pear_package_install
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%files
49%defattr(644,root,root,755)
50%doc ChangeLog install.log
51%{php_pear_dir}/.registry/*.reg
52%{php_pear_dir}/Net/Growl.php
53%{php_pear_dir}/Net/Growl
This page took 0.076031 seconds and 4 git commands to generate.