rpms/autodownloader/devel autodownloader.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Fri May 4 09:16:58 UTC 2007


Author: jwrdegoede

Update of /cvs/extras/rpms/autodownloader/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31744/devel

Modified Files:
	.cvsignore sources 
Added Files:
	autodownloader.spec 
Log Message:
Initial autodownloader import



--- NEW FILE autodownloader.spec ---
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 <j.w.r.degoede at hhs.nl> 0.2.0-1
- Initial Fedora Extras package


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/autodownloader/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	4 May 2007 00:39:41 -0000	1.1
+++ .cvsignore	4 May 2007 09:16:23 -0000	1.2
@@ -0,0 +1 @@
+autodownloader-0.2.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/autodownloader/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	4 May 2007 00:39:41 -0000	1.1
+++ sources	4 May 2007 09:16:23 -0000	1.2
@@ -0,0 +1 @@
+5ec9b35266be518b8384a7fea581680c  autodownloader-0.2.0.tar.gz




More information about the fedora-extras-commits mailing list