From 3669fd7aa67007d29e379f97a5c2fc5040384c16 Mon Sep 17 00:00:00 2001 From: songnannan Date: Tue, 14 Jan 2020 16:36:56 +0800 Subject: [PATCH 1/2] optimization the spec --- libglvnd.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/libglvnd.spec b/libglvnd.spec index c518a1b..8c29b7b 100644 --- a/libglvnd.spec +++ b/libglvnd.spec @@ -1,6 +1,6 @@ Name: libglvnd Version: 1.2.0 -Release: 1 +Release: 2 Epoch: 1 Summary: The GL Vendor-Neutral Dispatch library License: MIT @@ -73,9 +73,15 @@ xvfb-run -s '-screen 0 640x480x24' -d make check V=1 || (cat `find . -name test- %defattr(-,root,root) %{_libdir}/lib*.so %{_libdir}/pkgconfig/*.pc -%{_includedir}/* +%{_includedir}/glvnd/* %changelog +* Tue Jan 14 2020 openEuler Buildteam - 1:1.2.0-2 +- Type:enhancement +- Id:NA +- SUG:NA +- DESC:optimization the spec + * Fri Jan 10 2020 openEuler Buildteam - 1:1.2.0-1 - Type:bugfix - Id:NA -- Gitee From 094b6c93b8cd6ada742531e80c94dc20e13a0d1d Mon Sep 17 00:00:00 2001 From: songnannan Date: Tue, 14 Jan 2020 16:49:15 +0800 Subject: [PATCH 2/2] optimization the spec --- libglvnd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libglvnd.spec b/libglvnd.spec index 8c29b7b..724090c 100644 --- a/libglvnd.spec +++ b/libglvnd.spec @@ -72,7 +72,7 @@ xvfb-run -s '-screen 0 640x480x24' -d make check V=1 || (cat `find . -name test- %files devel %defattr(-,root,root) %{_libdir}/lib*.so -%{_libdir}/pkgconfig/*.pc +%{_libdir}/pkgconfig/libglvnd.pc %{_includedir}/glvnd/* %changelog -- Gitee