Compare commits
10 Commits
08af7f7ada
...
c85cf96a53
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c85cf96a53 | ||
|
|
03c8567a72 | ||
|
|
39ceddd2c2 | ||
|
|
9739e4808a | ||
|
|
3345d5faf7 | ||
|
|
e22dac4735 | ||
|
|
31df3d7d26 | ||
|
|
74624b2fd9 | ||
|
|
2cde5e1d2a | ||
|
|
6d3bf96dcc |
@ -1,6 +1,6 @@
|
||||
Name: libxshmfence
|
||||
Version: 1.3
|
||||
Release: 4
|
||||
Release: 9
|
||||
Summary: X11 shared memory fences
|
||||
License: MIT
|
||||
URL: https://www.x.org/
|
||||
@ -18,15 +18,19 @@ 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
|
||||
%configure --disable-static
|
||||
%make_build
|
||||
|
||||
%check
|
||||
make check
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%delete_la
|
||||
@ -35,6 +39,7 @@ autoreconf -ivf
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%license COPYING
|
||||
%{_libdir}/*.so.*
|
||||
|
||||
%files devel
|
||||
@ -42,8 +47,32 @@ autoreconf -ivf
|
||||
%{_includedir}/*
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/*.a
|
||||
|
||||
%files help
|
||||
%defattr(-,root,root)
|
||||
%doc README 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
|
||||
- Package init
|
||||
|
||||
5
libxshmfence.yaml
Normal file
5
libxshmfence.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
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