|
|
@ -1,22 +1,19 @@ |
|
|
|
%global gitdate 20190424 |
|
|
|
%global gitdate 20200212 |
|
|
|
%global gitversion d1758cc09 |
|
|
|
%global gitversion 7d204f39 |
|
|
|
|
|
|
|
|
|
|
|
Name: virglrenderer |
|
|
|
Name: virglrenderer |
|
|
|
Version: 0.7.0 |
|
|
|
Version: 0.8.2 |
|
|
|
Release: 3.%{gitdate}git%{gitversion}%{?dist} |
|
|
|
Release: 1.%{gitdate}git%{gitversion}%{?dist} |
|
|
|
|
|
|
|
|
|
|
|
Summary: Virgl Rendering library. |
|
|
|
Summary: Virgl Rendering library. |
|
|
|
License: MIT |
|
|
|
License: MIT |
|
|
|
|
|
|
|
|
|
|
|
#VCS: git:git://anongit.freedesktop.org/git/virglrenderer |
|
|
|
#VCS: git:https://gitlab.freedesktop.org/virgl/virglrenderer.git |
|
|
|
# git snapshot. to recreate, run: |
|
|
|
# git snapshot. to recreate, run: |
|
|
|
# ./make-git-snapshot.sh `cat commitid` |
|
|
|
# ./make-git-snapshot.sh `cat commitid` |
|
|
|
Source0: virglrenderer-%{gitdate}.tar.xz |
|
|
|
Source0: virglrenderer-%{gitdate}.tar.xz |
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: autoconf |
|
|
|
BuildRequires: meson |
|
|
|
BuildRequires: autoconf-archive |
|
|
|
|
|
|
|
BuildRequires: automake |
|
|
|
|
|
|
|
BuildRequires: libtool |
|
|
|
|
|
|
|
BuildRequires: xorg-x11-util-macros |
|
|
|
BuildRequires: xorg-x11-util-macros |
|
|
|
BuildRequires: libepoxy-devel |
|
|
|
BuildRequires: libepoxy-devel |
|
|
|
BuildRequires: mesa-libgbm-devel |
|
|
|
BuildRequires: mesa-libgbm-devel |
|
|
@ -50,15 +47,14 @@ driver to test virgl rendering without GL. |
|
|
|
%prep |
|
|
|
%prep |
|
|
|
%setup -q -n %{name}-%{gitdate} |
|
|
|
%setup -q -n %{name}-%{gitdate} |
|
|
|
%build |
|
|
|
%build |
|
|
|
autoreconf -vif |
|
|
|
%meson |
|
|
|
%configure --disable-silent-rules |
|
|
|
%meson_build |
|
|
|
%make_build |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install |
|
|
|
%install |
|
|
|
%make_install |
|
|
|
%meson_install |
|
|
|
find %{buildroot} -type f -name '*.la' | xargs rm -f -- || : |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets |
|
|
|
%post -p /sbin/ldconfig |
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig |
|
|
|
|
|
|
|
|
|
|
|
%files |
|
|
|
%files |
|
|
|
%license COPYING |
|
|
|
%license COPYING |
|
|
@ -74,6 +70,21 @@ find %{buildroot} -type f -name '*.la' | xargs rm -f -- || : |
|
|
|
%{_bindir}/virgl_test_server |
|
|
|
%{_bindir}/virgl_test_server |
|
|
|
|
|
|
|
|
|
|
|
%changelog |
|
|
|
%changelog |
|
|
|
|
|
|
|
* Wed Feb 12 2020 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.8.2-1.20200212git7d204f39 |
|
|
|
|
|
|
|
- Upstream release 0.8.2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-2.20191220git66c57963 |
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Dec 20 2019 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.8.1-1.20191220git66c57963 |
|
|
|
|
|
|
|
- Upstream release 0.8.1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Oct 03 2019 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.8.0-1.20191002git4ac3a04c |
|
|
|
|
|
|
|
- Latest upstream git snapshot |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-4.20190424gitd1758cc09 |
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild |
|
|
|
|
|
|
|
|
|
|
|
* Wed Apr 24 2019 Dave Airlie <airlied@redhat.com> - 0.7.0-3.20190424gitd1758cc09 |
|
|
|
* Wed Apr 24 2019 Dave Airlie <airlied@redhat.com> - 0.7.0-3.20190424gitd1758cc09 |
|
|
|
- Latest upstream git snapshot |
|
|
|
- Latest upstream git snapshot |
|
|
|
|
|
|
|
|
|
|
@ -134,3 +145,5 @@ find %{buildroot} -type f -name '*.la' | xargs rm -f -- || : |
|
|
|
|
|
|
|
|
|
|
|
* Wed Apr 01 2015 Dave Airlie <airlied@redhat.com> 0.0.1-0.20150401gita9ba2c442 |
|
|
|
* Wed Apr 01 2015 Dave Airlie <airlied@redhat.com> 0.0.1-0.20150401gita9ba2c442 |
|
|
|
- initial virglrenderer spec |
|
|
|
- initial virglrenderer spec |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|