2019-09-30 10:59:31 -04:00
|
|
|
Name: libXinerama
|
|
|
|
|
Version: 1.1.4
|
2019-11-06 19:36:13 +08:00
|
|
|
Release: 5
|
2019-09-30 10:59:31 -04:00
|
|
|
Summary: Xinerama extension to the X11 Protocol
|
|
|
|
|
License: MIT
|
|
|
|
|
URL: https://xorg.freedesktop.org/
|
|
|
|
|
Source0: https://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
|
|
|
|
|
|
|
|
|
|
BuildRequires: xorg-x11-util-macros autoconf automake libtool pkgconfig
|
|
|
|
|
BuildRequires: xorg-x11-proto-devel libX11-devel libXext-devel
|
|
|
|
|
Requires: libX11
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Xinerama is an extension to the X Window System which enables
|
|
|
|
|
multi-headed X applications and window managers to use two or more
|
|
|
|
|
physical displays as one large virtual display.
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Development files and Header files for %{name}
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
%package_help
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n %{name}-%{version} -p1
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
autoreconf -ivf
|
|
|
|
|
%configure
|
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root)
|
2019-11-06 19:36:13 +08:00
|
|
|
%license COPYING
|
2019-09-30 10:59:31 -04:00
|
|
|
%{_libdir}/libXinerama.so.*
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%{_includedir}/X11/extensions/*.h
|
|
|
|
|
%{_libdir}/pkgconfig/xinerama.pc
|
|
|
|
|
%{_libdir}/*.a
|
|
|
|
|
%{_libdir}/libXinerama.so
|
|
|
|
|
%exclude %{_libdir}/*.la
|
|
|
|
|
|
|
|
|
|
%files help
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
2019-11-06 19:36:13 +08:00
|
|
|
* Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.4-5
|
|
|
|
|
- Type:bugfix
|
|
|
|
|
- Id:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC:change the directory of the license files
|
|
|
|
|
|
2019-09-30 10:59:31 -04:00
|
|
|
* Mon Sep 9 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.4-4
|
|
|
|
|
- Type: enhancement
|
|
|
|
|
- ID: NA
|
|
|
|
|
- SUG: NA
|
|
|
|
|
- DESC: rebuilt spec
|
|
|
|
|
|
|
|
|
|
* Wed Aug 28 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.4-3
|
|
|
|
|
- Package init
|
|
|
|
|
|
|
|
|
|
|