update to 0.4.2 [release 0.4.2-1mamba;Sat Oct 22 2022]

This commit is contained in:
Silvan Calarco 2024-01-05 19:33:36 +01:00
parent f6ef847d5f
commit a7e71ca27d

View File

@ -1,21 +1,20 @@
Name: xcb-util-wm
Version: 0.4.1
Version: 0.4.2
Release: 1mamba
Summary: Client and window-manager helpers for ICCCM and EWMH
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://xcb.freedesktop.org
Source: http://xcb.freedesktop.org/dist/xcb-util-wm-%{version}.tar.bz2
URL: https://xcb.freedesktop.org/
Source: http://xcb.freedesktop.org/dist/xcb-util-wm-%{version}.tar.xz
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libXdmcp-devel
BuildRequires: libxcb-devel
BuildRequires: xcb-proto-devel
## AUTOBUILDREQ-END
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Client and window-manager helpers for ICCCM and EWMH.
@ -36,7 +35,6 @@ Requires: pkg-config
%description -n lib%{name}-devel
This package contains libraries and header files for developing applications that use %{name}.
%debug_package
%prep
@ -60,22 +58,24 @@ This package contains libraries and header files for developing applications tha
%defattr(-,root,root)
%{_libdir}/libxcb-ewmh.so.*
%{_libdir}/libxcb-icccm.so.*
%doc COPYING
%files -n lib%{name}-devel
%defattr(-,root,root)
%{_includedir}/xcb/xcb_ewmh.h
%{_includedir}/xcb/xcb_icccm.h
%{_libdir}/libxcb-ewmh.a
%{_libdir}/libxcb-ewmh.la
%{_libdir}/libxcb-ewmh.so
%{_libdir}/libxcb-icccm.a
%{_libdir}/libxcb-icccm.la
%{_libdir}/libxcb-icccm.so
%{_libdir}/pkgconfig/xcb-ewmh.pc
%{_libdir}/pkgconfig/xcb-icccm.pc
%doc ChangeLog NEWS README
%doc ChangeLog NEWS README.md
%changelog
* Sat Oct 22 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.2-1mamba
- update to 0.4.2
* Fri Feb 21 2014 Automatic Build System <autodist@mambasoft.it> 0.4.1-1mamba
- automatic version update by autodist