Compare commits
27 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a4210e41f0 | ||
|
|
a308945e31 | ||
|
|
146f493625 | ||
| 3bcd485378 | |||
|
|
78ef507320 | ||
|
|
8393139c60 | ||
|
|
ac69e7a215 | ||
| ef8b18b33e | |||
|
|
2cc69dca33 | ||
|
|
d170f494d2 | ||
|
|
5e5dddbf4f | ||
|
|
986c52576f | ||
|
|
f426d3b289 | ||
|
|
9fad737a93 | ||
|
|
5b8b5e5541 | ||
| 13eff320c2 | |||
|
|
29998b85e4 | ||
|
|
711d9e6d77 | ||
|
|
b700fe3ec7 | ||
|
|
e13538a35c | ||
|
|
ecdef0cb57 | ||
|
|
1f3d240d10 | ||
|
|
49cda6b111 | ||
|
|
9f8641ba99 | ||
|
|
47be1dd6b9 | ||
|
|
197eccff20 | ||
|
|
5cd823a20a |
6 changed files with 1 additions and 83 deletions
|
|
@ -1 +0,0 @@
|
|||
shed-1.15.tar.gz
|
||||
21
Makefile
21
Makefile
|
|
@ -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)
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Orphaned for 6+ weeks
|
||||
|
|
@ -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
|
||||
57
shed.spec
57
shed.spec
|
|
@ -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 <maxamillion [AT] gmail.com> - 1.15-1
|
||||
- New upstream release.
|
||||
|
||||
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.14-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
* Thu Nov 27 2008 Adam Miller <maxamillion [AT] gmail.com> - 1.14-1
|
||||
- New upstream release.
|
||||
* Sun Nov 02 2008 Adam Miller <maxamillion [AT] gmail.com> - 1.13-3
|
||||
- Fixed the license listing for the project.
|
||||
* Wed Oct 29 2008 Adam Miller <maxamillion [AT] gmail.com> - 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 <maxamillion [AT] gmail.com> - 1.13-1
|
||||
- First build of shed for fedora
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
c7d7d464d6b4fa28a7980270d03e0906 shed-1.15.tar.gz
|
||||
Loading…
Add table
Add a link
Reference in a new issue