rpms/autodownloader/devel .cvsignore, 1.2, 1.3 autodownloader.spec, 1.5, 1.6 sources, 1.2, 1.3 autodownloader-0.2.0-check-existing-files.patch, 1.1, NONE autodownloader-0.2.0-configurable-ask-to-start.patch, 1.1, NONE autodownloader-0.2.0-timeout.patch, 1.1, NONE autodownloader-0.2.0-unknown-file-size.patch, 1.1, NONE autodownloader-0.2.0-whitespace-cleanup.patch, 1.1, NONE

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Sun Jun 1 09:53:15 UTC 2008


Author: jwrdegoede

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

Modified Files:
	.cvsignore autodownloader.spec sources 
Removed Files:
	autodownloader-0.2.0-check-existing-files.patch 
	autodownloader-0.2.0-configurable-ask-to-start.patch 
	autodownloader-0.2.0-timeout.patch 
	autodownloader-0.2.0-unknown-file-size.patch 
	autodownloader-0.2.0-whitespace-cleanup.patch 
Log Message:
* Sun Jun  1 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.3.0-1
- New upstream release (all patches merged)
- Includes new icons by Michael Beckwith



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/autodownloader/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	4 May 2007 09:16:23 -0000	1.2
+++ .cvsignore	1 Jun 2008 09:52:31 -0000	1.3
@@ -1 +1 @@
-autodownloader-0.2.0.tar.gz
+autodownloader-0.3.0.tar.gz


Index: autodownloader.spec
===================================================================
RCS file: /cvs/extras/rpms/autodownloader/devel/autodownloader.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- autodownloader.spec	9 Jan 2008 10:22:43 -0000	1.5
+++ autodownloader.spec	1 Jun 2008 09:52:31 -0000	1.6
@@ -1,19 +1,14 @@
 Name:           autodownloader
-Version:        0.2.0
-Release:        6%{?dist}
+Version:        0.3.0
+Release:        1%{?dist}
 Summary:        GUI-tool to automate the download of certain files
 License:        GPLv2+
 Group:          Applications/Internet
 URL:            http://sourceforge.net/projects/autodownloader
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-Patch0:         autodownloader-0.2.0-timeout.patch
-Patch1:         autodownloader-0.2.0-check-existing-files.patch
-Patch2:         autodownloader-0.2.0-unknown-file-size.patch
-Patch3:         autodownloader-0.2.0-configurable-ask-to-start.patch
-Patch4:         autodownloader-0.2.0-whitespace-cleanup.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
-Requires:       pygtk2-libglade
+Requires:       pygtk2-libglade hicolor-icon-theme
 
 %description
 Some software (usually games) requires certain data files to operate, sometimes
@@ -33,11 +28,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
 
 
 %build
@@ -53,13 +43,31 @@
 rm -rf $RPM_BUILD_ROOT
 
 
+%post
+touch --no-create %{_datadir}/icons/hicolor || :
+if [ -x %{_bindir}/gtk-update-icon-cache ]; then
+   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+fi
+
+%postun
+touch --no-create %{_datadir}/icons/hicolor || :
+if [ -x %{_bindir}/gtk-update-icon-cache ]; then
+   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+fi
+
+
 %files
 %defattr(-,root,root,-)
 %doc COPYING ChangeLog GladeWindow-license.txt README.txt TODO example.autodlrc
 %{_datadir}/autodl
+%{_datadir}/icons/hicolor/*/apps/autodl.png
 
 
 %changelog
+* Sun Jun  1 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.3.0-1
+- New upstream release (all patches merged)
+- Includes new icons by Michael Beckwith
+
 * Thu Dec 13 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.2.0-6
 - Add 2 more patches from Ivo Manca:
   * Make ask to start configurable


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/autodownloader/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	4 May 2007 09:16:23 -0000	1.2
+++ sources	1 Jun 2008 09:52:31 -0000	1.3
@@ -1 +1 @@
-5ec9b35266be518b8384a7fea581680c  autodownloader-0.2.0.tar.gz
+f10525338209cd3209f6ad2be774d778  autodownloader-0.3.0.tar.gz


--- autodownloader-0.2.0-check-existing-files.patch DELETED ---


--- autodownloader-0.2.0-configurable-ask-to-start.patch DELETED ---


--- autodownloader-0.2.0-timeout.patch DELETED ---


--- autodownloader-0.2.0-unknown-file-size.patch DELETED ---


--- autodownloader-0.2.0-whitespace-cleanup.patch DELETED ---




More information about the fedora-extras-commits mailing list