rpms/php-LightweightPicasaAPI/F-11 php-LightweightPicasaAPI.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

pfrields pfrields at fedoraproject.org
Mon Jul 13 02:58:39 UTC 2009


Author: pfrields

Update of /cvs/pkgs/rpms/php-LightweightPicasaAPI/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25698

Modified Files:
	.cvsignore sources 
Added Files:
	php-LightweightPicasaAPI.spec 
Log Message:
Add sources and specfile


--- NEW FILE php-LightweightPicasaAPI.spec ---
Name:		php-LightweightPicasaAPI
Version:	3.3
Release:	1%{?dist}
Summary:	A lightweight API for Picasa in PHP

Group:		Development/Libraries
License:	GPLv3+
URL:		http://cameronhinkle.com/
Source0:	http://cameronhinkle.com/downloads/LightweightPicasaAPIv3.zip
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:	noarch
BuildRequires:	dos2unix
Requires:	php

%description
PHP wrapper for Google's Picasa Data API, which is implemented using
Atom feeds in XML.  The package is meant to make it easy for PHP
developers to integrate their own applications with Picasa.


%prep
%setup -qc
dos2unix license.txt


%build


%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_datadir}/php/LightweightPicasaAPI
cp -pr Picasa.php Picasa/* $RPM_BUILD_ROOT%{_datadir}/php/LightweightPicasaAPI


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README license.txt
%{_datadir}/php/LightweightPicasaAPI

%changelog
* Sun Jun 14 2009 Paul W. Frields <stickster at gmail.com> - 3.3-1
- Initial RPM release



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/php-LightweightPicasaAPI/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	13 Jul 2009 02:47:21 -0000	1.1
+++ .cvsignore	13 Jul 2009 02:58:09 -0000	1.2
@@ -0,0 +1 @@
+LightweightPicasaAPIv3.zip


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/php-LightweightPicasaAPI/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	13 Jul 2009 02:47:21 -0000	1.1
+++ sources	13 Jul 2009 02:58:09 -0000	1.2
@@ -0,0 +1 @@
+d7f26f31cb82a8b514ce02394a8a067f  LightweightPicasaAPIv3.zip




More information about the fedora-extras-commits mailing list