libXxf86vm/libXxf86vm.spec

77 lines
1.7 KiB
RPMSpec
Raw Normal View History

2019-09-30 11:00:07 -04:00
Name: libXxf86vm
2022-11-03 07:40:34 +00:00
Version: 1.1.5
Release: 1
2019-11-06 19:36:50 +08:00
Summary: Provide an extension library for the XFree86-VidModeExtension
2019-09-30 11:00:07 -04:00
License: MIT
URL: https://www.x.org
2022-11-03 07:40:34 +00:00
Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.gz
2019-09-30 11:00:07 -04:00
BuildRequires: autoconf automake libtool xorg-x11-util-macros
BuildRequires: pkgconfig(xext) pkgconfig(xf86vidmodeproto)
BuildRequires: libX11-devel
2019-11-06 19:36:50 +08:00
Requires: libX11
2019-09-30 11:00:07 -04:00
%description
Provide an extension library for the XFree86-VidModeExtension.
%package devel
Summary: Provide static library, headers and test examples for libXxf86vm
Requires: %{name} = %{version}-%{release}
%description devel
Provide static library, headers and test examples for libXxf86vm.
%package_help
%prep
%autosetup -n %{name}-%{version}
%build
autoreconf -ivf
2019-11-06 19:36:50 +08:00
%configure
2019-09-30 11:00:07 -04:00
%make_build
%install
2019-11-06 19:36:50 +08:00
%make_install
2019-09-30 11:00:07 -04:00
%ldconfig_scriptlets
%files
%defattr(-,root,root)
2019-11-06 19:36:50 +08:00
%license COPYING
2019-09-30 11:00:07 -04:00
%{_libdir}/libXxf86vm.so.1
%{_libdir}/libXxf86vm.so.1.0.0
%exclude %{_libdir}/*.la
%files devel
%defattr(-,root,root)
%{_includedir}/X11/extensions/*.h
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*.pc
%{_libdir}/libXxf86vm.a
%files help
%defattr(-,root,root)
2022-11-03 07:40:34 +00:00
%doc README.md
2019-11-06 19:36:50 +08:00
%{_mandir}/man3/*.3.gz
2019-09-30 11:00:07 -04:00
%changelog
2022-11-03 07:40:34 +00:00
* Thu Nov 03 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 1.1.5-1
- update 1.1.5
2019-11-06 19:36:50 +08:00
* 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
2019-09-30 11:00:07 -04:00
* Mon Sep 9 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.4-12
- Type:enhancement
- Id:NA
- SUG:NA
- DESC:Rewrite the spec according to the new rules
* Mon Aug 12 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.4-11
- Package init