SHA256
1
0
forked from pool/wireshark
OBS User unknown 2007-09-03 23:15:06 +00:00 committed by Git OBS Bridge
parent 68e0335ab4
commit 4969adab13
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 4 00:24:50 CEST 2007 - ro@suse.de
- disable -Werror for now
-------------------------------------------------------------------
Thu Jul 26 16:58:58 CEST 2007 - prusnak@suse.cz

View File

@ -17,7 +17,7 @@ Group: Productivity/Networking/Diagnostic
Autoreqprov: on
Summary: A Network Traffic Analyser
Version: 0.99.6
Release: 6
Release: 23
URL: http://www.wireshark.org/
Source: %{name}-%{version}.tar.bz2
Source1: %{name}.desktop
@ -130,7 +130,8 @@ export CFLAGS="$RPM_OPT_FLAGS -fstack-protector"
--with-ssl \
--with-net-snmp \
--with-krb5 \
--with-adns
--with-adns \
--enable-warnings-as-errors=no
make %{?jobs:-j%jobs}
%install
@ -177,6 +178,8 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/idl2wrs*
%changelog
* Tue Sep 04 2007 - ro@suse.de
- disable -Werror for now
* Thu Jul 26 2007 - prusnak@suse.cz
- changed libpcap to libpcap-devel in BuildRequires
* Tue Jul 10 2007 - prusnak@suse.cz