Package init
This commit is contained in:
commit
9b73e3e47e
BIN
libXinerama-1.1.4.tar.bz2
Normal file
BIN
libXinerama-1.1.4.tar.bz2
Normal file
Binary file not shown.
68
libXinerama.spec
Normal file
68
libXinerama.spec
Normal 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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user