Compare commits
No commits in common. "dd76c83b28cc18cb237fbbb9d5e82e38dd2a7cbc" and "2cde5e1d2a55b3d333d1a0f684cb0e3b435d6821" have entirely different histories.
dd76c83b28
...
2cde5e1d2a
Binary file not shown.
BIN
libxshmfence-1.3.tar.bz2
Normal file
BIN
libxshmfence-1.3.tar.bz2
Normal file
Binary file not shown.
@ -1,10 +1,10 @@
|
|||||||
Name: libxshmfence
|
Name: libxshmfence
|
||||||
Version: 1.3.2
|
Version: 1.3
|
||||||
Release: 1
|
Release: 6
|
||||||
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.gz
|
Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
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,12 +25,9 @@ The %{name}-devel package contains libraries and header files for %{name}.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -ivf
|
autoreconf -ivf
|
||||||
%configure --disable-static
|
%configure
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%check
|
|
||||||
make check
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
%delete_la
|
%delete_la
|
||||||
@ -47,24 +44,13 @@ make check
|
|||||||
%{_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.md ChangeLog
|
%doc README 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: https://gitlab.freedesktop.org/xorg/lib/libxshmfence.git
|
src_repo: git@gitlab.freedesktop.org:xorg/lib/libxshmfence.git
|
||||||
tag_prefix: libxshmfence-
|
tag_prefix: libxshmfence-
|
||||||
seperator: "."
|
seperator: "."
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user