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