diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index f5dae48..0000000 --- a/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -WFUT-1.0-SNAPSHOT-src.tar.gz diff --git a/Makefile b/Makefile deleted file mode 100644 index 4677fb1..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: wfut -# $Id$ -NAME := wfut -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..d0d33c6 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Not updated or needed these days. ember uses libwfut instead and that's the only world forge client we have. diff --git a/sources b/sources deleted file mode 100644 index 3b7e79f..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -23d40558c121d5c52917846a36d48b80 WFUT-1.0-SNAPSHOT-src.tar.gz diff --git a/wfut.desktop b/wfut.desktop deleted file mode 100644 index 03e6a39..0000000 --- a/wfut.desktop +++ /dev/null @@ -1,12 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=wfut -GenericName=WorldForge media updater -Comment=Update the WorldForge media -Exec=wfut -Icon=wfut.png -Terminal=false -StartupNotify=false -Type=Application -Categories=Application;Game; -Version=1.0 diff --git a/wfut.png b/wfut.png deleted file mode 100644 index 947b11a..0000000 Binary files a/wfut.png and /dev/null differ diff --git a/wfut.spec b/wfut.spec deleted file mode 100644 index bee2e63..0000000 --- a/wfut.spec +++ /dev/null @@ -1,91 +0,0 @@ -Name: wfut -Version: 1.0 -Release: 3%{?dist} -Summary: Software updater tool for WorldForge applications - -Group: Development/Libraries -License: GPL -URL: http://www.worldforge.org -Source0: http://white.worldforge.org/downloads/WFUT/srcs/WFUT-1.0-SNAPSHOT-src.tar.gz -Source1: wfut.desktop -Source2: wfut.png -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -BuildRequires: gcc-java desktop-file-utils - -%description -Software updater tool for WorldForge applications. - - -%prep -%setup -q -n WFUT-1.0-SNAPSHOT - - -%build -# This should be compiling to native code now, making the JAR -# override unnecessary. Leave it in for now as a reminder of -# how to use it with gcc's jar program. -JAR=fastjar -export JAR -%configure -make %{?_smp_mflags} - - -%install -rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT - -# The start script checks for a native binary, and if not found, will -# try to use java + jar file instead. But we are only building the -# native binary, so don't bother with this check. -mv $RPM_BUILD_ROOT%{_bindir}/wfut-bin $RPM_BUILD_ROOT%{_bindir}/wfut - -desktop-file-install --vendor fedora \ - --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --add-category X-Fedora \ - %{SOURCE1} - -mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps -install -p %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/ - -%clean -rm -rf $RPM_BUILD_ROOT - -%post -touch --no-create %{_datadir}/icons/hicolor || : -if [ -x %{_bindir}/gtk-update-icon-cache ]; then - %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : -fi - -%postun -touch --no-create %{_datadir}/icons/hicolor || : -if [ -x %{_bindir}/gtk-update-icon-cache ]; then - %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : -fi - - -%files -%defattr(-,root,root,-) -%doc AUTHORS ChangeLog COPYING README TODO -%{_bindir}/%{name} -%{_datadir}/applications/*.desktop -%{_datadir}/icons/hicolor/48x48/apps/%{name}.png - - -%changelog -* Thu Aug 17 2006 Wart 1.0-3 -- Remove unnecessary startup script. -- Added .desktop file - -* Wed Aug 16 2006 Wart 1.0-2 -- Removed BR: autoxxx which aren't needed anymore. - -* Wed Aug 16 2006 Wart 1.0-1 -- Update to latest WFUT public tarball. - -* Tue Aug 15 2006 Wart 0.0.0-2 -- Updated spec for FC5 and newer. This no longer builds - the WFUT.jar archive, but uses a native binary instead. - -* Tue Jun 20 2006 Wart 0.0.0-1 -- Initial package for Fedora