Blame SPECS/libepoxy.spec

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