- spec fixes
This commit is contained in:
parent
e22df41468
commit
475e3340a7
19
hexedit.spec
19
hexedit.spec
@ -1,18 +1,18 @@
|
||||
Summary: A hexadecimal file viewer and editor.
|
||||
Summary: A hexadecimal file viewer and editor
|
||||
Name: hexedit
|
||||
Version: 1.2.12
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?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
|
||||
BuildPrereq: ncurses-devel
|
||||
Buildroot: %{_tmppath}/%{name}-root
|
||||
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
|
||||
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
|
||||
@ -27,7 +27,7 @@ make
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%makeinstall mandir=$RPM_BUILD_ROOT%{_mandir}
|
||||
make install mandir=$RPM_BUILD_ROOT%{_mandir} bindir=$RPM_BUILD_ROOT%{_bindir}
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -39,6 +39,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/*/*
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
@ -152,7 +155,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
* Thu Jul 15 1999 Tim Powers <timp@redhat.com>
|
||||
- updated source
|
||||
- cleaned up %build section. Now uses make install instead of install
|
||||
- cleaned up %%build section. Now uses make install instead of install
|
||||
blah....
|
||||
-built for 6.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user