xshmfence 1.1

This commit is contained in:
Adam Jackson 2013-12-12 11:35:47 -05:00
parent 6d58af13b3
commit 16a3c98ac2
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/libxshmfence-1.0.tar.bz2
/libxshmfence-1.1.tar.bz2

View File

@ -1,14 +1,15 @@
Name: libxshmfence
Version: 1.0
Version: 1.1
Release: 1%{?dist}
Summary: X11 shared memory fences
License: MIT
URL: http://www.x.org/
Source0: http://ftp.x.org/pub/individual/lib/libxshmfence-1.0.tar.bz2
Source0: http://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
# upstream tarball has broken libtool because libtool is never not broken
BuildRequires: autoconf automake libtool xorg-x11-util-macros
BuildRequires: pkgconfig(xproto)
#Requires:
%description
@ -48,6 +49,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%{_libdir}/*.so
%changelog
* Thu Dec 12 2013 Adam Jackson <ajax@redhat.com> 1.1-1
- xshmfence 1.1
* Wed Nov 06 2013 Adam Jackson <ajax@redhat.com> 1.0-1
- Initial packaging

View File

@ -1 +1 @@
b4437ce302bd6c3f4abda3d9330ddcf9 libxshmfence-1.0.tar.bz2
2dd10448c1166e71a176206a8dfabe6d libxshmfence-1.1.tar.bz2