Name: uget Version: 1.4.9.3 Release: 1%{?dist} Summary: Download manager using GTK+ and libcurl Group: Applications/Internet License: LGPLv2+ URL: http://urlget.sourceforge.net/ Source0: http://downloads.sourceforge.net/urlget/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils BuildRequires: gstreamer-devel BuildRequires: gtk2-devel BuildRequires: intltool BuildRequires: libcurl-devel BuildRequires: libnotify-devel %if 0%{?fedora} >= 11 # Let's obsolete urlgfe on F-11+ Obsoletes: urlgfe < 1.0.4 Provides: urlgfe = %{name}-%{version} %endif %description Uget is a download manager that allows you to import downloads from HTML files and classify them by categories. Every category has an independent configuration that can be inherited by each download in that category. Uget is the successor of urlgfe, which was called URLget before. %prep %setup -q %build %configure make -k %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install \ DESTDIR=$RPM_BUILD_ROOT \ INSTALL="install -p" desktop-file-install \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --delete-original \ $RPM_BUILD_ROOT%{_datadir}/applications/%{name}-gtk.desktop %find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT %post touch --no-create %{_datadir}/icons/hicolor exit 0 %postun [ $1 -eq 0 ] || exit 0 touch --no-create %{_datadir}/icons/hicolor gtk-update-icon-cache -q %{_datadir}/icons/hicolor exit 0 %posttrans gtk-update-icon-cache -q %{_datadir}/icons/hicolor exit 0 %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS %doc COPYING %doc ChangeLog %doc README %{_bindir}/%{name}-gtk %{_datadir}/applications/%{name}-gtk.desktop %{_datadir}/icons/hicolor/??x??/apps/%{name}-icon.png %{_datadir}/pixmaps/%{name}/ %{_datadir}/sounds/%{name}/ %changelog * Thu Sep 3 2009 Mamoru Tasaka - 1.4.9.3-1 - 1.4.9.3 * Wed Aug 5 2009 Mamoru Tasaka - 1.4.9.2-1 - 1.4.9.2 * Sat Jul 25 2009 Mamoru Tasaka - 1.4.9.1-2 - F-12: Mass rebuild * Wed Jul 23 2009 Mamoru Tasaka - 1.4.9.1-1 - 1.4.9.1 * Wed Jul 8 2009 Mamoru Tasaka - 1.4.9-1 - 1.4.9 * Wed Jun 17 2009 Mamoru Tasaka - 1.4.8.5-2 - F-12: Rebuild to create valid debuginfo rpm again (ref: 505774) * Mon Jun 15 2009 Mamoru Tasaka - 1.4.8.5-1 - 1.4.8.5 * Wed Jun 10 2009 Mamoru Tasaka - 1.4.8.4-1 - 1.4.8.4 * Mon May 25 2009 Mamoru Tasaka - 1.4.8.3-1 - 1.4.8.3 * Sun May 17 2009 Mamoru Tasaka - 1.4.8.2-1 - 1.4.8.2 * Thu May 14 2009 Mamoru Tasaka - 1.4.8.1-1 - 1.4.8.1 * Mon May 4 2009 Mamoru Tasaka - 1.4.7-2 - More detailed summary/description suggested by Christoph Wickert * Sat May 2 2009 Mamoru Tasaka - 1.4.7-1 - Initial packaging