diff --git a/.cvsignore b/.cvsignore index e69de29..1c97b5b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +simplepie_1.1.3.zip diff --git a/import.log b/import.log new file mode 100644 index 0000000..3509b65 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +php-simplepie-1_1_3-2_fc10:EL-5:php-simplepie-1.1.3-2.fc10.src.rpm:1241737068 diff --git a/php-simplepie.spec b/php-simplepie.spec new file mode 100644 index 0000000..a0792b3 --- /dev/null +++ b/php-simplepie.spec @@ -0,0 +1,54 @@ +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 1.1.3-2 +- Removed php asa requires since php-IDNA_convert pulls it in +* Wed Apr 22 2009 David Nalley 1.1.3-1 +- Initial packaging efforts diff --git a/sources b/sources index e69de29..c4e6722 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +ec48020d3ee5cd0d907635fdb0d86a08 simplepie_1.1.3.zip