rpms/php-oauth/devel import.log, NONE, 1.1 php-oauth.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Rakesh Pandit rakesh at fedoraproject.org
Sat Aug 23 18:49:41 UTC 2008


Author: rakesh

Update of /cvs/pkgs/rpms/php-oauth/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv303/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log php-oauth.spec 
Log Message:
initial package import



--- NEW FILE import.log ---
php-oauth-1_0-0_5_svn592_fc9:HEAD:php-oauth-1.0-0.5.svn592.fc9.src.rpm:1219516696


--- NEW FILE php-oauth.spec ---
%define realname oauth
%define svnrevision svn592

Name:           php-oauth
Version:        1.0
Release:        0.5.%{svnrevision}%{?dist}
Summary:        PHP Authentication library for desktop to web applications

Group:          Development/Libraries
License:        MIT
URL:            http://code.google.com/p/oauth/

# Package tar ball not present. To compress:
# svn export -r 592 http://oauth.googlecode.com/svn/code/php/ oauth
# tar -czf php-oauth-1.0.tar.gz oauth
Source0:        %{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
Requires:       php

%description
An open protocol to allow API authentication in a simple and standard
method from desktop and web applications.

%prep
%setup -qn %{realname}


%build
# Empty build


%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/php/%{realname}
install -p -m 644 *.php $RPM_BUILD_ROOT%{_datadir}/php/%{realname}/


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc doc example
%{_datadir}/php/%{realname}


%changelog
* Sat Aug 23 2008 Rakesh Pandit <rakesh at fedoraproject.org> 1.0-0.5.svn592
 - Changed release field

* Sat Aug 23 2008 Rakesh Pandit <rakesh at fedoraproject.org> 1.0-4.svn592
 - Updated tarball export info and updated tarball (Peter Lemenkov)

* Sun Jul 13 2008 Rakesh Pandit <rakesh at fedoraproject.org> 1.0-3.svn592
 - Corrected srpm release, correct svn link

* Sat Jul 12 2008 Rakesh Pandit <rakesh at fedoraproject.org> 1.0-2
 - Corrected spec and package name

* Fri Jul 11 2008 Rakesh Pandit <rakesh at fedoraproject.org> 1.0-1
 - Initial packages


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/php-oauth/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Aug 2008 17:16:35 -0000	1.1
+++ .cvsignore	23 Aug 2008 18:49:10 -0000	1.2
@@ -0,0 +1 @@
+php-oauth-1.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/php-oauth/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Aug 2008 17:16:35 -0000	1.1
+++ sources	23 Aug 2008 18:49:10 -0000	1.2
@@ -0,0 +1 @@
+249f5c8c0f3a3f1e620355be8f3ccf58  php-oauth-1.0.tar.gz




More information about the fedora-extras-commits mailing list