170 lines
4.3 KiB
RPMSpec
170 lines
4.3 KiB
RPMSpec
Summary: A hexadecimal file viewer and editor
|
|
Name: hexedit
|
|
Version: 1.2.12
|
|
Release: 6%{?dist}
|
|
License: GPL
|
|
Group: Applications/Editors
|
|
URL: http://merd.sourceforge.net/pixel/hexedit.html
|
|
Source: http://merd.net/pixel/%{name}-%{version}.src.tgz
|
|
Patch: hexedit-1.2.2-config.patch
|
|
BuildRequires: ncurses-devel
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
%description
|
|
Hexedit shows a file both in ASCII and in hexadecimal. The file can be a device
|
|
as the file is read a piece at a time. Hexedit can be used to modify the file
|
|
and search through it.
|
|
|
|
%prep
|
|
%setup -q -n %{name}
|
|
%patch -p1 -b .config
|
|
|
|
%build
|
|
export CFLAGS="$RPM_OPT_FLAGS"
|
|
%configure
|
|
make
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make install mandir=$RPM_BUILD_ROOT%{_mandir} bindir=$RPM_BUILD_ROOT%{_bindir}
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc COPYING TODO Changes
|
|
%{_bindir}/hexedit
|
|
%{_mandir}/*/*
|
|
|
|
%changelog
|
|
* Tue Sep 18 2007 Jiri Moskovcak <jmoskovc@redhat.com> 1.2.12-6
|
|
- changed to new upstream source tarbal with some minor fixes
|
|
|
|
* Fri Apr 06 2007 Jindrich Novy <jnovy@redhat.com> 1.2.12-5
|
|
- spec fixes
|
|
|
|
* Wed Nov 29 2006 Jindrich Novy <jnovy@redhat.com> 1.2.12-4
|
|
- fix URL, add dist tag
|
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.2.12-3.2.1
|
|
- rebuild
|
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.2.12-3.2
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.2.12-3.1
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
* Thu Jan 26 2006 Jindrich Novy <jnovy@redhat.com> 1.2.12-3
|
|
- rebuilt (#178824)
|
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
- rebuilt
|
|
|
|
* Tue Oct 25 2005 Jindrich Novy <jnovy@redhat.com> 1.2.12-2
|
|
- rewrite %%description - the original one was a nonsense (#171685)
|
|
|
|
* Mon Oct 3 2005 Jindrich Novy <jnovy@redhat.com> 1.2.12-1
|
|
- update to 1.2.12
|
|
- new upstream release introduces "fruit salad" colored hexeditor ;-)
|
|
(try --color)
|
|
|
|
* Fri Mar 4 2005 Jindrich Novy <jnovy@redhat.com> 1.2.10-4
|
|
- rebuilt with gcc4
|
|
|
|
* Thu Feb 10 2005 Jindrich Novy <jnovy@redhat.com> 1.2.10-3
|
|
- remove -D_FORTIFY_SOURCE=2 from CFLAGS, present in RPM_OPT_FLAGS
|
|
|
|
* Wed Feb 9 2005 Jindrich Novy <jnovy@redhat.com> 1.2.10-2
|
|
- rebuilt with -D_FORTIFY_SOURCE=2
|
|
|
|
* Mon Aug 2 2004 Jindrich Novy <jnovy@redhat.com> 1.2.10-1
|
|
- updated to 1.2.10-1
|
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
- rebuilt
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
- rebuilt
|
|
|
|
* Fri Sep 26 2003 Harald Hoyer <harald@redhat.de> 1.2.7-1
|
|
- update to 1.2.7
|
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
- rebuilt
|
|
|
|
* Tue May 6 2003 Than Ngo <than@redhat.com> 1.2.4-1
|
|
- 1.2.4
|
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
- rebuilt
|
|
|
|
* Wed Dec 11 2002 Tim Powers <timp@redhat.com> 1.2.2-7
|
|
- rebuild on all arches
|
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
- automated rebuild
|
|
|
|
* Tue Jun 18 2002 Than Ngo <than@redhat.com> 1.2.2-5
|
|
- don't forcibly strip binaries
|
|
|
|
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
|
- automated rebuild
|
|
|
|
* Thu Feb 28 2002 Than Ngo <than@redhat.com> 1.2.2-3
|
|
- rebuild in new inviroment
|
|
|
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
|
- automated rebuild
|
|
|
|
* Tue Nov 27 2001 Than Ngo <than@redhat.com> 1.2.2-1
|
|
- updated to 1.2.2
|
|
- fixed Url
|
|
|
|
* Thu Aug 9 2001 Than Ngo <than@redhat.com> 1.2.1-3
|
|
- install man page in correct place
|
|
|
|
* Tue Jul 31 2001 Than Ngo <than@redhat.com> 1.2.1-2
|
|
- fix bug #50488
|
|
|
|
* Tue Jun 26 2001 Than Ngo <than@redhat.com> 1.2.1-1
|
|
- update to 1.2.1
|
|
- Copyright -> License
|
|
- add some Buildprereqs
|
|
|
|
* Mon May 21 2001 Tim Powers <timp@redhat.com>
|
|
- built for the ldistro
|
|
|
|
* Fri Feb 9 2001 Tim Powers <timp@redhat.com>
|
|
- patched so that it doesn't segfault on ia64 (bug 26845)
|
|
|
|
* Mon Jul 24 2000 Prospector <prospector@redhat.com>
|
|
- rebuilt
|
|
|
|
* Mon Jul 10 2000 Tim Powers <timp@redhat.com>
|
|
- rebuilt
|
|
|
|
* Wed Jun 7 2000 Tim Powers <timp@redhat.com>
|
|
- fixed man page location
|
|
- use %%makeinstall
|
|
- use predefined RPM macros wherever possible
|
|
- patched so that regular users can build
|
|
|
|
* Fri May 12 2000 Tim Powers <timp@redhat.com>
|
|
- rbeuilt for 7.0
|
|
- made so that man pages are gzipped by RPM (glob)
|
|
|
|
* Thu Jul 15 1999 Tim Powers <timp@redhat.com>
|
|
- updated source
|
|
- cleaned up %%build section. Now uses make install instead of install
|
|
blah....
|
|
-built for 6.1
|
|
|
|
* Tue Oct 06 1998 Michael Maher <mike@redhat.com>
|
|
- updated package
|
|
|
|
* Mon Jul 20 1998 Michael Maher <mike@redhat.com>
|
|
- built package
|