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

Paul W. Frields pfrields at fedoraproject.org
Wed Jul 29 01:12:16 UTC 2009


Author: pfrields

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

Modified Files:
	.cvsignore sources 
Added Files:
	phpSmug.spec 
Log Message:
Start F-11 branch


--- NEW FILE phpSmug.spec ---
%global origname phpSmug

Name:		php-phpSmug
Version:	2.0.2
Release:	3%{?dist}
Summary:	PHP wrapper for the SmugMug API

Group:		Development/Libraries
License:	LGPLv3
URL:		http://phpsmug.com
Source0:	http://phpsmug.com/downloads/hg/%{origname}-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:	noarch
Requires:	php
Requires:	php-pear-DB php-pear-HTTP-Request php-pear-Net-Socket
Requires:	php-pear-Net-URL

%description
phpSmug is an award winning PHP wrapper class for the SmugMug API
written and maintained by Colin Seymour. The intention of this class
is to allow PHP application developers to quickly and easily interact
with the SmugMug API in their applications, without having to worry
about the finer details of the API.  phpSmug is based on the great
work of Dan Coulter in phpFlickr.

%prep
%setup -qn %{origname}


%build


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


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README.txt examples/*
%{_datadir}/php/%{origname}

%changelog
* Sun Jul 26 2009 Paul W. Frields <stickster at gmail.com> - 2.0.2-3
- Fix name as suggested in guidelines

* Thu Jul 16 2009 Paul W. Frields <stickster at gmail.com> - 2.0.2-2
- Fix packaging errors

* Sun Jul 12 2009 Paul W. Frields <stickster at gmail.com> - 2.0.2-1
- Initial package release



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/php-phpSmug/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	28 Jul 2009 04:28:43 -0000	1.1
+++ .cvsignore	29 Jul 2009 01:12:16 -0000	1.2
@@ -0,0 +1 @@
+phpSmug-2.0.2.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/php-phpSmug/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	28 Jul 2009 04:28:43 -0000	1.1
+++ sources	29 Jul 2009 01:12:16 -0000	1.2
@@ -0,0 +1 @@
+015322d0c437bf3eca2995545436f8b6  phpSmug-2.0.2.tar.bz2




More information about the fedora-extras-commits mailing list