rpms/uget/F-10 uget.desktop, NONE, 1.1 uget.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Mamoru Tasaka mtasaka at fedoraproject.org
Mon May 4 14:17:20 UTC 2009


Author: mtasaka

Update of /cvs/extras/rpms/uget/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20069/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	uget.desktop uget.spec 
Log Message:
Initial commit


--- NEW FILE uget.desktop ---
[Desktop Entry]
Name=Uget Download Manager
Comment=Download files from the internet
Comment[de]=Dateien aus dem Internet herunterladen
GenericName=Download Manager
Exec=uget-gtk
Icon=document-save
Terminal=false
Type=Application
Categories=GTK;Network;FileTransfer;


--- NEW FILE uget.spec ---
Name:		uget
Version:	1.4.7
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
Source1:	uget.desktop
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	desktop-file-utils
BuildRequires:	gtk2-devel
BuildRequires:	libcurl-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
chmod 0644 [A-Z]*

%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 \
	%{SOURCE1}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc	COPYING
%doc	ChangeLog
%doc	README
%{_bindir}/%{name}-gtk
%{_datadir}/applications/%{name}.desktop

%changelog
* Mon May  4 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 1.4.7-2
- More detailed summary/description suggested by Christoph Wickert
  <fedora at christoph-wickert.de>

* Sat May  2 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 1.4.7-1
- Initial packaging


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/uget/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	4 May 2009 03:51:28 -0000	1.1
+++ .cvsignore	4 May 2009 14:16:50 -0000	1.2
@@ -0,0 +1 @@
+uget-1.4.7.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/uget/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	4 May 2009 03:51:28 -0000	1.1
+++ sources	4 May 2009 14:16:50 -0000	1.2
@@ -0,0 +1 @@
+e2bb31a1e1064db59ce7f341b9d7b013  uget-1.4.7.tar.gz




More information about the fedora-extras-commits mailing list