forked from pool/antlr3c
Accepting request 280451 from home:jengelh:branches:network:telephony
- Fixup shlib package name (libantlr3c3_4 should be libantlr3c-3_4, since the filename *is* libantlr3c-3.4.so) OBS-URL: https://build.opensuse.org/request/show/280451 OBS-URL: https://build.opensuse.org/package/show/network:telephony/antlr3c?expand=0&rev=5
This commit is contained in:
parent
40b999dc7a
commit
de84cedfa9
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 8 19:31:55 UTC 2015 - jengelh@inai.de
|
||||
|
||||
- Fixup shlib package name (libantlr3c3_4 should be libantlr3c-3_4,
|
||||
since the filename *is* libantlr3c-3.4.so)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 9 14:49:09 UTC 2014 - tchvatal@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package antlr3c
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 Mariusz Fik <fisiu@opensuse.org>.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -17,7 +17,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define soname libantlr3c3_4
|
||||
%define soname libantlr3c-3_4
|
||||
Name: antlr3c
|
||||
Version: 3.4
|
||||
Release: 0
|
||||
@ -45,6 +45,9 @@ translation, error recovery, and error reporting.
|
||||
%package -n %{soname}
|
||||
Summary: C runtime for the ANTLR parsing library
|
||||
Group: System/Libraries
|
||||
# From 13.3/TW201501 onwards
|
||||
Obsoletes: libantlr3c3_4
|
||||
Provides: libantlr3c3_4
|
||||
|
||||
%description -n %{soname}
|
||||
ANTLR, ANother Tool for Language Recognition, is a language tool that provides a
|
||||
|
Loading…
Reference in New Issue
Block a user