2024-01-05 19:33:30 +01:00
|
|
|
Name: xcb-util-renderutil
|
2024-01-05 19:33:31 +01:00
|
|
|
Version: 0.3.10
|
2024-01-05 19:33:30 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Convenience functions for the Render extension
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 19:33:31 +01:00
|
|
|
URL: https://xcb.freedesktop.org/
|
|
|
|
Source: http://xcb.freedesktop.org/dist/xcb-util-renderutil-%{version}.tar.xz
|
2024-01-05 19:33:30 +01:00
|
|
|
License: MIT
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-05 19:33:31 +01:00
|
|
|
BuildRequires: libXdmcp-devel
|
2024-01-05 19:33:30 +01:00
|
|
|
BuildRequires: libxcb-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
Requires: libxcb-render-util = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description
|
|
|
|
Convenience functions for the Render extension.
|
|
|
|
|
|
|
|
%package -n libxcb-render-util
|
|
|
|
Group: System/Libraries
|
|
|
|
Summary: Convenience functions for the Render extension
|
|
|
|
|
|
|
|
%description -n libxcb-render-util
|
|
|
|
Convenience functions for the Render extension.
|
|
|
|
|
|
|
|
%package -n libxcb-render-util-devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Development files for libxcb-render-util
|
|
|
|
Requires: libxcb-render-util = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
Requires: pkg-config
|
|
|
|
|
|
|
|
%description -n libxcb-render-util-devel
|
|
|
|
This package contains libraries and header files for developing applications that use libxcb-render-util.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post -n libxcb-render-util -p /sbin/ldconfig
|
|
|
|
%postun -n libxcb-render-util -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files -n libxcb-render-util
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libxcb-render-util.so.*
|
2024-01-05 19:33:31 +01:00
|
|
|
%doc COPYING
|
2024-01-05 19:33:30 +01:00
|
|
|
|
|
|
|
%files -n libxcb-render-util-devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_includedir}/xcb/xcb_renderutil.h
|
|
|
|
%{_libdir}/libxcb-render-util.a
|
|
|
|
%{_libdir}/libxcb-render-util.so
|
|
|
|
%{_libdir}/pkgconfig/xcb-renderutil.pc
|
2024-01-05 19:33:31 +01:00
|
|
|
%doc ChangeLog NEWS README.md
|
2024-01-05 19:33:30 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-05 19:33:31 +01:00
|
|
|
* Sat Oct 22 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.10-1mamba
|
|
|
|
- update to 0.3.10
|
|
|
|
|
2024-01-05 19:33:30 +01:00
|
|
|
* Sat Jun 14 2014 Automatic Build System <autodist@mambasoft.it> 0.3.9-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:33:30 +01:00
|
|
|
* Mon Feb 11 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.8-1mamba
|
|
|
|
- package created by silvan using the webbuild interface
|