Update to 1.0.3 and add devel package
This commit is contained in:
parent
15d3ac3559
commit
9b5b069863
@ -1,10 +1,10 @@
|
||||
%global commit 1f4b1fde684595fe28e250b7429e028a7bb7d40d
|
||||
%global date 20170802
|
||||
%global commit b283689e369116aaf41ffac70d4eeef19ce133a4
|
||||
%global date 20180111
|
||||
%global shortcommit0 %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: egl-wayland
|
||||
Version: 1.0.2
|
||||
Release: 0.4%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}
|
||||
Version: 1.0.3
|
||||
Release: 1%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}
|
||||
Summary: Wayland EGL External Platform library
|
||||
|
||||
License: MIT
|
||||
@ -23,6 +23,13 @@ Requires: libglvnd-egl%{?_isa}
|
||||
%description
|
||||
%summary
|
||||
|
||||
%package devel
|
||||
Summary: Wayland EGL External Platform library development package
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
Wayland EGL External Platform library development package
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{commit}
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
@ -51,8 +58,18 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
%{_libdir}/*.so.*
|
||||
%{_datadir}/egl/egl_external_platform.d/10_nvidia_wayland.json
|
||||
|
||||
%files devel
|
||||
%{_datadir}/pkgconfig/wayland-eglstream.pc
|
||||
%{_datadir}/pkgconfig/wayland-eglstream-protocols.pc
|
||||
%{_datadir}/wayland-eglstream/wayland-eglstream.xml
|
||||
%{_datadir}/wayland-eglstream/wayland-eglstream-controller.xml
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 31 2018 Jonas Ådahl <jadahl@redhat.com> - 1.0.3-1.20180111gitb283689
|
||||
- Update to 1.0.3
|
||||
- Add -devel package
|
||||
|
||||
* Thu Aug 03 2017 Leigh Scott <leigh123linux@googlemail.com> - 1.0.2-0.4.20170802git1f4b1fd
|
||||
- Update to latest git snapshot
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user