xshmfence 1.1
This commit is contained in:
parent
6d58af13b3
commit
16a3c98ac2
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/libxshmfence-1.0.tar.bz2
|
||||
/libxshmfence-1.1.tar.bz2
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user