import libxshmfence-1.3-2.el8
This commit is contained in:
commit
01578048eb
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
SOURCES/libxshmfence-1.3.tar.bz2
|
1
.libxshmfence.metadata
Normal file
1
.libxshmfence.metadata
Normal file
@ -0,0 +1 @@
|
||||
3472218fc0e8ee8183533d22dbcd4bbe90bf3ab8 SOURCES/libxshmfence-1.3.tar.bz2
|
90
SPECS/libxshmfence.spec
Normal file
90
SPECS/libxshmfence.spec
Normal file
@ -0,0 +1,90 @@
|
||||
Name: libxshmfence
|
||||
Version: 1.3
|
||||
Release: 2%{?dist}
|
||||
Summary: X11 shared memory fences
|
||||
|
||||
License: MIT
|
||||
URL: https://www.x.org/
|
||||
Source0: https://xorg.freedesktop.org/archive/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 {} ';'
|
||||
|
||||
%ldconfig_post
|
||||
%ldconfig_postun
|
||||
|
||||
%files
|
||||
%doc
|
||||
%{_libdir}/libxshmfence.so.1*
|
||||
|
||||
%files devel
|
||||
%doc
|
||||
%{_includedir}/*
|
||||
%{_libdir}/pkgconfig/xshmfence.pc
|
||||
%{_libdir}/*.so
|
||||
|
||||
%changelog
|
||||
* Fri Jun 29 2018 Adam Jackson <ajax@redhat.com> - 1.3-2
|
||||
- Use ldconfig scriptlet macros
|
||||
|
||||
* Mon Feb 26 2018 Adam Jackson <ajax@redhat.com> - 1.3-1
|
||||
- libxshmfence 1.3
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* 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
|
||||
|
||||
* Fri Jan 02 2015 Adel Gadllah <adel.gadllah@gmail.com> - 1.2-1
|
||||
- Update to 1.2
|
||||
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user