automatic version update by autodist [release 0.18.1-1mamba;Sun Sep 22 2024]
This commit is contained in:
parent
e76a262ef4
commit
a18c9f5860
17
wlroots.spec
17
wlroots.spec
@ -1,5 +1,5 @@
|
||||
Name: wlroots
|
||||
Version: 0.17.4
|
||||
Version: 0.18.1
|
||||
Release: 1mamba
|
||||
Summary: Pluggable, composable, unopinionated modules for building a Wayland compositor
|
||||
Group: System/Libraries
|
||||
@ -13,6 +13,7 @@ License: MIT
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libdrm-devel
|
||||
BuildRequires: libglvnd-devel
|
||||
BuildRequires: liblcms2-devel
|
||||
BuildRequires: libmesa-devel
|
||||
BuildRequires: libpixman-devel
|
||||
BuildRequires: libvulkan-devel
|
||||
@ -60,23 +61,23 @@ This package contains libraries and header files for developing applications tha
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -n lib%{name} -p /sbin/ldconfig
|
||||
%postun -n lib%{name} -p /sbin/ldconfig
|
||||
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libwlroots.so.*
|
||||
%{_libdir}/libwlroots-%{majver}.so
|
||||
%doc LICENSE
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/wlr
|
||||
%{_includedir}/wlr/*
|
||||
%{_libdir}/libwlroots.so
|
||||
%{_libdir}/pkgconfig/wlroots.pc
|
||||
%dir %{_includedir}/wlroots-%{majver}
|
||||
%{_includedir}/wlroots-%{majver}/*
|
||||
%{_libdir}/pkgconfig/wlroots-0.18.pc
|
||||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Sun Sep 22 2024 Automatic Build System <autodist@openmamba.org> 0.18.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 28 2024 Automatic Build System <autodist@openmamba.org> 0.17.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user