packages: php-horde-Horde_Oauth/php-horde-Horde_Oauth.spec (NEW) - new

glen glen at pld-linux.org
Tue May 3 08:40:43 CEST 2011


Author: glen                         Date: Tue May  3 06:40:43 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/php-horde-Horde_Oauth:
   php-horde-Horde_Oauth.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/php-horde-Horde_Oauth/php-horde-Horde_Oauth.spec
diff -u /dev/null packages/php-horde-Horde_Oauth/php-horde-Horde_Oauth.spec:1.1
--- /dev/null	Tue May  3 08:40:43 2011
+++ packages/php-horde-Horde_Oauth/php-horde-Horde_Oauth.spec	Tue May  3 08:40:38 2011
@@ -0,0 +1,62 @@
+# $Revision$, $Date$
+%define		status		stable
+%define		pearname	Horde_Oauth
+%include	/usr/lib/rpm/macros.php
+Summary:	%{pearname} - Horde OAuth client/server
+Name:		php-horde-Horde_Oauth
+Version:	1.0.0
+Release:	1
+License:	BSD
+Group:		Development/Languages/PHP
+Source0:	http://pear.horde.org/get/%{pearname}-%{version}.tgz
+# Source0-md5:	fad463a4c50adcca1ce909644eb23f5c
+URL:		http://pear.horde.org/package/Horde_Oauth/
+BuildRequires:	php-channel(pear.horde.org)
+BuildRequires:	php-packagexml2cl
+BuildRequires:	php-pear-PEAR >= 1:1.7.0
+BuildRequires:	rpm-php-pearprov >= 4.4.2-11
+BuildRequires:	rpmbuild(macros) >= 1.610
+Requires:	php-channel(pear.horde.org)
+Requires:	php-hash
+Requires:	php-horde-Horde_Exception < 2.0.0
+Requires:	php-horde-Horde_Http < 2.0.0
+Requires:	php-openssl
+Requires:	php-pear
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package provides an OAuth consumer <http://oauth.net> and OAuth
+infrastruture, and in the future will provide an OAuth server.
+
+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
+%doc docs/Horde_Oauth/*
+%{php_pear_dir}/.registry/.channel.*/*.reg
+%{php_pear_dir}/Horde/Oauth
+
+%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  2011/05/03 06:40:38  glen
+- new
================================================================


More information about the pld-cvs-commit mailing list