Sophie

Sophie

distrib > Fedora > 16 > x86_64 > media > os-src > by-pkgid > 51a55d68726163776cc0cb361f9b5e52 > files > 4

shed-1.15-6.fc15.src.rpm

Name:           shed
Version:        1.15
Release:        6%{?dist}
Summary:        Easy to use hex editor

Group:          Applications/Editors
License:        GPLv2+
URL:            http://shed.sourceforge.net/
Source0:        http://downloads.sourceforge.net/shed/%{name}-%{version}.tar.gz
Patch0:         shed-1.15-makefile_in.patch
Patch1:         shed-1.15-configure_cflags.patch

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
%patch0 -p0
%patch1 -p0

%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
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.15-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

* Mon Aug 10 2009 Adam Miller <maxamillion [AT] gmail.com> - 1.15-5
- Fixed Source0 as per https://www.redhat.com/archives/fedora-devel-list/2009-August/msg00591.html

* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.15-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

* Tue Apr 21 2009 Adam Miller <maxamillion [AT] gmail.com> - 1.15-3
- Patched the configure cflags

* Mon Apr 20 2009 Adam Miller <maxamillion [AT] gmail.com> - 1.15-2
- Fixed debuginfo issue, patched Makefile.in to not strip

* 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