- Initial Commit
This commit is contained in:
parent
3c6ca7fc8b
commit
09dddca205
2 changed files with 18 additions and 10 deletions
|
|
@ -1 +1,2 @@
|
|||
php-simplepie-1_1_3-2_fc10:EL-5:php-simplepie-1.1.3-2.fc10.src.rpm:1241737068
|
||||
php-simplepie-1_1_3-3_fc10:EL-5:php-simplepie-1.1.3-3.fc10.src.rpm:1241937640
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
Name: php-simplepie
|
||||
Version: 1.1.3
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?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
|
||||
Source0: http://simplepie.org/downloads/simplepie_%{version}.zip
|
||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||
BuildArch: noarch
|
||||
Requires: php-IDNA_Convert
|
||||
|
|
@ -19,6 +19,8 @@ compatibility and standards compliance.
|
|||
|
||||
%prep
|
||||
%setup -qn %{version}
|
||||
chmod -x demo/cli_test.php
|
||||
chmod -x demo/for_the_demo/mediaplayer_readme.htm
|
||||
|
||||
|
||||
%build
|
||||
|
|
@ -26,18 +28,15 @@ compatibility and standards compliance.
|
|||
|
||||
|
||||
%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
|
||||
rm -rf %{buildroot}
|
||||
mkdir -p %{buildroot}/%{_datadir}/php/%{name}
|
||||
cp -a create.php simplepie.inc %{buildroot}/%{_datadir}/php/%{name}/
|
||||
|
||||
|
||||
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
rm -rf %{buildroot}
|
||||
|
||||
|
||||
%files
|
||||
|
|
@ -48,7 +47,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Apr 23 2009 David Nalley <david@gnsa.us> 1.1.3-3
|
||||
- used version macro in source url
|
||||
- stopped using two different macros for buildroot
|
||||
- stopped using macro for mkdir
|
||||
- moved chmods to immediately after setup in prep
|
||||
- removed line that rm compatibility_test
|
||||
- used a single line to copy create.php and simplepie.inc
|
||||
* Thu Apr 23 2009 David Nalley <david@gnsa.us> 1.1.3-2
|
||||
- Removed php asa requires since php-IDNA_convert pulls it in
|
||||
* Wed Apr 22 2009 David Nalley <david@gnsa.us> 1.1.3-1
|
||||
- Initial packaging efforts
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue