automatic version update by autodist [release 73-1mamba;Mon Apr 11 2022]
This commit is contained in:
parent
38a4c3acef
commit
cc4a967682
20
ndctl.spec
20
ndctl.spec
@ -1,5 +1,5 @@
|
||||
Name: ndctl
|
||||
Version: 72.1
|
||||
Version: 73
|
||||
Release: 1mamba
|
||||
Summary: Utility library for managing the libnvdimm (non-volatile memory device) sub-system in the Linux kernel
|
||||
Group: System/Kernel and Hardware
|
||||
@ -7,7 +7,6 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://github.com/pmem/ndctl
|
||||
## GITSOURCE https://github.com/pmem/ndctl.git v64.1
|
||||
Source: https://github.com/pmem/ndctl.git/v%{version}/ndctl-%{version}.tar.bz2
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
@ -44,17 +43,15 @@ This package contains libraries and header files for developing applications tha
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
./autogen.sh
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--disable-docs
|
||||
%meson
|
||||
|
||||
%make
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%meson_install
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -90,12 +87,15 @@ This package contains libraries and header files for developing applications tha
|
||||
%{_udevrulesdir}/90-daxctl-device.rules
|
||||
%{_datadir}/bash-completion/completions/*
|
||||
%{_datadir}/daxctl/daxctl.conf
|
||||
%{_mandir}/man1/*.1*
|
||||
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libdaxctl.so.*
|
||||
%{_libdir}/libndctl.so.*
|
||||
%{_libdir}/libcxl.so.*
|
||||
%{_mandir}/man3/cxl_new.3*
|
||||
%{_mandir}/man3/libcxl.3*
|
||||
%doc COPYING
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
@ -106,11 +106,8 @@ This package contains libraries and header files for developing applications tha
|
||||
%{_includedir}/cxl/*.h
|
||||
%dir %{_includedir}/ndctl
|
||||
%{_includedir}/ndctl/*.h
|
||||
%{_libdir}/libdaxctl.la
|
||||
%{_libdir}/libdaxctl.so
|
||||
%{_libdir}/libndctl.la
|
||||
%{_libdir}/libndctl.so
|
||||
%{_libdir}/libcxl.la
|
||||
%{_libdir}/libcxl.so
|
||||
%{_libdir}/pkgconfig/libcxl.pc
|
||||
%{_libdir}/pkgconfig/libdaxctl.pc
|
||||
@ -118,6 +115,9 @@ This package contains libraries and header files for developing applications tha
|
||||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Mon Apr 11 2022 Automatic Build System <autodist@mambasoft.it> 73-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jan 09 2022 Automatic Build System <autodist@mambasoft.it> 72.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user