diff --git a/eppic.changes b/eppic.changes index 99a486a..eb255d2 100644 --- a/eppic.changes +++ b/eppic.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 15 01:09:33 UTC 2016 - jengelh@inai.de + +- Update RPM groups + ------------------------------------------------------------------- Thu May 5 12:37:38 UTC 2016 - ptesarik@suse.com diff --git a/eppic.spec b/eppic.spec index 9bb6712..9c83ce6 100644 --- a/eppic.spec +++ b/eppic.spec @@ -25,7 +25,7 @@ Version: 3.99.%{checkout} Release: 0 Summary: Embeddable Pre-Processor and Interpreter for C License: GPL-2.0+ -Group: System/Libraries +Group: Development/Libraries/C and C++ Source: %{name}-git%{git_commit}.tar.bz2 Patch1: %{name}-fix-install.patch Patch2: %{name}-no-return.patch @@ -42,11 +42,6 @@ interfaces (e.g. /dev/kmem, /dev/mem). Although it has a strong association with live or postmortem kernel analysis, it is not constraint to it and can be embedded in any tools that is C friendly. - -Authors: --------- - Luc Chouinard - %package -n libeppic-devel Summary: EPPIC include files and libraries Group: Development/Languages/C and C++ @@ -67,7 +62,7 @@ This package provides the include files and libraries needed for development. %build cd libeppic -%{__make} CFLAGS="%{optflags} -fPIC" %{?_smp_mflags} +make CFLAGS="%{optflags} -fPIC" %{?_smp_mflags} %install cd libeppic