packages: php-pecl-oauth/php-pecl-oauth.spec - up to 1.0.0-stable
glen
glen at pld-linux.org
Thu Jun 3 14:43:34 CEST 2010
Author: glen Date: Thu Jun 3 12:43:34 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- up to 1.0.0-stable
---- Files affected:
packages/php-pecl-oauth:
php-pecl-oauth.spec (1.7 -> 1.8)
---- Diffs:
================================================================
Index: packages/php-pecl-oauth/php-pecl-oauth.spec
diff -u packages/php-pecl-oauth/php-pecl-oauth.spec:1.7 packages/php-pecl-oauth/php-pecl-oauth.spec:1.8
--- packages/php-pecl-oauth/php-pecl-oauth.spec:1.7 Wed Jun 2 17:53:19 2010
+++ packages/php-pecl-oauth/php-pecl-oauth.spec Thu Jun 3 14:43:29 2010
@@ -1,15 +1,15 @@
# $Revision$, $Date$
-%define _modname oauth
-%define _status beta
-Summary: %{_modname} - consumer extension
-Summary(pl.UTF-8): %{_modname} - rozszerzenie klienckie
-Name: php-pecl-%{_modname}
-Version: 0.99.9
-Release: 2
+%define modname oauth
+%define status stable
+Summary: %{modname} - consumer extension
+Summary(pl.UTF-8): %{modname} - rozszerzenie klienckie
+Name: php-pecl-%{modname}
+Version: 1.0.0
+Release: 1
License: BSD
Group: Development/Languages/PHP
-Source0: http://pecl.php.net/get/%{_modname}-%{version}.tgz
-# Source0-md5: 7a93f01d31076ea4eda87d95e658ce76
+Source0: http://pecl.php.net/get/%{modname}-%{version}.tgz
+# Source0-md5: 7cf9652847f589f066cb4c36aebf9177
URL: http://pecl.php.net/package/oauth/
BuildRequires: php-devel >= 3:5.0.0
BuildRequires: rpmbuild(macros) >= 1.344
@@ -23,18 +23,18 @@
applications to securely access data without having to store usernames
and passwords.
-In PECL status of this extension is: %{_status}.
+In PECL status of this extension is: %{status}.
%description -l pl.UTF-8
OAuth to protokół autoryzacji zbudowany na bazie HTTP pozwalający
aplikacjom na bezpieczny dosŧęp do danych bez potrzeby przechowywania
nazw użytkownika czy haseł.
-To rozszerzenie ma w PECL status: %{_status}.
+To rozszerzenie ma w PECL status: %{status}.
%prep
-%setup -q -c
-mv %{_modname}-%{version}/* .
+%setup -qc
+mv %{modname}-%{version}/* .
%build
phpize
@@ -48,9 +48,9 @@
%{__make} install \
INSTALL_ROOT=$RPM_BUILD_ROOT \
EXTENSION_DIR=%{php_extensiondir}
-cat <<'EOF' > $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d/%{_modname}.ini
-; Enable %{_modname} extension module
-extension=%{_modname}.so
+cat <<'EOF' > $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d/%{modname}.ini
+; Enable %{modname} extension module
+extension=%{modname}.so
EOF
%clean
@@ -66,8 +66,8 @@
%files
%defattr(644,root,root,755)
-%config(noreplace) %verify(not md5 mtime size) %{php_sysconfdir}/conf.d/%{_modname}.ini
-%attr(755,root,root) %{php_extensiondir}/%{_modname}.so
+%config(noreplace) %verify(not md5 mtime size) %{php_sysconfdir}/conf.d/%{modname}.ini
+%attr(755,root,root) %{php_extensiondir}/%{modname}.so
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -75,6 +75,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.8 2010/06/03 12:43:29 glen
+- up to 1.0.0-stable
+
Revision 1.7 2010/06/02 15:53:19 glen
- release 2
@@ -95,4 +98,3 @@
Revision 1.1 2008/12/26 01:16:55 adamg
- new
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-pecl-oauth/php-pecl-oauth.spec?r1=1.7&r2=1.8&f=u
More information about the pld-cvs-commit
mailing list