libxshmfence/libxshmfence.spec
zhouwenpei 6e43658fb7 Rebuild for next release
Signed-off-by: zhouwenpei <zhouwenpei050@chinasoftinc.com>
(cherry picked from commit 9739e4808a7c68a872af9f31c866cddead0a2eb9)
2022-10-27 14:58:01 +08:00

77 lines
1.6 KiB
RPMSpec

Name: libxshmfence
Version: 1.3
Release: 8
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}.
%package_help
%prep
%autosetup -n %{name}-%{version} -p1
%build
autoreconf -ivf
%configure
%make_build
%check
make check
%install
%make_install
%delete_la
%ldconfig_scriptlets
%files
%defattr(-,root,root)
%license COPYING
%{_libdir}/*.so.*
%files devel
%defattr(-,root,root)
%{_includedir}/*
%{_libdir}/pkgconfig/*.pc
%{_libdir}/*.so
%{_libdir}/*.a
%files help
%defattr(-,root,root)
%doc README ChangeLog
%changelog
* Wed Oct 26 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 1.3-8
- Rebuild for next release
* Wed Apr 6 2022 liuyumeng1 <liuyumeng5@h-partners.com> - 1.3-7
- enable tests
* Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.3-6
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:change the directory of the license file and add the help package for libxshmfence
* Wed Oct 09 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.3-5
- Type:enhancement
- ID:NA
- SUG:NA
DESC:add COPYING
* Mon Sep 16 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.3-4
- Package init