libepoxy/libepoxy.spec

107 lines
3.1 KiB
RPMSpec
Raw Normal View History

Summary: epoxy runtime library
2014-04-10 20:33:11 +00:00
Name: libepoxy
2017-03-09 00:55:32 +00:00
Version: 1.4.1
Release: 2%{?dist}
2014-04-10 20:33:11 +00:00
License: MIT
URL: http://github.com/anholt/libepoxy
Source0: %{url}/archive/%{name}-%{version}.tar.gz
Patch0001: 0001-Add-C-guards-around-generated-headers.patch
Patch0002: 0002-Add-z-relro-and-z-now-to-the-GCC-linker-flags.patch
Patch0003: 0003-Add-explicit-version-flags-for-macOS-builds.patch
Patch0004: 0004-Use-some-linker-flags-only-on-Linux.patch
Patch0005: 0005-Add-missing-visibility-compiler-flags.patch
Patch0006: 0006-Prefer-using-pkg-config-files-to-find-GLES.patch
BuildRequires: meson
BuildRequires: gcc
BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(egl)
BuildRequires: pkgconfig(glesv2)
BuildRequires: python3
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
%autosetup -p1
2014-04-10 20:33:11 +00:00
%build
%meson
%meson_build
2014-04-10 20:33:11 +00:00
%install
%meson_install
2014-04-10 20:33:11 +00:00
%check
%meson_test
2014-04-10 20:33:11 +00:00
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%license COPYING
2014-04-10 20:33:11 +00:00
%doc README.md
%{_libdir}/libepoxy.so.0*
2014-04-10 20:33:11 +00:00
%files devel
%{_includedir}/epoxy/
2014-04-10 20:33:11 +00:00
%{_libdir}/libepoxy.so
%{_libdir}/pkgconfig/epoxy.pc
%changelog
* 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
* 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
* 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
* 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
* Tue May 05 2015 Dave Airlie <airlied@redhat.com> 1.2-3
- update GL registry files (add new EGL extension)
* 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
* 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
* 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
* 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