SPECS: php-pear-Services_Pingback.spec (NEW) - new

adamg adamg at pld-linux.org
Sat Aug 25 17:15:14 CEST 2007


Author: adamg                        Date: Sat Aug 25 15:15:14 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   php-pear-Services_Pingback.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/php-pear-Services_Pingback.spec
diff -u /dev/null SPECS/php-pear-Services_Pingback.spec:1.1
--- /dev/null	Sat Aug 25 17:15:14 2007
+++ SPECS/php-pear-Services_Pingback.spec	Sat Aug 25 17:15:09 2007
@@ -0,0 +1,65 @@
+# $Revision$, $Date$
+%include	/usr/lib/rpm/macros.php
+%define		_class		Services
+%define		_subclass	Pingback
+%define		_status		alpha
+%define		_pearname	Services_Pingback
+
+Summary:	%{_pearname} - a Pingback User-Agent class
+Summary(pl):	%{_pearname} - obsługa pingback
+Name:		php-pear-%{_pearname}
+Version:	0.2.2
+Release:	1
+License:	BSD License
+Group:		Development/Languages/PHP
+Source0:	http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5:	06559c575ae0197468e27604d871bea3
+URL:		http://pear.php.net/package/Services_Pingback/
+BuildRequires:	php-pear-PEAR
+BuildRequires:	rpm-php-pearprov >= 4.4.2-11
+Requires:	php-pear
+Requires:	php-pear-HTTP_Request >= 1.2.4
+Requires:	php-pear-Net_URL >= 1.0.14
+Requires:	php-pear-PEAR >= 1.4.0
+Requires:	php-pear-XML_RPC >= 1.0.3RC1
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A package implemented of Pingback in PHP, able to sending and
+receiving a pingback.
+
+In PEAR status of this package is: %{_status}.
+
+%description -l pl.UTF-8
+Pakiet implentujący obsługe Pingback, umożliwiając wysyłanie oraz
+odbieranie zgłoszeń pingback.
+
+Ta klasa ma w PEAR status: %{_status}.
+
+%prep
+%pear_package_setup
+
+%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 install.log docs/Services_Pingback
+%{php_pear_dir}/.registry/*.reg
+%{php_pear_dir}/Services/Pingback.php
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/08/25 15:15:09  adamg
+- new
+
================================================================


More information about the pld-cvs-commit mailing list