diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index 236bb0b..0000000 --- a/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -webcpp-0.8.4-src.tar.gz diff --git a/Makefile b/Makefile deleted file mode 100644 index 7253c58..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: webcpp -# $Id$ -NAME := webcpp -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..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/sources b/sources deleted file mode 100644 index 0938eb9..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -201306053f50857e70dca6a4748ebf07 webcpp-0.8.4-src.tar.gz diff --git a/webcpp-0.8.4-gcc43.patch b/webcpp-0.8.4-gcc43.patch deleted file mode 100644 index 9b32671..0000000 --- a/webcpp-0.8.4-gcc43.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -urp webcpp-0.8.4-src.orig/webcpp/main.cpp webcpp-0.8.4-src/webcpp/main.cpp ---- webcpp-0.8.4-src.orig/webcpp/main.cpp 2004-01-05 01:52:47.000000000 +0100 -+++ webcpp-0.8.4-src/webcpp/main.cpp 2008-03-08 10:45:17.000000000 +0100 -@@ -24,6 +24,7 @@ - - #include "driver.h" - #include -+#include - using namespace std; - - int main(int argc, char **argv) { diff --git a/webcpp-0.8.4-typo.patch b/webcpp-0.8.4-typo.patch deleted file mode 100644 index 1028905..0000000 --- a/webcpp-0.8.4-typo.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- webcpp-0.8.4-src/webcpp/engine.cpp.orig 2004-01-05 00:52:47.000000000 +0000 -+++ webcpp-0.8.4-src/webcpp/engine.cpp 2007-11-23 01:07:06.000000000 +0000 -@@ -1005,7 +1005,7 @@ - \n\ -
\ - web c plus plus
\n\ --
\n\\n
\n"; -+\n\n
\n"; - - *IO << made; - } diff --git a/webcpp.spec b/webcpp.spec deleted file mode 100644 index 1a1ba5c..0000000 --- a/webcpp.spec +++ /dev/null @@ -1,50 +0,0 @@ -Name: webcpp -Version: 0.8.4 -Release: 2%{?dist} -Summary: Convert C++ code to HTML -License: GPLv2 -Group: Development/Tools -URL: http://webcpp.sourceforge.net -Source: http://prdownloads.sourceforge.net/webcpp/%{name}-%{version}-src.tar.gz -Patch0: webcpp-0.8.4-typo.patch -Patch1: webcpp-0.8.4-gcc43.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -%description -Web C Plus Plus is a command line utility that takes your source -code, and converts it into an HTML file using a fully customizable -syntax highlighting engine and colour schemes. This is useful if -you want to post your code online and make it easier to read, or -to make online programming tutorials. - -%prep -%setup -qn %{name}-%{version}-src -%patch0 -p1 -b .typo -%patch1 -p1 -b .gcc43 - -%build -%configure -make %{?_smp_mflags} - -%install -rm -rf $RPM_BUILD_ROOT -install -Dpm 755 %{name}/webcpp $RPM_BUILD_ROOT%{_bindir}/webcpp - - -%clean -rm -rf $RPM_BUILD_ROOT - - -%files -%defattr(-,root,root,-) -%doc README docs.html -%{_bindir}/webcpp - - -%changelog -* Sat Mar 08 2008 Michal Fabry - 0.8.4-2 -- fix build with gcc 4.3 - -* Fri Nov 23 2007 Michal Fabry - 0.8.4-1 -- First build -