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

adamg adamg at pld-linux.org
Thu Nov 1 13:18:31 CET 2007


Author: adamg                        Date: Thu Nov  1 12:18:31 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/php-pear-Services_urlTea.spec
diff -u /dev/null SPECS/php-pear-Services_urlTea.spec:1.1
--- /dev/null	Thu Nov  1 13:18:31 2007
+++ SPECS/php-pear-Services_urlTea.spec	Thu Nov  1 13:18:25 2007
@@ -0,0 +1,80 @@
+# $Revision$, $Date$
+%include	/usr/lib/rpm/macros.php
+%define		_class		Services
+%define		_subclass	urlTea
+%define		_status		alpha
+%define		_pearname	Services_urlTea
+Summary:	%{_pearname} - PHP interface to urlTea's API
+Summary(pl.UTF-8):	%{_pearname} - interfejs PHP do API urlTea
+Name:		php-pear-%{_pearname}
+Version:	0.1.0
+Release:	1
+License:	New BSD License
+Group:		Development/Languages/PHP
+Source0:	http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5:	95aa6c8252c86a50394b7095bb0e5944
+URL:		http://pear.php.net/package/Services_urlTea/
+BuildRequires:	php-pear-PEAR
+BuildRequires:	rpm-php-pearprov >= 4.4.2-11
+Requires:	php-pear
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+An interface for creating urlTea URL's with their API as well as
+looking up destinations of given urlTea URL's.
+
+In PEAR status of this package is: %{_status}.
+
+%description -l pl.UTF-8
+Pakiet ten udostępnia interfejs do tworzenia adresów URL urlTea
+wykorzystując ich API, jak również umożliwia odczytywanie adresu
+docelowego podanego adres urlTea.
+
+Ta klasa ma w PEAR status: %{_status}.
+
+%package tests
+Summary:	Tests for PEAR::%{_pearname}
+Summary(pl.UTF-8):	Testy dla PEAR::%{_pearname}
+Group:		Development/Languages/PHP
+AutoReq:	no
+Requires:	%{name} = %{version}-%{release}
+AutoProv:	no
+
+%description tests
+Tests for PEAR::%{_pearname}.
+
+%description tests -l pl.UTF-8
+Testy dla PEAR::%{_pearname}.
+
+%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
+%{php_pear_dir}/.registry/*.reg
+%{php_pear_dir}/Services/urlTea
+%{php_pear_dir}/Services/urlTea.php
+
+%files tests
+%defattr(644,root,root,755)
+%{php_pear_dir}/tests/Services_urlTea
+
+%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/11/01 12:18:25  adamg
+- new
+
================================================================


More information about the pld-cvs-commit mailing list