libxcb 1.9
This commit is contained in:
parent
f7b5983be5
commit
c28a79ad9c
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ libxcb-1.5.tar.bz2
|
|||||||
libxcb-1.7.tar.bz2
|
libxcb-1.7.tar.bz2
|
||||||
/libxcb-1.8.tar.bz2
|
/libxcb-1.8.tar.bz2
|
||||||
/libxcb-1.8.1.tar.bz2
|
/libxcb-1.8.1.tar.bz2
|
||||||
|
/libxcb-1.9.tar.bz2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: libxcb
|
Name: libxcb
|
||||||
Version: 1.8.1
|
Version: 1.9
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A C binding to the X11 protocol
|
Summary: A C binding to the X11 protocol
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -101,12 +101,16 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_includedir}/xcb
|
%{_includedir}/xcb
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_datadir}/doc/%{name}-%{version}
|
%{_datadir}/doc/%{name}-%{version}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 16 2012 Adam Jackson <ajax@redhat.com> 1.9-1
|
||||||
|
- libxcb 1.9
|
||||||
|
|
||||||
* Tue Sep 04 2012 Adam Jackson <ajax@redhat.com> 1.8.1-4
|
* Tue Sep 04 2012 Adam Jackson <ajax@redhat.com> 1.8.1-4
|
||||||
- --enable-xkb for weston
|
- --enable-xkb for weston
|
||||||
- --disable-xprint instead of manual rm
|
- --disable-xprint instead of manual rm
|
||||||
|
Loading…
Reference in New Issue
Block a user