SPECS: php-pear-Services_Yahoo_JP.spec (NEW) - new
adamg
adamg at pld-linux.org
Sun May 18 18:02:57 CEST 2008
Author: adamg Date: Sun May 18 16:02:57 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
php-pear-Services_Yahoo_JP.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/php-pear-Services_Yahoo_JP.spec
diff -u /dev/null SPECS/php-pear-Services_Yahoo_JP.spec:1.1
--- /dev/null Sun May 18 18:02:57 2008
+++ SPECS/php-pear-Services_Yahoo_JP.spec Sun May 18 18:02:51 2008
@@ -0,0 +1,64 @@
+# $Revision$, $Date$
+%include /usr/lib/rpm/macros.php
+%define _class Services
+%define _subclass Yahoo_JP
+%define _status alpha
+%define _pearname Services_Yahoo_JP
+Summary: %{_pearname} - WebServices for Yahoo!JAPAN
+Summary(pl.UTF-8): %{_pearname} - WebServices dla Yahoo!JAPAN
+Name: php-pear-%{_pearname}
+Version: 0.1.0
+Release: 1
+License: php
+Group: Development/Languages/PHP
+Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5: e025e48fc56bac13c8712db07c80ff3d
+Patch0: %{name}-paths.patch
+URL: http://pear.php.net/package/Services_Yahoo_JP/
+BuildRequires: php-pear-PEAR
+BuildRequires: rpm-php-pearprov >= 4.4.2-11
+Requires: php-pear
+Requires: php-pear-PEAR >= 1.4.0b1
+Requires: php-pear-Services_Yahoo >= 0.0.1
+Requires: php-pear-XML_Parser >= 1.2.7
+Requires: php-pear-XML_Serializer >= 0.1.0
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Interface for Yahoo!JAPAN Web Services API.
+
+In PEAR status of this package is: %{_status}.
+
+%description -l pl.UTF-8
+Interfejs dla API Web Services Yahoo!JAPAN.
+
+Ta klasa ma w PEAR status: %{_status}.
+
+%prep
+%pear_package_setup
+%patch0 -p1
+
+%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_Yahoo_JP/examples
+%{php_pear_dir}/.registry/*.reg
+%{php_pear_dir}/Services/Yahoo/JP
+
+%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 2008-05-18 16:02:51 adamg
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list