2015-03-25 17:09:48 +00:00
|
|
|
Summary: epoxy runtime library
|
2014-04-10 20:33:11 +00:00
|
|
|
Name: libepoxy
|
2018-10-05 06:01:35 +00:00
|
|
|
Version: 1.5.3
|
2019-07-25 13:10:49 +00:00
|
|
|
Release: 3%{?dist}
|
2014-04-10 20:33:11 +00:00
|
|
|
License: MIT
|
2017-07-13 18:35:28 +00:00
|
|
|
URL: https://github.com/anholt/libepoxy
|
|
|
|
Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
2017-03-09 22:03:31 +00:00
|
|
|
|
|
|
|
BuildRequires: meson
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: pkgconfig(gl)
|
|
|
|
BuildRequires: pkgconfig(egl)
|
|
|
|
BuildRequires: pkgconfig(glesv2)
|
|
|
|
BuildRequires: python3
|
2018-04-25 16:46:51 +00:00
|
|
|
BuildRequires: xorg-x11-server-Xvfb mesa-dri-drivers
|
|
|
|
|
2014-04-10 20:33:11 +00:00
|
|
|
%description
|
|
|
|
A library for handling OpenGL function pointer management.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for libepoxy
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains libraries and header files for
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
%prep
|
2017-03-09 22:03:31 +00:00
|
|
|
%autosetup -p1
|
2014-04-10 20:33:11 +00:00
|
|
|
|
|
|
|
%build
|
2017-03-09 22:03:31 +00:00
|
|
|
%meson
|
|
|
|
%meson_build
|
2014-04-10 20:33:11 +00:00
|
|
|
|
|
|
|
%install
|
2017-03-09 22:03:31 +00:00
|
|
|
%meson_install
|
2014-04-10 20:33:11 +00:00
|
|
|
|
|
|
|
%check
|
2018-04-25 16:46:51 +00:00
|
|
|
# this should be %%meson_test but the macro expands with a bajillion
|
|
|
|
# embedded newlines for no obvious reason
|
|
|
|
xvfb-run -d -s "-screen 0 640x480x24" ninja -C %{_vpath_builddir} test || \
|
|
|
|
(cat %{_vpath_builddir}/meson-logs/testlog.txt ; exit 1)
|
2014-04-10 20:33:11 +00:00
|
|
|
|
2018-02-03 12:31:06 +00:00
|
|
|
%ldconfig_scriptlets
|
2014-04-10 20:33:11 +00:00
|
|
|
|
|
|
|
%files
|
2017-03-09 22:03:31 +00:00
|
|
|
%license COPYING
|
2014-04-10 20:33:11 +00:00
|
|
|
%doc README.md
|
2017-03-09 22:03:31 +00:00
|
|
|
%{_libdir}/libepoxy.so.0*
|
2014-04-10 20:33:11 +00:00
|
|
|
|
|
|
|
%files devel
|
2017-03-09 22:03:31 +00:00
|
|
|
%{_includedir}/epoxy/
|
2014-04-10 20:33:11 +00:00
|
|
|
%{_libdir}/libepoxy.so
|
|
|
|
%{_libdir}/pkgconfig/epoxy.pc
|
|
|
|
|
|
|
|
%changelog
|
2019-07-25 13:10:49 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-01 07:02:50 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-10-05 06:01:35 +00:00
|
|
|
* Fri Oct 05 2018 Kalev Lember <klember@redhat.com> - 1.5.3-1
|
|
|
|
- Update to 1.5.3
|
|
|
|
|
2018-07-13 08:03:00 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-05-20 10:36:58 +00:00
|
|
|
* Sun May 20 2018 Kalev Lember <klember@redhat.com> - 1.5.2-1
|
|
|
|
- Update to 1.5.2
|
|
|
|
|
2018-04-25 16:46:51 +00:00
|
|
|
* Wed Apr 25 2018 Adam Jackson <ajax@redhat.com> - 1.5.1-2
|
|
|
|
- Enable tests for all arches
|
|
|
|
- Run tests against Xvfb so we get plausible amounts of coverage
|
|
|
|
|
2018-04-25 11:30:49 +00:00
|
|
|
* Wed Apr 25 2018 Kalev Lember <klember@redhat.com> - 1.5.1-1
|
|
|
|
- Update to 1.5.1
|
|
|
|
|
2018-02-28 12:50:06 +00:00
|
|
|
* Wed Feb 28 2018 Kalev Lember <klember@redhat.com> - 1.5.0-1
|
|
|
|
- Update to 1.5.0
|
|
|
|
|
2018-02-07 21:32:49 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.3-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-02-03 12:31:06 +00:00
|
|
|
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.4.3-5
|
|
|
|
- Switch to %%ldconfig_scriptlets
|
|
|
|
|
2017-09-22 23:22:31 +00:00
|
|
|
* Fri Sep 22 2017 Adam Jackson <ajax@redhat.com> - 1.4.3-4
|
|
|
|
- Backport some useful bits from master
|
|
|
|
|
2017-08-03 01:24:35 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 18:46:53 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-07-13 18:35:28 +00:00
|
|
|
* Thu Jul 13 2017 Adam Jackson <ajax@redhat.com> - 1.4.3-1
|
|
|
|
- libepoxy 1.4.3
|
|
|
|
|
2017-03-09 22:03:31 +00:00
|
|
|
* Thu Mar 09 2017 Igor Gnatenko <ignatenko@redhat.com> - 1.4.1-2
|
|
|
|
- Switch to meson
|
|
|
|
- Add license file
|
|
|
|
- Simplify spec
|
|
|
|
|
2017-03-09 00:55:32 +00:00
|
|
|
* Thu Mar 09 2017 Dave Airlie <airlied@redhat.com> - 1.4.1-1
|
|
|
|
- libepoxy 1.4.1
|
|
|
|
|
2017-02-10 18:35:59 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-09-23 07:53:42 +00:00
|
|
|
* Fri Sep 23 2016 Adam Jackson <ajax@redhat.com> - 1.3.1-3
|
|
|
|
- Fix detection of EGL client extensions
|
|
|
|
|
2016-02-04 03:06:14 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-11-05 14:32:32 +00:00
|
|
|
* Thu Nov 05 2015 Adam Jackson <ajax@redhat.com> 1.3.1-1
|
|
|
|
- libepoxy 1.3.1
|
|
|
|
|
2015-06-17 15:12:10 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-05-05 04:19:48 +00:00
|
|
|
* Tue May 05 2015 Dave Airlie <airlied@redhat.com> 1.2-3
|
|
|
|
- update GL registry files (add new EGL extension)
|
|
|
|
|
2015-03-25 17:09:48 +00:00
|
|
|
* Wed Mar 25 2015 Adam Jackson <ajax@redhat.com> 1.2-2
|
|
|
|
- Fix description to not talk about DRM
|
|
|
|
- Sync some small bugfixes from git
|
|
|
|
|
2014-10-13 18:05:31 +00:00
|
|
|
* Mon Oct 13 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.2.0-1
|
|
|
|
- Update to 1.2 GA
|
|
|
|
- Don't fail build on make check failure for some architectures
|
|
|
|
|
2014-08-17 03:06:43 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-0.4.20140411git6eb075c
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 03:13:10 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-0.3.20140411git6eb075c
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-04-10 22:02:05 +00:00
|
|
|
* Fri Apr 11 2014 Dave Airlie <airlied@redhat.com> 1.2-0.2.20140411git6eb075c
|
|
|
|
- update to latest git snapshot
|
|
|
|
|
2014-04-10 20:33:11 +00:00
|
|
|
* Thu Mar 27 2014 Dave Airlie <airlied@redhat.com> 1.2-0.1.20140307gitd4ad80f
|
|
|
|
- initial git snapshot
|
|
|
|
|