automatic version update by autodist [release 34.1-1mamba;Thu Mar 13 2025]
This commit is contained in:
23
kmod.spec
23
kmod.spec
@ -1,21 +1,23 @@
|
||||
Name: kmod
|
||||
Version: 33
|
||||
Version: 34.1
|
||||
Release: 1mamba
|
||||
Summary: Utilities for Linux kernel module handling
|
||||
Group: System/Kernel and Hardware
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
|
||||
URL: https://web.git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
|
||||
Source0: http://www.kernel.org/pub/linux/utils/kernel/kmod/kmod-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: liblzma-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: libzstd-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: fish
|
||||
BuildRequires: scdoc
|
||||
Requires: libkmod = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Provides: module-init-tools
|
||||
@ -47,22 +49,19 @@ Requires: libkmod = %{?epoch:%epoch:}%{version}-%{release}
|
||||
%description -n libkmod-devel
|
||||
This package contains libraries and header files for developing applications that use libkmod.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
cp libkmod/README README.libkmod
|
||||
./autogen.sh
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--sbindir=%{_bindir} \
|
||||
--with-xz \
|
||||
--with-zlib \
|
||||
--with-zstd \
|
||||
--with-openssl \
|
||||
--enable-debug
|
||||
|
||||
# --with-zlib
|
||||
# --with-xz
|
||||
%make
|
||||
|
||||
%install
|
||||
@ -100,9 +99,10 @@ install -d %{buildroot}%{_prefix}/lib/depmod.d
|
||||
%{_bindir}/modinfo
|
||||
%{_bindir}/modprobe
|
||||
%{_bindir}/rmmod
|
||||
%{_bindir}/lsmod
|
||||
%dir %{_prefix}/lib/depmod.d
|
||||
%{_datadir}/bash-completion/completions/kmod
|
||||
%{_datadir}/bash-completion/completions/*
|
||||
%{_datadir}/fish/vendor_completions.d/*.fish
|
||||
%{_datadir}/zsh/site-functions/_*
|
||||
%{_mandir}/man5/depmod.d.*
|
||||
%{_mandir}/man5/modprobe.d.*
|
||||
%{_mandir}/man5/modules.dep.*
|
||||
@ -125,9 +125,12 @@ install -d %{buildroot}%{_prefix}/lib/depmod.d
|
||||
%{_libdir}/libkmod.so
|
||||
%{_libdir}/pkgconfig/libkmod.pc
|
||||
%{_datadir}/pkgconfig/kmod.pc
|
||||
%doc NEWS README.libkmod
|
||||
%doc NEWS libkmod/README
|
||||
|
||||
%changelog
|
||||
* Thu Mar 13 2025 Automatic Build System <autodist@openmamba.org> 34.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Sep 27 2024 Automatic Build System <autodist@openmamba.org> 33-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user