diff --git a/libglvnd.spec b/libglvnd.spec index c518a1b..724090c 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 @@ -72,10 +72,16 @@ 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 -%{_includedir}/* +%{_libdir}/pkgconfig/libglvnd.pc +%{_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