Compare commits
10 Commits
2cde5e1d2a
...
dd76c83b28
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dd76c83b28 | ||
|
|
f97f16bca0 | ||
|
|
0b9be87e2e | ||
|
|
f61e759a71 | ||
|
|
506557f4d8 | ||
|
|
6e43658fb7 | ||
|
|
9479f56d01 | ||
|
|
d579f614fc | ||
|
|
31df3d7d26 | ||
|
|
74624b2fd9 |
BIN
libxshmfence-1.3.2.tar.gz
Normal file
BIN
libxshmfence-1.3.2.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,10 +1,10 @@
|
|||||||
Name: libxshmfence
|
Name: libxshmfence
|
||||||
Version: 1.3
|
Version: 1.3.2
|
||||||
Release: 6
|
Release: 1
|
||||||
Summary: X11 shared memory fences
|
Summary: X11 shared memory fences
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://www.x.org/
|
URL: https://www.x.org/
|
||||||
Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
|
Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: autoconf automake libtool xorg-x11-util-macros xorg-x11-proto-devel
|
BuildRequires: autoconf automake libtool xorg-x11-util-macros xorg-x11-proto-devel
|
||||||
|
|
||||||
@ -25,9 +25,12 @@ The %{name}-devel package contains libraries and header files for %{name}.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -ivf
|
autoreconf -ivf
|
||||||
%configure
|
%configure --disable-static
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
|
%check
|
||||||
|
make check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
%delete_la
|
%delete_la
|
||||||
@ -44,13 +47,24 @@ autoreconf -ivf
|
|||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/*.a
|
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README ChangeLog
|
%doc README.md ChangeLog
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* 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
|
* Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.3-6
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- Id:NA
|
- Id:NA
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
version_control: git
|
version_control: git
|
||||||
src_repo: git@gitlab.freedesktop.org:xorg/lib/libxshmfence.git
|
src_repo: https://gitlab.freedesktop.org/xorg/lib/libxshmfence.git
|
||||||
tag_prefix: libxshmfence-
|
tag_prefix: libxshmfence-
|
||||||
seperator: "."
|
seperator: "."
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user