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