1.3
This commit is contained in:
parent
66a20bee4c
commit
e1a3bdbb64
12
libnet.spec
12
libnet.spec
@ -1,8 +1,8 @@
|
|||||||
Summary: C library for portable packet creation and injection
|
Summary: C library for portable packet creation and injection
|
||||||
Name: libnet
|
Name: libnet
|
||||||
Version: 1.2
|
Version: 1.3
|
||||||
Release: 9%{?dist}
|
Release: 1%{?dist}
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause and BSD-3-Clause
|
||||||
URL: https://github.com/libnet/libnet
|
URL: https://github.com/libnet/libnet
|
||||||
Source0: https://github.com/libnet/libnet/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/libnet/libnet/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||||
Patch0: libnet-config.patch
|
Patch0: libnet-config.patch
|
||||||
@ -45,7 +45,7 @@ developing applications that use libnet.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch -P 0 -p1
|
||||||
# Avoid library soname bump (https://github.com/libnet/libnet/issues/115)
|
# Avoid library soname bump (https://github.com/libnet/libnet/issues/115)
|
||||||
sed -e 's/-version-info 9:0:0/-version-info 9:0:8/' -i src/Makefile.{am,in}
|
sed -e 's/-version-info 9:0:0/-version-info 9:0:8/' -i src/Makefile.{am,in}
|
||||||
|
|
||||||
@ -87,6 +87,7 @@ done
|
|||||||
%{_libdir}/pkgconfig/%{name}.pc
|
%{_libdir}/pkgconfig/%{name}.pc
|
||||||
%{_includedir}/%{name}.h
|
%{_includedir}/%{name}.h
|
||||||
%{_includedir}/%{name}/
|
%{_includedir}/%{name}/
|
||||||
|
%{_mandir}/man1/%{name}*.1*
|
||||||
%{_mandir}/man3/%{name}*.3*
|
%{_mandir}/man3/%{name}*.3*
|
||||||
|
|
||||||
%if 0%{!?_without_doc:1}
|
%if 0%{!?_without_doc:1}
|
||||||
@ -95,6 +96,9 @@ done
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 03 2023 Gwyn Ciesla <gwync@protonmail.com> - 1.3-1
|
||||||
|
- 1.3
|
||||||
|
|
||||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-9
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-9
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libnet-1.2.tar.gz) = 84430f24e000eb7728b1fbb5e620716d13d193e8b9e024cf56a08fbeeeaaf56c9122caaf7647f01e6b38b73212e592fa5cc4e8ff56b1d5f5a73aea462e84edd6
|
SHA512 (libnet-1.3.tar.gz) = c434327108b61e73b61acc5f2b346d049ab5d58e494db21971368eac733a9a0a3e9d95e0b4523c20629b02ed0feef086c50c582719635f21e980c440d55dd462
|
||||||
|
Loading…
Reference in New Issue
Block a user