From ac032de9257d86cd16b7cc776e5b5c9c5d0aed9b Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Jul 30 2009 01:27:42 +0000 Subject: kill with fire --- diff --git a/Makefile b/Makefile deleted file mode 100644 index 2b143c7..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: gift-gnutella -# $Id$ -NAME := gift-gnutella -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..e195e21 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphan clean up diff --git a/gift-gnutella.spec b/gift-gnutella.spec deleted file mode 100644 index 456175a..0000000 --- a/gift-gnutella.spec +++ /dev/null @@ -1,88 +0,0 @@ - -# Fedora Review http://bugzilla.redhat.com/175278 - -Summary: Gnutella plugin for giFT -Name: gift-gnutella -Version: 0.0.11 -Release: 7%{?dist} - -License: GPLv2+ -Group: Development/Libraries -URL: http://gift.sourceforge.net/ -Source: http://dl.sourceforge.net/sourceforge/gift/gift-gnutella-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -BuildRequires: gift-devel -BuildRequires: zlib-devel -BuildRequires: libxml2-devel - -%description -%{summary}. - - -%prep -%setup -q - - -%build -%configure --with-libxml - -make %{?_smp_mflags} - - -%install -rm -rf $RPM_BUILD_ROOT - -make install DESTDIR=$RPM_BUILD_ROOT - -## Unpackaged files -rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la - - -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig - - -%clean -rm -rf $RPM_BUILD_ROOT - - -%files -%defattr(-,root,root,-) -%doc README AUTHORS ChangeLog COPYING NEWS TODO -%{_libdir}/giFT/libGnutella.* -%{_datadir}/giFT/Gnutella/ - - -%changelog -* Fri Jul 24 2009 Fedora Release Engineering - 0.0.11-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Tue Feb 24 2009 Fedora Release Engineering - 0.0.11-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Tue Feb 19 2008 Fedora Release Engineering - 0.0.11-5 -- Autorebuild for GCC 4.3 - -* Sat Aug 25 2007 Rex Dieter 0.0.11-4 -- respin (BuildID) - -* Sat Aug 11 2007 Rex Dieter 0.0.11-3 -- License: GPLv2+ - -* Thu May 24 2007 Rex Dieter 0.0.11-2 -- respin for ppc64 - -* Thu Sep 14 2006 Rex Dieter 0.0.11-1 -- gift-gnutella-0.0.11 - -* Tue Dec 20 2005 Rex Dieter 0.0.10-3 -- --with-libxml, BR: libxml2-devel - -* Mon Dec 19 2005 Rex Dieter 0.0.10-1 -- cleanup for Fedora Extras - diff --git a/sources b/sources deleted file mode 100644 index 239fca4..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -279c7dc0121b3b7e209b09c98d10f17f gift-gnutella-0.0.11.tar.bz2