2013-11-18 17:24:39 +00:00
|
|
|
Name: libxshmfence
|
2015-01-02 19:01:53 +00:00
|
|
|
Version: 1.2
|
2017-02-10 19:45:05 +00:00
|
|
|
Release: 4%{?dist}
|
2013-11-18 17:24:39 +00:00
|
|
|
Summary: X11 shared memory fences
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
URL: http://www.x.org/
|
2015-01-02 19:01:53 +00:00
|
|
|
Source0: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
|
2013-11-18 17:24:39 +00:00
|
|
|
|
|
|
|
# upstream tarball has broken libtool because libtool is never not broken
|
|
|
|
BuildRequires: autoconf automake libtool xorg-x11-util-macros
|
2013-12-12 16:35:47 +00:00
|
|
|
BuildRequires: pkgconfig(xproto)
|
2013-11-18 17:24:39 +00:00
|
|
|
#Requires:
|
|
|
|
|
|
|
|
%description
|
|
|
|
Shared memory fences for X11, as used in DRI3.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
autoreconf -v -i -f
|
|
|
|
%configure --disable-static
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
%make_install
|
|
|
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%doc
|
|
|
|
%{_libdir}/libxshmfence.so.1*
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%doc
|
|
|
|
%{_includedir}/*
|
|
|
|
%{_libdir}/pkgconfig/xshmfence.pc
|
|
|
|
%{_libdir}/*.so
|
|
|
|
|
|
|
|
%changelog
|
2017-02-10 19:45:05 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-02-04 04:12:17 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-17 18:02:08 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-01-02 19:06:09 +00:00
|
|
|
* Fri Jan 02 2015 Adel Gadllah <adel.gadllah@gmail.com> - 1.2-1
|
2015-01-02 19:01:53 +00:00
|
|
|
- Update to 1.2
|
|
|
|
|
2014-08-17 07:00:32 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 06:13:41 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-12-12 16:35:47 +00:00
|
|
|
* Thu Dec 12 2013 Adam Jackson <ajax@redhat.com> 1.1-1
|
|
|
|
- xshmfence 1.1
|
|
|
|
|
2013-11-18 17:24:39 +00:00
|
|
|
* Wed Nov 06 2013 Adam Jackson <ajax@redhat.com> 1.0-1
|
|
|
|
- Initial packaging
|
|
|
|
|