automatic version update by autodist [release 0.15.0-1mamba;Mon Dec 23 2024]
This commit is contained in:
parent
d73e644eeb
commit
456f0f2986
@ -1,5 +1,5 @@
|
|||||||
Name: userspace-rcu
|
Name: userspace-rcu
|
||||||
Version: 0.14.1
|
Version: 0.15.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A userspace RCU (read-copy-update) library
|
Summary: A userspace RCU (read-copy-update) library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -32,7 +32,6 @@ Requires: pkg-config
|
|||||||
%description -n liburcu-devel
|
%description -n liburcu-devel
|
||||||
This package contains libraries and header files for developing applications that use %{name}.
|
This package contains libraries and header files for developing applications that use %{name}.
|
||||||
|
|
||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -49,12 +48,11 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
|
||||||
%files -n liburcu
|
%files -n liburcu
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/liburcu.so.*
|
%{_libdir}/liburcu.so.*
|
||||||
%{_libdir}/liburcu-*.so.*
|
%{_libdir}/liburcu-*.so.*
|
||||||
%doc LICENSE
|
%doc LICENSES
|
||||||
|
|
||||||
%files -n liburcu-devel
|
%files -n liburcu-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -73,6 +71,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%doc ChangeLog README.md
|
%doc ChangeLog README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 23 2024 Automatic Build System <autodist@openmamba.org> 0.15.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Aug 29 2024 Automatic Build System <autodist@openmamba.org> 0.14.1-1mamba
|
* Thu Aug 29 2024 Automatic Build System <autodist@openmamba.org> 0.14.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user