Compare commits
12 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6af8c6fbe8 | ||
|
|
96583429dc | ||
|
|
8a7174fed0 | ||
|
|
cea2691ea0 | ||
|
|
8016291974 | ||
|
|
fff197d9fa | ||
|
|
3340f08b9f | ||
|
|
00a0930515 | ||
|
|
ee7c362bc3 | ||
|
|
ce903a0177 | ||
|
|
889047cd70 | ||
|
|
c1bfdd1791 |
2 changed files with 60 additions and 32 deletions
4
sources
4
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (wireshark-4.2.2.tar.xz) = a72c4957c7458da85ec9d121330c0c185fa047823b00be88e1218efda5ce43a7e4a3581afefadc003f376da8b89668d835bbead049009a1fdb5d8fbce08ddbb2
|
||||
SHA512 (SIGNATURES-4.2.2.txt) = f4b8c98ecac26353a41405fea532301a50244827c3d1f71bbde4cf46f9ef47f13019b0cadf1a946bdaf8e7e99363664316d4ccbe389f4bbd4a6416efcdd72f16
|
||||
SHA512 (wireshark-4.2.11.tar.xz) = de4a067402f8f2e72024f32e5ee1549e3691bf80f092d1b3eb55cdbdc6aace2253cae1938ce52bc4c9eeb2cd9208bc16b4b0cf73edfc87e7cd70c620a74a9ff1
|
||||
SHA512 (SIGNATURES-4.2.11.txt) = ded769d35060f47f837cf6e67eb0f1243d498be59a0cbdd6bcc05ab69d261aa8ccab19ad1f93eac9a989f3c285d993fccb4e28b5500fc4edf975ff0db6beb36f
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@
|
|||
|
||||
Summary: Network traffic analyzer
|
||||
Name: wireshark
|
||||
Version: 4.2.2
|
||||
Release: 3%{?dist}
|
||||
Version: 4.2.11
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
License: BSD-1-Clause AND BSD-2-Clause AND BSD-3-Clause AND MIT AND GPL-2.0-or-later AND LGPL-2.0-or-later AND Zlib AND ISC AND (BSD-3-Clause OR GPL-2.0-only) AND (GPL-2.0-or-later AND Zlib)
|
||||
Url: http://www.wireshark.org/
|
||||
|
|
@ -76,14 +76,26 @@ BuildRequires: libmaxminddb-devel
|
|||
%if %{with_lua} && 0%{?fedora}
|
||||
BuildRequires: compat-lua-devel
|
||||
%endif
|
||||
Buildrequires: git-core
|
||||
Buildrequires: python3-devel
|
||||
Buildrequires: cmake
|
||||
Buildrequires: speexdsp-devel
|
||||
Buildrequires: git-core
|
||||
Buildrequires: python3-devel
|
||||
Buildrequires: cmake
|
||||
Buildrequires: speexdsp-devel
|
||||
#needed for sdjournal external capture interface
|
||||
BuildRequires: systemd-devel
|
||||
BuildRequires: libnghttp2-devel
|
||||
BuildRequires: systemd-rpm-macros
|
||||
BuildRequires: systemd-devel
|
||||
BuildRequires: libnghttp2-devel
|
||||
BuildRequires: systemd-rpm-macros
|
||||
BuildRequires: lz4-devel
|
||||
BuildRequires: snappy-devel
|
||||
BuildRequires: brotli-devel
|
||||
BuildRequires: opus-devel
|
||||
BuildRequires: sbc-devel
|
||||
%if 0%{?fedora}
|
||||
BuildRequires: ilbc-devel
|
||||
BuildRequires: opencore-amr-devel
|
||||
BuildRequires: bcg729-devel
|
||||
BuildRequires: spandsp-devel
|
||||
BuildRequires: minizip-ng-compat-devel
|
||||
%endif
|
||||
|
||||
|
||||
%description
|
||||
|
|
@ -148,33 +160,14 @@ and plugins.
|
|||
|
||||
%install
|
||||
%cmake_install
|
||||
%cmake_install --component Development
|
||||
|
||||
desktop-file-validate %{buildroot}%{_datadir}/applications/org.wireshark.Wireshark.desktop
|
||||
|
||||
#install devel files (inspired by debian/wireshark-dev.header-files)
|
||||
install -d -m 0755 %{buildroot}%{_includedir}/wireshark
|
||||
IDIR="%{buildroot}%{_includedir}/wireshark"
|
||||
mkdir -p "${IDIR}/epan"
|
||||
mkdir -p "${IDIR}/epan/crypt"
|
||||
mkdir -p "${IDIR}/epan/ftypes"
|
||||
mkdir -p "${IDIR}/epan/dfilter"
|
||||
mkdir -p "${IDIR}/epan/dissectors"
|
||||
mkdir -p "${IDIR}/wiretap"
|
||||
mkdir -p "${IDIR}/wsutil"
|
||||
mkdir -p "${IDIR}/wsutil/wmem"
|
||||
mkdir -p %{buildroot}%{_udevrulesdir}
|
||||
install -m 644 %{_vpath_builddir}/config.h epan/register.h "${IDIR}/"
|
||||
install -m 644 %{_vpath_builddir}/ws_version.h "${IDIR}/"
|
||||
install -m 644 cfile.h file.h "${IDIR}/"
|
||||
install -m 644 epan/*.h "${IDIR}/epan/"
|
||||
install -m 644 epan/crypt/*.h "${IDIR}/epan/crypt"
|
||||
install -m 644 epan/ftypes/*.h "${IDIR}/epan/ftypes"
|
||||
install -m 644 epan/dfilter/*.h "${IDIR}/epan/dfilter"
|
||||
install -m 644 epan/dissectors/*.h "${IDIR}/epan/dissectors"
|
||||
install -m 644 wiretap/*.h "${IDIR}/wiretap"
|
||||
install -m 644 wsutil/*.h "${IDIR}/wsutil"
|
||||
install -m 644 wsutil/wmem/*.h "${IDIR}/wsutil/wmem"
|
||||
install -m 644 include/*.h "${IDIR}/"
|
||||
install -m 644 %{SOURCE2} %{buildroot}%{_udevrulesdir}
|
||||
install -Dpm 644 %{SOURCE3} %{buildroot}%{_sysusersdir}/%{name}.conf
|
||||
|
||||
|
|
@ -275,11 +268,46 @@ fi
|
|||
|
||||
%files devel
|
||||
%doc doc/README.* ChangeLog
|
||||
%{_includedir}/wireshark
|
||||
%dir %{_includedir}/wireshark
|
||||
%{_includedir}/wireshark/*
|
||||
%{_libdir}/lib*.so
|
||||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
%{_libdir}/cmake/%{name}/*.cmake
|
||||
|
||||
%changelog
|
||||
* Thu Feb 20 2025 Michal Ruprich <mruprich@redhat.com> - 1:4.2.11-1
|
||||
- New version 4.2.11
|
||||
|
||||
* Wed Jan 22 2025 Michal Ruprich <mruprich@redhat.com> - 1:4.2.10-1
|
||||
- New version 4.2.10
|
||||
|
||||
* Thu Nov 21 2024 Michal Ruprich <mruprich@redhat.com> - 1:4.2.9-1
|
||||
- New version 4.2.9
|
||||
|
||||
* Thu Oct 10 2024 Michal Ruprich <mruprich@redhat.com> - 1:4.2.8-1
|
||||
- New version 4.2.8
|
||||
|
||||
* Mon Sep 16 2024 Michal Ruprich <mruprich@redhat.com> - 1:4.2.7-2
|
||||
- Using cmake install for development headers and .cmake files
|
||||
|
||||
* Thu Aug 29 2024 Michal Ruprich <mruprich@redhat.com> - 1:4.2.7-1
|
||||
- New version 4.2.7
|
||||
|
||||
* Thu Jul 11 2024 Michal Ruprich <mruprich@redhat.com> - 1:4.2.6-1
|
||||
- New version 4.2.6
|
||||
|
||||
* Wed May 22 2024 Michal Ruprich <mruprich@redhat.com> - 1:4.2.5-1
|
||||
- New version 4.2.5
|
||||
|
||||
* Sun May 05 2024 Michal Ruprich <mruprich@redhat.com> - 1:4.2.4-2
|
||||
- Enabling additional features (rhbz#2278136)
|
||||
|
||||
* Mon Apr 08 2024 Michal Ruprich <mruprich@redhat.com> - 1:4.2.4-1
|
||||
- New version 4.2.4
|
||||
|
||||
* Tue Mar 05 2024 Michal Ruprich <mruprich@redhat.com> - 1:4.2.3-1
|
||||
- New version 4.2.3
|
||||
|
||||
* Sun Feb 18 2024 Yaakov Selkowitz <yselkowi@redhat.com> - 1:4.2.2-3
|
||||
- Install more devel headers
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue