Compare commits

..

No commits in common. "c85cf96a5366d5a759714e366a0cdd88ac839652" and "08af7f7ada65ea4661656ae02ec2459f99e63aed" have entirely different histories.

2 changed files with 3 additions and 37 deletions

View File

@ -1,6 +1,6 @@
Name: libxshmfence Name: libxshmfence
Version: 1.3 Version: 1.3
Release: 9 Release: 4
Summary: X11 shared memory fences Summary: X11 shared memory fences
License: MIT License: MIT
URL: https://www.x.org/ URL: https://www.x.org/
@ -18,19 +18,15 @@ Requires: %{name} = %{version}-%{release}
%description devel %description devel
The %{name}-devel package contains libraries and header files for %{name}. The %{name}-devel package contains libraries and header files for %{name}.
%package_help
%prep %prep
%autosetup -n %{name}-%{version} -p1 %autosetup -n %{name}-%{version} -p1
%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
@ -39,7 +35,6 @@ make check
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%license COPYING
%{_libdir}/*.so.* %{_libdir}/*.so.*
%files devel %files devel
@ -47,32 +42,8 @@ make check
%{_includedir}/* %{_includedir}/*
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
%{_libdir}/*.so %{_libdir}/*.so
%{_libdir}/*.a
%files help
%defattr(-,root,root)
%doc README ChangeLog
%changelog %changelog
* 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
- 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 * Mon Sep 16 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.3-4
- Package init - Package init

View File

@ -1,5 +0,0 @@
version_control: git
src_repo: https://gitlab.freedesktop.org/xorg/lib/libxshmfence.git
tag_prefix: libxshmfence-
seperator: "."