Compare commits
No commits in common. "c85cf96a5366d5a759714e366a0cdd88ac839652" and "08af7f7ada65ea4661656ae02ec2459f99e63aed" have entirely different histories.
c85cf96a53
...
08af7f7ada
@ -1,6 +1,6 @@
|
||||
Name: libxshmfence
|
||||
Version: 1.3
|
||||
Release: 9
|
||||
Release: 4
|
||||
Summary: X11 shared memory fences
|
||||
License: MIT
|
||||
URL: https://www.x.org/
|
||||
@ -18,19 +18,15 @@ Requires: %{name} = %{version}-%{release}
|
||||
%description devel
|
||||
The %{name}-devel package contains libraries and header files for %{name}.
|
||||
|
||||
%package_help
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{version} -p1
|
||||
|
||||
%build
|
||||
autoreconf -ivf
|
||||
%configure --disable-static
|
||||
%configure
|
||||
%make_build
|
||||
|
||||
%check
|
||||
make check
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%delete_la
|
||||
@ -39,7 +35,6 @@ make check
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%license COPYING
|
||||
%{_libdir}/*.so.*
|
||||
|
||||
%files devel
|
||||
@ -47,32 +42,8 @@ make check
|
||||
%{_includedir}/*
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_libdir}/*.so
|
||||
|
||||
%files help
|
||||
%defattr(-,root,root)
|
||||
%doc README ChangeLog
|
||||
%{_libdir}/*.a
|
||||
|
||||
%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
|
||||
- Package init
|
||||
|
||||
@ -1,5 +0,0 @@
|
||||
version_control: git
|
||||
src_repo: https://gitlab.freedesktop.org/xorg/lib/libxshmfence.git
|
||||
tag_prefix: libxshmfence-
|
||||
seperator: "."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user