Accepting request 208875 from Kernel:kdump
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/208875 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/eppic?expand=0&rev=3
This commit is contained in:
commit
89bc37deca
3
eppic-git09e8b97.tar.bz2
Normal file
3
eppic-git09e8b97.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:74eae46c44599a1ee911fe3f07445159633ab5034be7e0105f8716c80383eff2
|
||||||
|
size 77030
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fae7d11fc1d0f5e383703aeae069247e076e207736c23946517ba8a57e4bc264
|
|
||||||
size 76995
|
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 22 09:36:46 UTC 2013 - ptesarik@suse.cz
|
||||||
|
|
||||||
|
- update to commit 09e8b97
|
||||||
|
o fix a few compile issues
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 3 09:12:54 UTC 2013 - ptesarik@suse.cz
|
Wed Apr 3 09:12:54 UTC 2013 - ptesarik@suse.cz
|
||||||
|
|
||||||
|
18
eppic.spec
18
eppic.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libeppic
|
# spec file for package eppic
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,20 +15,23 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
%define git_date 20130402
|
|
||||||
%define git_commit c2a2564
|
%define git_date 20130904
|
||||||
|
%define git_commit 09e8b97
|
||||||
%define checkout %{git_date}git%{git_commit}
|
%define checkout %{git_date}git%{git_commit}
|
||||||
|
|
||||||
Name: eppic
|
Name: eppic
|
||||||
Version: 3.99.%{checkout}
|
Version: 3.99.%{checkout}
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Embeddable Pre-Processor and Interpreter for C
|
Summary: Embeddable Pre-Processor and Interpreter for C
|
||||||
Group: System/Libraries
|
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Source: %{name}-git%{git_commit}.tar.bz2
|
Group: System/Libraries
|
||||||
|
Source: %{name}-git%{git_commit}.tar.bz2
|
||||||
Patch1: %{name}-fix-install.patch
|
Patch1: %{name}-fix-install.patch
|
||||||
Patch2: %{name}-no-return.patch
|
Patch2: %{name}-no-return.patch
|
||||||
BuildRequires: bison flex ncurses-devel
|
BuildRequires: bison
|
||||||
|
BuildRequires: flex
|
||||||
|
BuildRequires: ncurses-devel
|
||||||
Url: http://code.google.com/p/eppic/
|
Url: http://code.google.com/p/eppic/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@ -47,7 +50,6 @@ Authors:
|
|||||||
%package -n libeppic-devel
|
%package -n libeppic-devel
|
||||||
Summary: EPPIC include files and libraries
|
Summary: EPPIC include files and libraries
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
License: GPL-2.0+
|
|
||||||
|
|
||||||
%description -n libeppic-devel
|
%description -n libeppic-devel
|
||||||
EPPIC is a C interpreter that permits easy access to the symbol and type
|
EPPIC is a C interpreter that permits easy access to the symbol and type
|
||||||
|
Loading…
Reference in New Issue
Block a user