diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index 0d82924..0000000 --- a/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -urlgfe-1.0.2.tar.gz diff --git a/Makefile b/Makefile deleted file mode 100644 index 15a6db2..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: urlgfe -# $Id$ -NAME := urlgfe -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..9c8de53 --- /dev/null +++ b/dead.package @@ -0,0 +1,3 @@ +2009-07-27 Mamoru Tasaka + +Renamed to uget, which has been in Fedora since 2009-05-04 diff --git a/sources b/sources deleted file mode 100644 index 2345a6c..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -d54bacbb107ae29a611dd3ec7bd597a2 urlgfe-1.0.2.tar.gz diff --git a/urlgfe.spec b/urlgfe.spec deleted file mode 100644 index f84fa3a..0000000 --- a/urlgfe.spec +++ /dev/null @@ -1,84 +0,0 @@ -Name: urlgfe -Version: 1.0.2 -Release: 2%{?dist}.2 -Summary: Urlgfe download manager - -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: curl-devel -BuildRequires: expat-devel -BuildRequires: gawk -BuildRequires: gtk2-devel -BuildRequires: krb5-devel -BuildRequires: pcre-devel -BuildRequires: desktop-file-utils - -%description -Urlgfe is a download manager that uses GTK+2 ,libcurl, and pcre. - -It allows you to classify URLs before downloading them, and -allows you to import URLs from HTML files. Every category has -an independent configuration that can be inherited by -each download in that category. - -%prep -%setup -q - -%build -%configure -%{__sed} -i.mkdir -e 's|@MKINSTALLDIRS@|install-sh -d|' po/Makefile -%{__make} %{?_smp_mflags} - -%install -%{__rm} -rf $RPM_BUILD_ROOT -%{__make} install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -c -p" - -%{__sed} -i -e 's|%{name}-icon\.png|%{name}-icon|' \ - $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop -desktop-file-install \ - --delete-original \ - --vendor fedora \ - --remove-category Application \ - --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop - -for f in [A-Z]* ; do \ - %{__sed} -i.encoding -e 's|\r||g' $f -done - -%{find_lang} %{name} - -%clean -%{__rm} -rf $RPM_BUILD_ROOT - -%files -f %{name}.lang -%defattr(-,root,root,-) -%doc AUTHORS COPYING COPYRIGHT ChangeLog NEWS -%doc README - -%{_bindir}/%{name} -%{_datadir}/pixmaps/%{name}*.png -%{_datadir}/applications/fedora-%{name}.desktop - -%changelog -* Tue Feb 12 2008 Mamoru Tasaka -- Rebuild against gcc43 - -* Wed Dec 5 2007 Mamoru Tasaka - 1.0.2-2 -- Fix icon path in desktop file for desktop-file-utils 0.14+ - -* Wed Aug 29 2007 Mamoru Tasaka - 1.0.2-1 -- 1.0.2 - -* Wed Aug 22 2007 Mamoru Tasaka - 1.0-1.dist.2 -- Mass rebuild (buildID or binutils issue) - -* Fri Aug 3 2007 Mamoru Tasaka - 1.0-1.dist.1 -- License update - -* Wed Nov 29 2006 Mamoru Tasaka - 1.0-1 -- Initial packaging to import to Fedora Extras.