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