Package init

This commit is contained in:
overweight 2019-09-30 10:59:31 -04:00
commit 9b73e3e47e
2 changed files with 68 additions and 0 deletions

BIN
libXinerama-1.1.4.tar.bz2 Normal file

Binary file not shown.

68
libXinerama.spec Normal file
View File

@ -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 <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