xcb-util-renderutil/xcb-util-renderutil.spec
yangbo e495c67bcf Update configure.ac bug URL for gitlab migration
Signed-off-by: yangbo <yangbo1@xfusion.com>
2023-01-06 17:40:35 +08:00

59 lines
1.3 KiB
RPMSpec

Name: xcb-util-renderutil
Version: 0.3.9
Release: 15
Summary: Render extension convenience functions
License: MIT
URL: https://gitlab.freedesktop.org/xorg/lib/libxcb-render-util
Source0: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
BuildRequires: gcc pkgconfig(xcb-util) >= 0.3.8 m4
%description
Utility libraries for XC Binding - Convenience functions for the Render extension.
%package devel
Summary: Development and header files for %{name}
Requires: %{name} = %{version}-%{release}
%description devel
Development and header files files for %{name}.
%prep
%autosetup -n %{name}-%{version} -p1
%build
%configure --with-pic --disable-static --disable-silent-rules
%make_build
%check
make check
%install
%make_install
%delete_la
%post
/sbin/ldconfig
%postun
/sbin/ldconfig
%files
%doc README
%license COPYING
%{_libdir}/*.so.*
%files devel
%doc NEWS
%{_libdir}/pkgconfig/*.pc
%{_libdir}/*.so
%{_includedir}/xcb/*.h
%changelog
* Fri Jan 6 2023 yangbo <yangbo1@xfusion.com> - 0.3.9-15
- Update configure.ac bug URL for gitlab migration
* Fri Jan 6 2023 yangbo <yangbo1@xfusion.com> - 0.3.9-14
- Modify spec URL
* Wed Oct 23 2019 Lijin Yang <yanglijin@huawei.com> - 0.3.9-13
- Package init