From c95f5cbbf7c755b93c5a1785821f38793c8768fb Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 19:28:18 +0100 Subject: [PATCH] automatic version update by autodist [release 2.0.0-1mamba;Tue Nov 24 2015] --- wireshark.spec | 38 ++++++++++++-------------------------- 1 file changed, 12 insertions(+), 26 deletions(-) diff --git a/wireshark.spec b/wireshark.spec index 1b0547a..1ce0eda 100644 --- a/wireshark.spec +++ b/wireshark.spec @@ -2,7 +2,7 @@ %define libname libwireshark Name: wireshark -Version: 1.99.5 +Version: 2.0.0 Release: 1mamba Summary: A free network protocol analyzer Group: Network/Monitoring @@ -123,18 +123,12 @@ install -p -D %{name}.desktop \ %{buildroot}%{_datadir}/applications/%{name}.desktop #install headers -install -d %{buildroot}%{_includedir}/wireshark/epan/crypt/ -install -d %{buildroot}%{_includedir}/wireshark/epan/dfilter/ -install -d %{buildroot}%{_includedir}/wireshark/epan/dissectors/ -install -d %{buildroot}%{_includedir}/wireshark/epan/ftypes/ -install -d %{buildroot}%{_includedir}/wireshark/wiretap/ +for f in epan epan/compress epan/crypt epan/dfilter epan/dissectors \ + epan/nghttp2 epan/wmem epan/wslua epan/ftypes wiretap; do + install -d %{buildroot}%{_includedir}/wireshark/$f + cp $f/*.h %{buildroot}%{_includedir}/wireshark/$f/ +done cp color.h config.h register.h %{buildroot}%{_includedir}/wireshark/ -cp epan/*.h %{buildroot}%{_includedir}/wireshark/epan/ -cp epan/crypt/*.h %{buildroot}%{_includedir}/wireshark/epan/crypt/ -cp epan/dfilter/*.h %{buildroot}%{_includedir}/wireshark/epan/dfilter/ -cp epan/dissectors/*.h %{buildroot}%{_includedir}/wireshark/epan/dissectors/ -cp epan/ftypes/*.h %{buildroot}%{_includedir}/wireshark/epan/ftypes/ -cp wiretap/*.h %{buildroot}%{_includedir}/wireshark/wiretap/ rm -f %{buildroot}%{_libdir}/%{name}/plugins/%{version}/*.la @@ -193,20 +187,7 @@ rm -f %{buildroot}%{_libdir}/%{name}/plugins/%{version}/*.la %files -n %{libname} %defattr(-,root,root) -%dir %{_includedir}/wireshark -%{_includedir}/wireshark/*.h -%dir %{_includedir}/wireshark/epan -%{_includedir}/wireshark/epan/*.h -%dir %{_includedir}/wireshark/epan/crypt -%{_includedir}/wireshark/epan/crypt/*.h -%dir %{_includedir}/wireshark/epan/dfilter -%{_includedir}/wireshark/epan/dfilter/*.h -%dir %{_includedir}/wireshark/epan/dissectors -%{_includedir}/wireshark/epan/dissectors/*h -%dir %{_includedir}/wireshark/epan/ftypes -%{_includedir}/wireshark/epan/ftypes/*.h -%dir %{_includedir}/wireshark/wiretap -%{_includedir}/wireshark/wiretap/*.h +%{_libdir}/wireshark/extcap/androiddump %{_libdir}/libwireshark.so.* %{_libdir}/libwiretap.so.* %{_libdir}/libwsutil.so.* @@ -214,6 +195,8 @@ rm -f %{buildroot}%{_libdir}/%{name}/plugins/%{version}/*.la %files -n %{libname}-devel %defattr(-,root,root) +%dir %{_includedir}/wireshark +%{_includedir}/wireshark/* #%{_libdir}/libwireshark.la %{_libdir}/libwireshark.so #%{_libdir}/libwiretap.la @@ -233,6 +216,9 @@ rm -f %{buildroot}%{_libdir}/%{name}/plugins/%{version}/*.la #%doc doc/README.* doc/*.txt %changelog +* Tue Nov 24 2015 Automatic Build System 2.0.0-1mamba +- automatic version update by autodist + * Fri May 08 2015 Automatic Build System 1.99.5-1mamba - automatic update by autodist