update code

This commit is contained in:
zhuchunyi 2019-11-06 19:36:50 +08:00
parent 8195977a33
commit eeac273904

View File

@ -1,7 +1,7 @@
Name: libXxf86vm Name: libXxf86vm
Version: 1.1.4 Version: 1.1.4
Release: 12 Release: 13
Summary: Provide an extension library for the XFree86-VidModeExtension Summary: Provide an extension library for the XFree86-VidModeExtension
License: MIT License: MIT
URL: https://www.x.org URL: https://www.x.org
Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2 Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
@ -9,7 +9,7 @@ Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{ver
BuildRequires: autoconf automake libtool xorg-x11-util-macros BuildRequires: autoconf automake libtool xorg-x11-util-macros
BuildRequires: pkgconfig(xext) pkgconfig(xf86vidmodeproto) BuildRequires: pkgconfig(xext) pkgconfig(xf86vidmodeproto)
BuildRequires: libX11-devel BuildRequires: libX11-devel
Requires: libX11 Requires: libX11
%description %description
Provide an extension library for the XFree86-VidModeExtension. Provide an extension library for the XFree86-VidModeExtension.
@ -28,17 +28,17 @@ Provide static library, headers and test examples for libXxf86vm.
%build %build
autoreconf -ivf autoreconf -ivf
%configure %configure
%make_build %make_build
%install %install
%make_install %make_install
%ldconfig_scriptlets %ldconfig_scriptlets
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc COPYING %license COPYING
%{_libdir}/libXxf86vm.so.1 %{_libdir}/libXxf86vm.so.1
%{_libdir}/libXxf86vm.so.1.0.0 %{_libdir}/libXxf86vm.so.1.0.0
%exclude %{_libdir}/*.la %exclude %{_libdir}/*.la
@ -53,9 +53,15 @@ autoreconf -ivf
%files help %files help
%defattr(-,root,root) %defattr(-,root,root)
%doc README %doc README
%{_mandir}/man3/*.3.gz %{_mandir}/man3/*.3.gz
%changelog %changelog
* Mon Oct 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.4-13
- Type:enhancement
- Id:NA
- SUG:NA
- DESC:modify the location of COPYING
* Mon Sep 9 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.4-12 * Mon Sep 9 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.4-12
- Type:enhancement - Type:enhancement
- Id:NA - Id:NA