From 8fd5cf4df0f40486196d05dece8728ade61b68a3 Mon Sep 17 00:00:00 2001 From: Christian Iseli Date: Sep 19 2006 16:13:31 +0000 Subject: Remove long time orphan. --- diff --git a/Makefile b/Makefile deleted file mode 100644 index c121cb1..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: dxpc -# $Id$ -NAME := dxpc -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..e9db28b --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Long time orphan. Feel free to resurect if interested. diff --git a/dxpc-3.8.2-mandir.patch b/dxpc-3.8.2-mandir.patch deleted file mode 100644 index 23d8cf4..0000000 --- a/dxpc-3.8.2-mandir.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- dxpc-3.8.2/Makefile.in.mandir 2002-11-11 12:37:52.000000000 -0600 -+++ dxpc-3.8.2/Makefile.in 2003-06-12 14:10:41.000000000 -0500 -@@ -7,7 +7,7 @@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - bindir = @bindir@ --man1dir = @mandir@/man1 -+mandir = @mandir@ - VPATH = @srcdir@ - - INSTALL = @INSTALL@ -@@ -57,8 +57,8 @@ - $(INSTALL) $(TARGET) $(bindir)/$(TARGET) - - install.man: -- $(srcdir)/mkinstalldirs $(man1dir) -- $(INSTALL_DATA) $(TARGET).man $(man1dir)/$(TARGET).1 -+ $(srcdir)/mkinstalldirs $(mandir)/man1 -+ $(INSTALL_DATA) $(TARGET).man $(mandir)/man1/$(TARGET).1 - - clean: - -rm -f *~ *.o $(TARGET) pure_* quant_* *.bak core gmon.out diff --git a/dxpc.spec b/dxpc.spec deleted file mode 100644 index 1dd57dc..0000000 --- a/dxpc.spec +++ /dev/null @@ -1,76 +0,0 @@ - -Summary: Differential X Protocol Compressor -Name: dxpc -Version: 3.9.0 -Release: 1%{?dist} - -# Since dxpc links against GPL'd lzo, changed license from BSD -> GPL -License: GPL -Group: User Interface/X -URL: http://www.vigor.nu/dxpc/ -Source: http://www.vigor.nu/dxpc/%{version}/dxpc-%{version}.tgz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -Patch1: dxpc-3.8.2-mandir.patch - -BuildRequires: lzo-devel -%if "%{?fedora}" > "4" -BuildRequires: libXt-devel -%else -BuildRequires: xorg-x11-devel -%endif - -%description -dxpc is an X protocol compressor designed to improve the -speed of X11 applications run over low-bandwidth links -(such as dialup PPP connections). - - -%prep -%setup -q - -%patch1 -p1 -b .mandir - - -%build -%configure - -make %{?_smp_mflags} - - -%install -rm -rf $RPM_BUILD_ROOT -%makeinstall - - -%clean -rm -rf $RPM_BUILD_ROOT - - -%files -%defattr(-,root,root,-) -%doc README* CHANGES TODO -%{_bindir}/* -%{_mandir}/man1/* - - -%changelog -* Tue Jul 25 2006 Rex Dieter 3.9.0-1 -- 3.9.0 - -* Wed Mar 1 2006 Rex Dieter -- fc5: gcc/glibc respin - -* Mon Jan 30 2006 Rex Dieter 3.8.2-3 -- drop BR: XFree86-devel (#179283) -- add BR: xorg-x11-devel/libXt-devel (#179283) - -* Fri Apr 7 2005 Michael Schwendt -- rebuilt - -* Fri Jul 11 2003 Rex Dieter 0:3.8.2-0.fdr.1 -- BuildRequires: XFree86-devel (fedora bug #381) - -* Tue Jun 17 2003 Rex Dieter 0:3.8.2-0.fdr.0 -- 3.8.2 - diff --git a/needs.rebuild b/needs.rebuild deleted file mode 100644 index 815fd29..0000000 --- a/needs.rebuild +++ /dev/null @@ -1 +0,0 @@ -http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild diff --git a/sources b/sources deleted file mode 100644 index c4acf68..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -ff8148868271b405a1a67b412e45d4e1 dxpc-3.9.0.tgz