libxcb-util/libxcb-util.spec

92 lines
2.6 KiB
RPMSpec

Name: libxcb-util
Version: 0.4.1
Release: 1mamba
Summary: XCB support libraries
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://xcb.freedesktop.org/
Source: http://xcb.freedesktop.org/dist/xcb-util-%{version}.tar.xz
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libxcb-devel
## AUTOBUILDREQ-END
BuildRequires: gperf
%description
The xcb-util module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries.
%package devel
Group: Development/Libraries
Summary: Static libraries and headers for %{name}
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel
The xcb-util module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries.
This package contains static libraries and header files needed for development.
%debug_package
%prep
%setup -q -n xcb-util-%{version}
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%{_libdir}/libxcb-util.so.*
%doc COPYING
%files devel
%defattr(-,root,root)
%{_includedir}/xcb/*
%{_libdir}/libxcb-util.a
%{_libdir}/libxcb-util.so
%{_libdir}/pkgconfig/xcb-*.pc
%doc README.md
%changelog
* Wed Jan 25 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.1-1mamba
- update to 0.4.1
* Fri Oct 17 2014 Automatic Build System <autodist@mambasoft.it> 0.4.0-1mamba
- automatic version update by autodist
* Fri Jun 01 2012 Automatic Build System <autodist@mambasoft.it> 0.3.9-1mamba
- automatic version update by autodist
* Sat Jun 26 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.6-2mamba
- rebuilt to add pkgconfig provides
* Mon Aug 24 2009 Automatic Build System <autodist@mambasoft.it> 0.3.6-1mamba
- automatic update by autodist
* Fri Jun 19 2009 Automatic Build System <autodist@mambasoft.it> 0.3.5-1mamba
- automatic update by autodist
* Thu Apr 16 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.4-1mamba
- automatic update by autodist
* Tue Mar 03 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.3-1mamba
- automatic update by autodist
* Tue Jan 06 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.2-1mamba
- automatic update by autodist
* Sat Jun 30 2007 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.2-1mamba
- package created by autospec