Package init
This commit is contained in:
commit
56e369e95c
BIN
libXext-1.3.4.tar.bz2
Normal file
BIN
libXext-1.3.4.tar.bz2
Normal file
Binary file not shown.
60
libXext.spec
Normal file
60
libXext.spec
Normal file
@ -0,0 +1,60 @@
|
||||
Name: libXext
|
||||
Version: 1.3.4
|
||||
Release: 1
|
||||
Summary: Common extensions to the X11 protocol
|
||||
License: MIT
|
||||
URL: https://xorg.freedesktop.org/
|
||||
Source0: https://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: libtool xorg-x11-proto-devel libX11-devel xmlto
|
||||
BuildRequires: libXau-devel xorg-x11-util-macros autoconf automake libtool pkgconfig
|
||||
Requires: libX11
|
||||
|
||||
%description
|
||||
The X.Org project provides an open source implementation of the X Window System.
|
||||
X.Org X11 libXext contains runtime library.
|
||||
|
||||
%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 -v --install --force
|
||||
%configure
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%delete_la
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING
|
||||
%{_libdir}/libXext.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/X11/extensions/*.h
|
||||
%{_libdir}/libXext.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_libdir}/*.a
|
||||
|
||||
%files help
|
||||
%defattr(-,root,root)
|
||||
%{_mandir}/man3/*
|
||||
%exclude %{_docdir}/libXext
|
||||
|
||||
%changelog
|
||||
* Thu Sep 5 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.3.4-1
|
||||
- Package init
|
||||
Loading…
x
Reference in New Issue
Block a user