Accepting request 478864 from Base:System
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/478864 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpcap?expand=0&rev=52
This commit is contained in:
commit
4fcb4c5732
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 1 10:12:45 UTC 2017 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Do not put conditions about the provides for < 11.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 15 10:03:07 UTC 2017 - pmonrealgonzalez@suse.com
|
Wed Feb 15 10:03:07 UTC 2017 - pmonrealgonzalez@suse.com
|
||||||
|
|
||||||
|
10
libpcap.spec
10
libpcap.spec
@ -50,11 +50,8 @@ program yourself.
|
|||||||
%package -n libpcap1
|
%package -n libpcap1
|
||||||
Summary: A Library for Network Sniffers
|
Summary: A Library for Network Sniffers
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
#
|
|
||||||
%if 0%{?suse_version} > 1100
|
|
||||||
Provides: libpcap = %{version}
|
Provides: libpcap = %{version}
|
||||||
Obsoletes: libpcap < %{version}
|
Obsoletes: libpcap < %{version}
|
||||||
%endif
|
|
||||||
|
|
||||||
%description -n libpcap1
|
%description -n libpcap1
|
||||||
libpcap is a library used by packet sniffer programs. It provides an
|
libpcap is a library used by packet sniffer programs. It provides an
|
||||||
@ -93,13 +90,8 @@ libpcap static libraries
|
|||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ifarch %{sparc}
|
|
||||||
pic="PIC"
|
|
||||||
%else
|
|
||||||
pic="pic"
|
|
||||||
%endif
|
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
export CFLAGS="%{optflags} -f$pic" CXXFLAGS="%{optflags} -f$pic"
|
export CFLAGS="%{optflags} -fpic" CXXFLAGS="%{optflags} -f$pic"
|
||||||
%configure \
|
%configure \
|
||||||
--enable-bluetooth=yes \
|
--enable-bluetooth=yes \
|
||||||
--enable-ipv6
|
--enable-ipv6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user