Author: glen Date: Fri Nov 9 20:23:41 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: simplepie.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/simplepie.spec diff -u /dev/null SPECS/simplepie.spec:1.1 --- /dev/null Fri Nov 9 21:23:41 2007 +++ SPECS/simplepie.spec Fri Nov 9 21:23:35 2007 @@ -0,0 +1,52 @@ +# $Revision$, $Date$ +Summary: SimplePie: Super-fast, easy-to-use, RSS and Atom feed parsing in PHP +Name: simplepie +Version: 1.0.1 +Release: 1 +License: BSD +Group: Development/Languages/PHP +Source0: http://simplepie.org/downloads/%{name}_%{version}.zip +# Source0-md5: 8c640521de5830fc2d7fe5622cebb71c +URL: http://simplepie.org/ +Requires: php(mbstring) +Requires: php(pcre) +Requires: php(xml) +Requires: php-common >= 3:4.3 +Suggests: php(curl) +Suggests: php(zlib) +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%define _phpdir /usr/share/php + +%description +SimplePie is a very fast and easy-to-use class, written in PHP, that +puts the 'simple' back into 'really simple syndication'. Flexible +enough to suit beginners and veterans alike, SimplePie is focused on +speed, ease of use, compatibility and standards compliance. + +%prep +%setup -q -n "SimplePie\ %{version}" + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_phpdir} +cp -a simplepie.inc $RPM_BUILD_ROOT%{_phpdir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc README.txt +%{_phpdir}/simplepie.inc + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2007-11-09 20:23:35 glen +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
