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
|
Summary: A hexadecimal file viewer and editor
|
||||||
Name: hexedit
|
Name: hexedit
|
||||||
Version: 1.2.12
|
Version: 1.2.12
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
License: GPL
|
License: GPLv2+
|
||||||
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
|
||||||
@ -20,14 +20,13 @@ and search through it.
|
|||||||
%patch -p1 -b .config
|
%patch -p1 -b .config
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="$RPM_OPT_FLAGS"
|
|
||||||
%configure
|
%configure
|
||||||
make
|
make %{_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
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
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -39,6 +38,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Sep 18 2007 Jiri Moskovcak <jmoskovc@redhat.com> 1.2.12-6
|
||||||
- changed to new upstream source tarbal with some minor fixes
|
- changed to new upstream source tarbal with some minor fixes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user