Package init
This commit is contained in:
commit
08af7f7ada
BIN
libxshmfence-1.3.tar.bz2
Normal file
BIN
libxshmfence-1.3.tar.bz2
Normal file
Binary file not shown.
49
libxshmfence.spec
Normal file
49
libxshmfence.spec
Normal file
@ -0,0 +1,49 @@
|
||||
Name: libxshmfence
|
||||
Version: 1.3
|
||||
Release: 4
|
||||
Summary: X11 shared memory fences
|
||||
License: MIT
|
||||
URL: https://www.x.org/
|
||||
Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: autoconf automake libtool xorg-x11-util-macros xorg-x11-proto-devel
|
||||
|
||||
%description
|
||||
Shared memory fences for X11, as used in DRI3.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
The %{name}-devel package contains libraries and header files for %{name}.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{version} -p1
|
||||
|
||||
%build
|
||||
autoreconf -ivf
|
||||
%configure
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%delete_la
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/*.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/*
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/*.a
|
||||
|
||||
%changelog
|
||||
* Mon Sep 16 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.3-4
|
||||
- Package init
|
||||
Loading…
x
Reference in New Issue
Block a user