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

David Nalley ke4qqq at fedoraproject.org
Thu May 7 22:52:18 UTC 2009


Author: ke4qqq

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

Modified Files:
	.cvsignore sources 
Added Files:
	import.log php-simplepie.spec 
Log Message:
* Thu May 07 2009 David Nalley <david at gnsa.us> 1.1.3-3
- initial CVS commit



--- NEW FILE import.log ---
php-simplepie-1_1_3-2_fc10:HEAD:php-simplepie-1.1.3-2.fc10.src.rpm:1241736504


--- NEW FILE php-simplepie.spec ---
Name:		php-simplepie
Version:	1.1.3
Release:	2%{?dist}
Summary:	Simple RSS Library in PHP

Group:		Development/Libraries
License:	BSD
URL:		http://simplepie.org/
Source0:	http://simplepie.org/downloads/simplepie_1.1.3.zip
BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildArch:	noarch
Requires:	php-IDNA_Convert

%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 -qn %{version}


%build
#non-empty build section to quell the belching that rpmlint does with an empty build


%install
rm -rf $RPM_BUILD_ROOT
%{__mkdir} -p %{buildroot}/%{_datadir}/php/%{name}
cp -a create.php  %{buildroot}/%{_datadir}/php/%{name}/
cp -a simplepie.inc  %{buildroot}/%{_datadir}/php/%{name}/
rm -rf compatibility_test
chmod -x demo/cli_test.php
chmod -x demo/for_the_demo/mediaplayer_readme.htm 



%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc LICENSE.txt README.txt demo
%{_datadir}/php/%{name}



%changelog
* Thu Apr 23 2009 David Nalley <david at gnsa.us> 1.1.3-2
- Removed php asa requires since php-IDNA_convert pulls it in
* Wed Apr 22 2009 David Nalley <david at gnsa.us> 1.1.3-1
- Initial packaging efforts


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/php-simplepie/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	27 Apr 2009 05:36:53 -0000	1.1
+++ .cvsignore	7 May 2009 22:51:47 -0000	1.2
@@ -0,0 +1 @@
+simplepie_1.1.3.zip


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/php-simplepie/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	27 Apr 2009 05:36:53 -0000	1.1
+++ sources	7 May 2009 22:51:47 -0000	1.2
@@ -0,0 +1 @@
+ec48020d3ee5cd0d907635fdb0d86a08  simplepie_1.1.3.zip




More information about the fedora-extras-commits mailing list