Compare commits

..

No commits in common. "dd76c83b28cc18cb237fbbb9d5e82e38dd2a7cbc" and "2cde5e1d2a55b3d333d1a0f684cb0e3b435d6821" have entirely different histories.

4 changed files with 7 additions and 21 deletions

Binary file not shown.

BIN
libxshmfence-1.3.tar.bz2 Normal file

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: libxshmfence
Version: 1.3.2
Release: 1
Version: 1.3
Release: 6
Summary: X11 shared memory fences
License: MIT
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
@ -25,12 +25,9 @@ The %{name}-devel package contains libraries and header files for %{name}.
%build
autoreconf -ivf
%configure --disable-static
%configure
%make_build
%check
make check
%install
%make_install
%delete_la
@ -47,24 +44,13 @@ make check
%{_includedir}/*
%{_libdir}/pkgconfig/*.pc
%{_libdir}/*.so
%{_libdir}/*.a
%files help
%defattr(-,root,root)
%doc README.md ChangeLog
%doc README 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
- Type:bugfix
- Id:NA

View File

@ -1,5 +1,5 @@
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-
seperator: "."