- raise version number to 7.6_1.10 in order to fix build
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xcb-proto?expand=0&rev=2
This commit is contained in:
parent
f89b1ece04
commit
1d318ad167
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 27 16:26:03 UTC 2014 - sndirsch@suse.com
|
||||||
|
|
||||||
|
- raise version number to 7.6_1.10 in order to fix build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 23 16:41:57 UTC 2014 - tobias.johannes.klausmann@mni.thm.de
|
Wed Apr 23 16:41:57 UTC 2014 - tobias.johannes.klausmann@mni.thm.de
|
||||||
|
|
||||||
|
@ -15,8 +15,10 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
%define dirsuffix 1.10.1
|
||||||
|
|
||||||
Name: xcb-proto
|
Name: xcb-proto
|
||||||
Version: 1.10.1
|
Version: 7.6_%{dirsuffix}
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: python-base
|
BuildRequires: python-base
|
||||||
|
|
||||||
@ -32,7 +34,7 @@ Summary: The X Protocol
|
|||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/X11
|
Group: Development/Libraries/X11
|
||||||
#Source URL: http://xorg.freedesktop.org/archive/individual/xcb/
|
#Source URL: http://xorg.freedesktop.org/archive/individual/xcb/
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{dirsuffix}.tar.bz2
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The XCB Protocol Headers for X development
|
The XCB Protocol Headers for X development
|
||||||
@ -60,7 +62,7 @@ libraries that used to parse an XML description and create objects
|
|||||||
used by Python code generators in individual language bindings.
|
used by Python code generators in individual language bindings.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n %{name}-%{dirsuffix}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
Loading…
Reference in New Issue
Block a user