Sophie

Sophie

distrib > Mageia > 2 > x86_64 > by-pkgid > c45ecd6f1cb237201d25d9822c2f1224 > files > 2

hexedit-1.2.12-8.mga1.src.rpm

Summary: View and edit files in hexadecimal or in ASCII
Name: hexedit
Version: 1.2.12
Release: %mkrel 8
License: GPL
Group: Editors
BuildRequires: ncurses-devel
Url: http://merd.net/pixel/hexedit.html
Source: http://merd.net/pixel/%{name}-%{version}.src.tar.bz2
BuildRoot: %{_tmppath}/%{name}

%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. You can modify the file and search
through it.


%prep
%setup -q -n %{name}

%build
%configure
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root)
%doc COPYING TODO %{name}-%{version}.lsm
%{_bindir}/*
%{_mandir}/*/*






%changelog
* Thu Feb 24 2011 ennael <ennael> 1.2.12-8.mga1
+ Revision: 58784
- imported package hexedit


* Fri Dec 03 2010 Oden Eriksson <oeriksson@mandriva.com> 1.2.12-8mdv2011.0
+ Revision: 605855
- rebuild

* Mon Mar 15 2010 Oden Eriksson <oeriksson@mandriva.com> 1.2.12-7mdv2010.1
+ Revision: 520117
- rebuilt for 2010.1

* Wed Sep 02 2009 Christophe Fergeau <cfergeau@mandriva.com> 1.2.12-6mdv2010.0
+ Revision: 425143
- rebuild

* Sat Dec 20 2008 Oden Eriksson <oeriksson@mandriva.com> 1.2.12-5mdv2009.1
+ Revision: 316760
- rebuild

* Tue Jun 17 2008 Thierry Vignaud <tv@mandriva.org> 1.2.12-4mdv2009.0
+ Revision: 221152
- rebuild

* Sat Jan 12 2008 Thierry Vignaud <tv@mandriva.org> 1.2.12-3mdv2008.1
+ Revision: 150254
- rebuild
- kill re-definition of %%buildroot on Pixel's request

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot


* Fri Jan 12 2007 Pixel <pixel@mandriva.com> 1.2.12-2mdv2007.1
+ Revision: 108021
- use mkrel
- Import hexedit

* Fri Sep 23 2005 Pixel <pixel@mandriva.com> 1.2.12-1mdk
- new release

* Wed Sep 21 2005 Pixel <pixel@mandriva.com> 1.2.11-1mdk
- new release

* Wed Aug 04 2004 Goetz Waschk <waschk@linux-mandrake.com> 1.2.10-1mdk
- New release 1.2.10

* Mon Mar 15 2004 Pixel <pixel@mandrakesoft.com> 1.2.9-1mdk
- new release (brown paper bag version)
  - fix searching larger than 3 characters long strings

* Tue Jan 20 2004 Pixel <pixel@mandrakesoft.com> 1.2.8-1mdk
- new release
  - replace the unsafe getstr() with getnstr() (thanks to Richard Chadderton)