[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/hexedit/devel hexedit.spec,1.24,1.25
- From: Jiří Moskovčák (jmoskovc) <fedora-extras-commits redhat com>
- To: fedora-extras-commits redhat com
- Subject: rpms/hexedit/devel hexedit.spec,1.24,1.25
- Date: Thu, 1 Nov 2007 06:56:37 -0400
Author: jmoskovc
Update of /cvs/extras/rpms/hexedit/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31954
Modified Files:
hexedit.spec
Log Message:
spec file cleanup
Index: hexedit.spec
===================================================================
RCS file: /cvs/extras/rpms/hexedit/devel/hexedit.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- hexedit.spec 18 Sep 2007 08:18:06 -0000 1.24
+++ hexedit.spec 1 Nov 2007 10:56:03 -0000 1.25
@@ -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 @@
%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 @@
%{_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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]