commit 9b73e3e47e62961d2fb6b4801a3e985692369473 Author: overweight <5324761+overweight@user.noreply.gitee.com> Date: Mon Sep 30 10:59:31 2019 -0400 Package init diff --git a/libXinerama-1.1.4.tar.bz2 b/libXinerama-1.1.4.tar.bz2 new file mode 100644 index 0000000..60e1f2b Binary files /dev/null and b/libXinerama-1.1.4.tar.bz2 differ diff --git a/libXinerama.spec b/libXinerama.spec new file mode 100644 index 0000000..37ed539 --- /dev/null +++ b/libXinerama.spec @@ -0,0 +1,68 @@ +Name: libXinerama +Version: 1.1.4 +Release: 4 +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) +%doc COPYING +%{_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 +* Mon Sep 9 2019 openEuler Buildteam - 1.1.4-4 +- Type: enhancement +- ID: NA +- SUG: NA +- DESC: rebuilt spec + +* Wed Aug 28 2019 openEuler Buildteam - 1.1.4-3 +- Package init + +