rebuilt with headers and cmake/pkgconf files [release 4.2.0-2mamba;Tue Dec 26 2023]
This commit is contained in:
parent
287e329c44
commit
2afc2284c7
@ -3,8 +3,8 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
|
||||
Name: wireshark
|
||||
Version: 4.0.10
|
||||
Release: 1mamba
|
||||
Version: 4.2.0
|
||||
Release: 2mamba
|
||||
Summary: A free network protocol analyzer
|
||||
Group: Network/Monitoring
|
||||
Vendor: openmamba
|
||||
@ -15,7 +15,6 @@ Source: http://www.wireshark.org/download/src/wireshark-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libQt5Multimedia-devel
|
||||
BuildRequires: libbrotli-devel
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: libcares-devel
|
||||
@ -23,7 +22,7 @@ BuildRequires: libgcc
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgnutls-devel
|
||||
BuildRequires: libgpg-error-devel
|
||||
BuildRequires: libilbc-devel
|
||||
BuildRequires: libkrb5-devel
|
||||
BuildRequires: liblua-devel
|
||||
BuildRequires: liblz4-devel
|
||||
@ -31,6 +30,7 @@ BuildRequires: libmaxminddb-devel
|
||||
BuildRequires: libminizip1-devel
|
||||
BuildRequires: libnghttp2-devel
|
||||
BuildRequires: libnl-devel
|
||||
BuildRequires: libopencore-amr-devel
|
||||
BuildRequires: libopus-devel
|
||||
BuildRequires: libpcap-devel
|
||||
BuildRequires: libpcre2-devel
|
||||
@ -43,7 +43,9 @@ BuildRequires: libsystemd-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: libzstd-devel
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
BuildRequires: qt6-qt5compat-devel
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
BuildRequires: qt6-qtmultimedia-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libminizip-devel >= 2.10.0-2mamba
|
||||
BuildRequires: libe2fs-devel
|
||||
@ -110,6 +112,11 @@ This package contains static libraries and header files needed for development.
|
||||
|
||||
%makeinstall -C build
|
||||
|
||||
cd build
|
||||
# Install development files
|
||||
DESTDIR=%{buildroot} cmake --install . --component Development
|
||||
cd ..
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
|
||||
@ -143,7 +150,7 @@ This package contains static libraries and header files needed for development.
|
||||
%{_datadir}/mime/packages/org.wireshark.Wireshark.xml
|
||||
%{_datadir}/icons/hicolor/*/apps/org.wireshark.Wireshark.png
|
||||
%{_datadir}/icons/hicolor/*/mimetypes/org.wireshark.Wireshark-mimetype.png
|
||||
%{_datadir}/icons/hicolor/scalable/apps/org.wireshark.Wireshark.svg
|
||||
#%{_datadir}/icons/hicolor/scalable/apps/org.wireshark.Wireshark.svg
|
||||
|
||||
%files -n %{libname}
|
||||
%defattr(-,root,root)
|
||||
@ -170,11 +177,19 @@ This package contains static libraries and header files needed for development.
|
||||
%{_libdir}/libwiretap.so
|
||||
%{_libdir}/libwsutil.so
|
||||
%{_libdir}/pkgconfig/wireshark.pc
|
||||
%dir %{_libdir}/wireshark/cmake
|
||||
%{_libdir}/wireshark/cmake/*.cmake
|
||||
%dir %{_libdir}/cmake/wireshark
|
||||
%{_libdir}/cmake/wireshark/Wireshark*.cmake
|
||||
%dir %{_docdir}/wireshark
|
||||
%{_docdir}/wireshark/*
|
||||
%doc NEWS README.linux
|
||||
|
||||
%changelog
|
||||
* Tue Dec 26 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 4.2.0-2mamba
|
||||
- rebuilt with headers and cmake/pkgconf files
|
||||
|
||||
* Tue Nov 21 2023 Automatic Build System <autodist@mambasoft.it> 4.2.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 05 2023 Automatic Build System <autodist@mambasoft.it> 4.0.10-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user