xcb-util-renderutil/xcb-util-renderutil.spec
yangbo 7c1e7ccf14 Update README for gitlab migration
Signed-off-by: yangbo <yangbo1@xfusion.com>
2023-01-06 15:36:56 +08:00

58 lines
1.2 KiB
RPMSpec

Name: xcb-util-renderutil
Version: 0.3.9
Release: 14
Summary: Render extension convenience functions
License: MIT
URL: http://xcb.freedesktop.org
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}
Patch0001: backport-0001-Update-README-for-gitlab-migration.patch
%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-14
- Update README for gitlab migration
* Wed Oct 23 2019 Lijin Yang <yanglijin@huawei.com> - 0.3.9-13
- Package init