Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > c7795ee055ee47bafc550b3111aa4889 > files > 3

podget-0.3-1mdk.src.rpm

%define name	podget
%define version	0.3
%define release 1mdk

Name: 	 	%{name}
Summary: 	Simple podcast aggregator
Version: 	%{version}
Release: 	%{release}

Source:		http://prdownloads.sourceforge.net/podget/%{name}-%{version}.tar.bz2
Patch:		podget-0.3-directories.patch.bz2
URL:		http://podget.sourceforge.net/
License:	GPL
Group:		Networking/News
BuildRoot:	%{_tmppath}/%{name}-buildroot
Requires:	screen wget bittorrent
BuildArch:	noarch

%description
Podget is a simple podcast aggregator with support for RSS and Bittorrent
feeds, folders and categories, and automatic playlist creation.

%prep
%setup -q
%patch
perl -pi -e 's/get_torrents\=0/get_torrents\=1/' podget.sh
	
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p %buildroot/%_bindir
cp %name.sh %buildroot/%_bindir

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README
%{_bindir}/%name.sh

%changelog
* Tue Aug 23 2005 Austin Acton <austin@mandriva.org> 0.3-1mdk
- initial package