diff options
Diffstat (limited to 'packaging/xcb-proto.spec')
-rw-r--r-- | packaging/xcb-proto.spec | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/packaging/xcb-proto.spec b/packaging/xcb-proto.spec index eb14e7d..4b1f34a 100644 --- a/packaging/xcb-proto.spec +++ b/packaging/xcb-proto.spec @@ -2,9 +2,9 @@ Name: xcb-proto Version: 1.8 Release: 1 License: MIT -Summary: X +Summary: X C Binding - protocol descriptions Url: http://www.x.org -Group: Development/System +Group: Development/X11 Protocols Source0: %{name}-%{version}.tar.bz2 BuildRequires: pkgconfig @@ -13,12 +13,13 @@ BuildRequires: pkgconfig(xorg-macros) Requires: python-xcb-proto %description -%{summary}. - +The xcb-proto package provides the XML-XCB protocol +descriptions that libxcb uses to generate the majority of +its code and API. %package -n python-xcb-proto Summary: Python libraries mandatory for XML-XCB Development -Group: Development/Libraries/X11 +Group: Development/X11 Protocols Requires: python = %{py_ver} %description -n python-xcb-proto @@ -30,7 +31,6 @@ used by Python code generators in individual language bindings. %setup -q %build - %configure --disable-static \ --libdir=%{_datadir} \ --without-xmlto @@ -45,6 +45,7 @@ make %{?_smp_mflags} %files +%license COPYING %{_datadir}/pkgconfig/xcb-proto.pc %dir %{_datadir}/xcb/ %{_datadir}/xcb/*.xsd |