diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index c4add80..0000000 --- a/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -shed-1.15.tar.gz diff --git a/Makefile b/Makefile deleted file mode 100644 index 99ca2a0..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: shed -# $Id$ -NAME := shed -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/import.log b/import.log deleted file mode 100644 index e1f7a87..0000000 --- a/import.log +++ /dev/null @@ -1,3 +0,0 @@ -shed-1_13-2:HEAD:shed-1.13-2.src.rpm:1225481433 -shed-1_14-1:HEAD:shed-1.14-1.src.rpm:1227821254 -shed-1_15-1:HEAD:shed-1.15-1.src.rpm:1239650206 diff --git a/shed.spec b/shed.spec deleted file mode 100644 index 494ad17..0000000 --- a/shed.spec +++ /dev/null @@ -1,57 +0,0 @@ -Name: shed -Version: 1.15 -Release: 1%{?dist} -Summary: Easy to use hex editor - -Group: Applications/Editors -License: GPLv2+ -URL: http://shed.sourceforge.net/ -Source0: http://master.dl.sourceforge.net/shed/%{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root - -BuildRequires: ncurses-devel - -%description -shed is an easy to use hex editor written for unix/linux using ncurses, -with a friendly pico-style interface. - - -%prep -%setup -q - -%build -%configure -make %{?_smp_mflags} - - -%install -rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT - -%clean -rm -rf $RPM_BUILD_ROOT - - -%files -%defattr(-,root,root,-) -%doc AUTHORS COPYING ChangeLog README TODO BUGS -%{_bindir}/%{name} -%{_mandir}/man1/shed.1* - - -%changelog -* Mon Apr 13 2009 Adam Miller - 1.15-1 -- New upstream release. - -* Wed Feb 25 2009 Fedora Release Engineering - 1.14-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Thu Nov 27 2008 Adam Miller - 1.14-1 -- New upstream release. -* Sun Nov 02 2008 Adam Miller - 1.13-3 -- Fixed the license listing for the project. -* Wed Oct 29 2008 Adam Miller - 1.13-2 -- Fixed issues that were brought to my attention from package review -- Typo in download, removed chmod, added changelog, incremented release -* Fri Oct 24 2008 Adam Miller - 1.13-1 -- First build of shed for fedora diff --git a/sources b/sources deleted file mode 100644 index 385b42f..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -c7d7d464d6b4fa28a7980270d03e0906 shed-1.15.tar.gz