Accepting request 358263 from network:telephony
1 OBS-URL: https://build.opensuse.org/request/show/358263 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/antlr3c?expand=0&rev=3
This commit is contained in:
commit
1bdf541ee1
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 6 12:00:03 UTC 2016 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Use optflags when building
|
||||||
|
- Update usage of provides/obsoletes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 8 19:31:55 UTC 2015 - jengelh@inai.de
|
Thu Jan 8 19:31:55 UTC 2015 - jengelh@inai.de
|
||||||
|
|
||||||
|
13
antlr3c.spec
13
antlr3c.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package antlr3c
|
# spec file for package antlr3c
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2014 Mariusz Fik <fisiu@opensuse.org>.
|
# Copyright (c) 2014 Mariusz Fik <fisiu@opensuse.org>.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -46,8 +46,8 @@ translation, error recovery, and error reporting.
|
|||||||
Summary: C runtime for the ANTLR parsing library
|
Summary: C runtime for the ANTLR parsing library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
# From 13.3/TW201501 onwards
|
# From 13.3/TW201501 onwards
|
||||||
Obsoletes: libantlr3c3_4
|
Obsoletes: libantlr3c3_4 < %{version}
|
||||||
Provides: libantlr3c3_4
|
Provides: libantlr3c3_4 = %{version}
|
||||||
|
|
||||||
%description -n %{soname}
|
%description -n %{soname}
|
||||||
ANTLR, ANother Tool for Language Recognition, is a language tool that provides a
|
ANTLR, ANother Tool for Language Recognition, is a language tool that provides a
|
||||||
@ -77,17 +77,16 @@ develop programs using the antlr3c library.
|
|||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fvi
|
autoreconf -fiv
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static
|
--disable-static
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags} CFLAGS="%{optflags}"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
|
|
||||||
%post -n %{soname} -p /sbin/ldconfig
|
%post -n %{soname} -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n %{soname} -p /sbin/ldconfig
|
%postun -n %{soname} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n %{soname}
|
%files -n %{soname}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user