rpms/php-magpierss/FC-6 php-magpierss.spec, NONE, 1.1 sources, 1.1, 1.2

Michael Stahnke (stahnma) fedora-extras-commits at redhat.com
Fri May 11 00:52:20 UTC 2007


Author: stahnma

Update of /cvs/extras/rpms/php-magpierss/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20805

Modified Files:
	sources 
Added Files:
	php-magpierss.spec 
Log Message:
New for FC6


--- NEW FILE php-magpierss.spec ---
Name:           php-magpierss
Version:        0.72 
Release:        3%{?dist}
Summary:        MagpieRSS is an RSS parser written in PHP

Group:         Development/Libraries
License:       GPL 
URL:           http://magpierss.sourceforge.net/ 
Source0:       http://superb-east.dl.sourceforge.net/sourceforge/magpierss/magpierss-%{version}.tar.gz 
# Email sent to upstream asking them to include License in upstream package (Jan 30, 2007)
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:     noarch
Requires:      php 

%description
MagpieRSS is a set of php files designed to parse RSS
XML for usage in PHP code.  MagpieRSS is compatible with 
RSS 0.9 through RSS 1.0.
 

%prep
%setup -q -n magpierss-%{version}
chmod 644 scripts/*.php
%build


%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/php/magpierss
install -p -m644 rss_cache.inc $RPM_BUILD_ROOT%{_datadir}/php/magpierss
install -p -m644 rss_fetch.inc $RPM_BUILD_ROOT%{_datadir}/php/magpierss
install -p -m644 rss_parse.inc $RPM_BUILD_ROOT%{_datadir}/php/magpierss
install -p -m644 rss_utils.inc $RPM_BUILD_ROOT%{_datadir}/php/magpierss
cp -rp extlib $RPM_BUILD_ROOT%{_datadir}/php/magpierss

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog CHANGES INSTALL NEWS README TROUBLESHOOTING cookbook htdocs scripts/
%{_datadir}/php/magpierss/


%changelog
* Thu May 10 2007 Michael Stahnke <mastahnke at gmail.com> - 0.72-3
- Fixed minor issues in review bug [bug #225434]

* Tue Jan 30 2007 Michael Stahnke <mastahnke at gmail.com> - 0.72-2
- Changed install path to /usr/share/php/magpierss [bug #225434]

* Tue Jan 30 2007 Michael Stahnke <mastahnke at gmail.com> - 0.72-1
- Initial packaging


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/php-magpierss/FC-6/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	7 May 2007 00:15:09 -0000	1.1
+++ sources	11 May 2007 00:51:43 -0000	1.2
@@ -0,0 +1 @@
+04baa80bd07b078dd6ddd789ac659809  magpierss-0.72.tar.gz




More information about the fedora-extras-commits mailing list