Author: glen                         Date: Wed Oct  6 17:38:06 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/php-pear-Net_Growl:
   php-pear-Net_Growl.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/php-pear-Net_Growl/php-pear-Net_Growl.spec
diff -u /dev/null packages/php-pear-Net_Growl/php-pear-Net_Growl.spec:1.1
--- /dev/null   Wed Oct  6 19:38:06 2010
+++ packages/php-pear-Net_Growl/php-pear-Net_Growl.spec Wed Oct  6 19:38:01 2010
@@ -0,0 +1,60 @@
+# $Revision$, $Date$
+%include       /usr/lib/rpm/macros.php
+%define                _status         beta
+%define                _pearname       Net_Growl
+Summary:       %{_pearname} - Send notifications to Growl from PHP on MACOSX
+Name:          php-pear-%{_pearname}
+Version:       0.7.0
+Release:       1
+License:       BSD
+Group:         Development/Languages/PHP
+Source0:       http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5: 7721babaa7a698e831a1d4c37fdc9905
+URL:           http://pear.php.net/package/Net_Growl/
+BuildRequires: php-packagexml2cl
+BuildRequires: php-pear-PEAR
+BuildRequires: rpm-php-pearprov >= 4.4.2-11
+BuildRequires: rpmbuild(macros) >= 1.571
+Requires:      php-pear
+Requires:      php-pear-PEAR >= 1.3.3
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Growl is a MACOSX application that listen to notifications sent by 
+applications and displays them on the desktop using different display 
+styles. Net_Growl offers the possibility to send notifications to
+Growl 
+from your PHP application through network communication using UDP.
+ 
+In PEAR status of this package is: %{_status}.
+
+%prep
+%pear_package_setup
+
+%build
+packagexml2cl package.xml > ChangeLog
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{php_pear_dir}
+%pear_package_install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog install.log
+%{php_pear_dir}/.registry/*.reg
+%{php_pear_dir}/Net/Growl.php
+%{php_pear_dir}/Net/Growl
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[email protected]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2010/10/06 17:38:01  glen
+- new
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to