diff options
author | Lee Chang Yeon <cyeon.lee@samsung.com> | 2014-04-08 19:23:50 +0900 |
---|---|---|
committer | Boram Park <boram1288.park@samsung.com> | 2014-04-10 08:30:12 +0900 |
commit | 91e9762dbe9f8d557e2f4242cd06156a00696cce (patch) | |
tree | 93fe283f65067d593f4312ccbfb6fb0eeab07d26 | |
parent | 90810b81ee2024e57bc99f0a7115dd8239d3a8df (diff) | |
download | xcb-proto-91e9762dbe9f8d557e2f4242cd06156a00696cce.tar.gz xcb-proto-91e9762dbe9f8d557e2f4242cd06156a00696cce.tar.bz2 xcb-proto-91e9762dbe9f8d557e2f4242cd06156a00696cce.zip |
package version upsubmit/devel/upgrade/20140410.014603devel/upgrade
Change-Id: If4e44c42912a71d1cbfc287f68c029cd968a36f1
-rw-r--r-- | packaging/xcb-proto.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packaging/xcb-proto.spec b/packaging/xcb-proto.spec index 0761cc0..cf119c2 100644 --- a/packaging/xcb-proto.spec +++ b/packaging/xcb-proto.spec @@ -1,5 +1,5 @@ -Name: xcb-proto -Version: 1.8 +Name: xcb-proto +Version: 1.10 Release: 1 License: MIT Summary: X C Binding - protocol descriptions @@ -33,7 +33,7 @@ used by Python code generators in individual language bindings. cp %{SOURCE1001} . %build -%configure --disable-static \ +%autogen --disable-static \ --libdir=%{_datadir} \ --without-xmlto |