rpms/php-phpSmug/devel php-phpSmug.spec, NONE, 1.1 phpSmug.spec, 1.1, NONE

Paul W. Frields pfrields at fedoraproject.org
Wed Jul 29 01:17:32 UTC 2009


Author: pfrields

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

Added Files:
	php-phpSmug.spec 
Removed Files:
	phpSmug.spec 
Log Message:
Rename specfile, naming fail


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

Name:		php-phpSmug
Version:	2.0.2
Release:	4%{?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
* Tue Jul 28 2009 Paul W. Frields <stickster at gmail.com> - 2.0.2-4
- Bump release for specfile name change

* 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



--- phpSmug.spec DELETED ---




More information about the fedora-extras-commits mailing list