spec file cleanup
This commit is contained in:
parent
75bb8bf82e
commit
c7a3888985
12
hexedit.spec
12
hexedit.spec
@ -1,8 +1,8 @@
|
||||
Summary: A hexadecimal file viewer and editor
|
||||
Name: hexedit
|
||||
Version: 1.2.12
|
||||
Release: 6%{?dist}
|
||||
License: GPL
|
||||
Release: 7%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/Editors
|
||||
URL: http://merd.sourceforge.net/pixel/hexedit.html
|
||||
Source: http://merd.net/pixel/%{name}-%{version}.src.tgz
|
||||
@ -20,14 +20,13 @@ and search through it.
|
||||
%patch -p1 -b .config
|
||||
|
||||
%build
|
||||
export CFLAGS="$RPM_OPT_FLAGS"
|
||||
%configure
|
||||
make
|
||||
make %{_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
make install mandir=$RPM_BUILD_ROOT%{_mandir} bindir=$RPM_BUILD_ROOT%{_bindir}
|
||||
make install mandir=$RPM_BUILD_ROOT%{_mandir} bindir=$RPM_BUILD_ROOT%{_bindir} INSTALL='install -p'
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -39,6 +38,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/*/*
|
||||
|
||||
%changelog
|
||||
* Thu Nov 1 2007 Jiri Moskovcak <jmoskovc@redhat.com> - 1.2.12-7
|
||||
- spec file cleanup
|
||||
|
||||
* Tue Sep 18 2007 Jiri Moskovcak <jmoskovc@redhat.com> 1.2.12-6
|
||||
- changed to new upstream source tarbal with some minor fixes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user