64 lines
1.5 KiB
RPMSpec
64 lines
1.5 KiB
RPMSpec
Name: libxshmfence
|
|
Version: 1.1
|
|
Release: 3%{?dist}
|
|
Summary: X11 shared memory fences
|
|
|
|
License: MIT
|
|
URL: http://www.x.org/
|
|
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
|
|
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
|
|
* 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
|
|
|
|
* 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
|
|
|
|
* 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
|
|
|