xcb-proto 1.7
This commit is contained in:
parent
2ea92bc69b
commit
bdbdf55bce
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
xcb-proto-1.6.tar.bz2
|
||||
/xcb-proto-1.7.tar.bz2
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
04313e1d914b44d0e457f6c494fc178b xcb-proto-1.6.tar.bz2
|
||||
f5d73ec841ed055f5e80535819f18400 xcb-proto-1.7.tar.bz2
|
||||
|
||||
@ -2,8 +2,8 @@
|
||||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")}
|
||||
|
||||
Name: xcb-proto
|
||||
Version: 1.6
|
||||
Release: 3%{?dist}
|
||||
Version: 1.7
|
||||
Release: 1%{?dist}
|
||||
Summary: XCB protocol descriptions
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -11,7 +11,6 @@ License: MIT
|
||||
URL: http://xcb.freedesktop.org/
|
||||
Source0: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: python
|
||||
Requires: pkgconfig
|
||||
@ -47,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{python_sitelib}/xcbgen
|
||||
|
||||
%changelog
|
||||
* Wed Jan 11 2012 Adam Jackson <ajax@redhat.com> 1.7-1
|
||||
- xcb-proto 1.7
|
||||
|
||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user