- 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
|
Name: hexedit
|
||||||
Version: 1.2.12
|
Version: 1.2.12
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Editors
|
Group: Applications/Editors
|
||||||
URL: http://merd.sourceforge.net/pixel/hexedit.html
|
URL: http://merd.sourceforge.net/pixel/hexedit.html
|
||||||
Source: http://merd.net/pixel/%{name}-%{version}.src.tgz
|
Source: http://merd.net/pixel/%{name}-%{version}.src.tgz
|
||||||
Patch: hexedit-1.2.2-config.patch
|
Patch: hexedit-1.2.2-config.patch
|
||||||
BuildPrereq: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
Buildroot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Hexedit shows a file both in ASCII and in hexadecimal. The file can be a device as
|
Hexedit shows a file both in ASCII and in hexadecimal. The file can be a device
|
||||||
the file is read a piece at a time. Hexedit can be used to modify the file
|
as the file is read a piece at a time. Hexedit can be used to modify the file
|
||||||
and search through it.
|
and search through it.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -27,7 +27,7 @@ make
|
|||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%makeinstall mandir=$RPM_BUILD_ROOT%{_mandir}
|
make install mandir=$RPM_BUILD_ROOT%{_mandir} bindir=$RPM_BUILD_ROOT%{_bindir}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -39,6 +39,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Nov 29 2006 Jindrich Novy <jnovy@redhat.com> 1.2.12-4
|
||||||
- fix URL, add dist tag
|
- fix URL, add dist tag
|
||||||
|
|
||||||
@ -152,7 +155,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
* Thu Jul 15 1999 Tim Powers <timp@redhat.com>
|
* Thu Jul 15 1999 Tim Powers <timp@redhat.com>
|
||||||
- updated source
|
- 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....
|
blah....
|
||||||
-built for 6.1
|
-built for 6.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user