From a155d4a848b5c8042dcfc7c9d670e40442e54cd9 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: May 04 2007 09:16:23 +0000 Subject: Initial autodownloader import --- diff --git a/.cvsignore b/.cvsignore index e69de29..d374689 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +autodownloader-0.2.0.tar.gz diff --git a/autodownloader.spec b/autodownloader.spec new file mode 100644 index 0000000..2727533 --- /dev/null +++ b/autodownloader.spec @@ -0,0 +1,54 @@ +Name: autodownloader +Version: 0.2.0 +Release: 1%{?dist} +Summary: GUI-tool to automate the download of certain files +License: GPL +Group: Applications/Internet +URL: http://sourceforge.net/projects/autodownloader +Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildArch: noarch +Requires: pygtk2-libglade + +%description +Some software (usually games) requires certain data files to operate, sometimes +these datafiles can be freely downloaded but may not be redistributed and thus +cannot be put into so called packages as part of a distro. + +autodownloader is a tool which can be used as part of a package to automate the +download of the needed files. It will prompt the user explaining to him the +need of the download and asking if it is ok to make an internet connection, +after this it will show the license of the to be downloaded files and last it +will do the actual download and md5 verification off these files. This whole +process can be configured by the packager through a simple configuration file. + +Notice that Autodownloader while open source itself, may download files which +are not permitted to be (re)distributed unlike most files in Fedora. + + +%prep +%setup -q + + +%build +# nothing to build pure python code only + + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%doc COPYING ChangeLog GladeWindow-license.txt README.txt TODO example.autodlrc +%{_datadir}/autodl + + +%changelog +* Sun Apr 29 2007 Hans de Goede 0.2.0-1 +- Initial Fedora Extras package diff --git a/sources b/sources index e69de29..39dd96f 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +5ec9b35266be518b8384a7fea581680c autodownloader-0.2.0.tar.gz