libxshmfence/libxshmfence.spec

82 lines
1.8 KiB
RPMSpec
Raw Normal View History

2019-09-30 10:59:46 -04:00
Name: libxshmfence
2023-02-04 03:48:28 +00:00
Version: 1.3.2
Release: 1
2019-09-30 10:59:46 -04:00
Summary: X11 shared memory fences
License: MIT
URL: https://www.x.org/
2023-02-04 03:48:28 +00:00
Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.gz
2019-09-30 10:59:46 -04:00
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}.
2019-11-06 19:41:19 +08:00
%package_help
2019-09-30 10:59:46 -04:00
%prep
%autosetup -n %{name}-%{version} -p1
%build
autoreconf -ivf
%configure --disable-static
2019-09-30 10:59:46 -04:00
%make_build
2022-04-06 11:29:06 +08:00
%check
make check
2019-09-30 10:59:46 -04:00
%install
%make_install
%delete_la
%ldconfig_scriptlets
%files
%defattr(-,root,root)
2019-11-06 19:41:19 +08:00
%license COPYING
2019-09-30 10:59:46 -04:00
%{_libdir}/*.so.*
%files devel
%defattr(-,root,root)
%{_includedir}/*
%{_libdir}/pkgconfig/*.pc
%{_libdir}/*.so
2019-11-06 19:41:19 +08:00
%files help
%defattr(-,root,root)
2023-02-04 03:48:28 +00:00
%doc README.md ChangeLog
2019-11-06 19:41:19 +08:00
2019-09-30 10:59:46 -04:00
%changelog
2023-02-04 03:48:28 +00:00
* Sat Feb 04 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 1.3.2-1
- update to 1.3.2
* Fri Nov 04 2022 wangkerong <wangkerong@h-partners.com> - 1.3-9
- disable static library
* Wed Oct 26 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 1.3-8
- Rebuild for next release
2022-04-06 11:29:06 +08:00
* Wed Apr 6 2022 liuyumeng1 <liuyumeng5@h-partners.com> - 1.3-7
- enable tests
2019-11-06 19:41:19 +08:00
* 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
2019-09-30 10:59:46 -04:00
* Mon Sep 16 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.3-4
- Package init