diff options
author | Anas Nashif <anas.nashif@intel.com> | 2013-02-16 08:48:00 -0800 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2013-02-16 08:48:00 -0800 |
commit | b85fbc2233624a225703881dd04dc59e61a39667 (patch) | |
tree | 84ecb571b8577897ffb0c2d410b6de1e1da6e1b4 | |
parent | e05e532de3323287b55e790f9cae848cbe8c17c1 (diff) | |
download | xcb-proto-b85fbc2233624a225703881dd04dc59e61a39667.tar.gz xcb-proto-b85fbc2233624a225703881dd04dc59e61a39667.tar.bz2 xcb-proto-b85fbc2233624a225703881dd04dc59e61a39667.zip |
Fixed Groupssubmit/trunk/20130216.164801submit/tizen/20130517.024413submit/tizen/20130509.184928submit/tizen/20130503.233644accepted/trunk/20130219.151930accepted/tizen/20130520.094521accepted/tizen/20130503.231655
-rw-r--r-- | packaging/xcb-proto.changes | 3 | ||||
-rw-r--r-- | packaging/xcb-proto.spec | 13 |
2 files changed, 10 insertions, 6 deletions
diff --git a/packaging/xcb-proto.changes b/packaging/xcb-proto.changes new file mode 100644 index 0000000..d59f865 --- /dev/null +++ b/packaging/xcb-proto.changes @@ -0,0 +1,3 @@ +* Sat Feb 16 2013 Anas Nashif <anas.nashif@intel.com> upstream/1.8@e05e532 +- Fixed Groups + 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 |