Compare commits
10 Commits
c6bb0167fe
...
9b47b9235a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9b47b9235a | ||
|
|
4e86c4a74e | ||
|
|
a21008426b | ||
|
|
6d6eb12da6 | ||
|
|
8b1164a4ab | ||
|
|
14995be70e | ||
|
|
787c46792f | ||
|
|
5a069cd9b6 | ||
|
|
76af17c260 | ||
|
|
f210c2541c |
Binary file not shown.
BIN
libXfixes-6.0.1.tar.gz
Normal file
BIN
libXfixes-6.0.1.tar.gz
Normal file
Binary file not shown.
@ -1,10 +1,12 @@
|
|||||||
|
%bcond_without static
|
||||||
|
|
||||||
Name: libXfixes
|
Name: libXfixes
|
||||||
Version: 5.0.3
|
Version: 6.0.1
|
||||||
Release: 10
|
Release: 1
|
||||||
Summary: X11 miscellaneous "fixes" extension library
|
Summary: X11 miscellaneous "fixes" extension library
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://xorg.freedesktop.org/
|
URL: https://xorg.freedesktop.org/
|
||||||
Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
|
Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: automake libtool xorg-x11-proto-devel libXext-devel
|
BuildRequires: automake libtool xorg-x11-proto-devel libXext-devel
|
||||||
Requires: libX11
|
Requires: libX11
|
||||||
@ -27,7 +29,10 @@ developing applications that use %{name}.
|
|||||||
%autosetup -n %{name}-%{version} -p1
|
%autosetup -n %{name}-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure \
|
||||||
|
%if %{with static}
|
||||||
|
--disable-static
|
||||||
|
%endif
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -38,21 +43,39 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS
|
||||||
|
%license COPYING
|
||||||
%{_libdir}/libXfixes.so.*
|
%{_libdir}/libXfixes.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/X11/extensions/Xfixes.h
|
%{_includedir}/X11/extensions/Xfixes.h
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
%if %{without static}
|
||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
|
%endif
|
||||||
%{_libdir}/libXfixes.so
|
%{_libdir}/libXfixes.so
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%doc README
|
%doc README.md
|
||||||
%{_mandir}/man3/Xfixes.3.gz
|
%{_mandir}/man3/Xfixes.3.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 20 2023 zhangpan <zhangpan103@h-partners.com> - 6.0.1-1
|
||||||
|
- update to 6.0.1
|
||||||
|
|
||||||
|
* Sat Oct 22 2022 wangkerong <wangkerong@h-partners.com> - 6.0.0-2
|
||||||
|
- disable static library by default
|
||||||
|
|
||||||
|
* Wed Dec 1 2021 dongyuzhen <dongyuzhen@huawei.com> - 6.0.0-1
|
||||||
|
- update to 6.0.0
|
||||||
|
|
||||||
|
* Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 5.0.3-11
|
||||||
|
- Type:bugfix
|
||||||
|
- Id:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:change the directory of the license files
|
||||||
|
|
||||||
* Mon Sep 9 2019 openEuler Buildteam <buildteam@openeuler.org> - 5.0.3-10
|
* Mon Sep 9 2019 openEuler Buildteam <buildteam@openeuler.org> - 5.0.3-10
|
||||||
- Type: enhancement
|
- Type: enhancement
|
||||||
- ID: NA
|
- ID: NA
|
||||||
|
|||||||
5
libXfixes.yaml
Normal file
5
libXfixes.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
version_control: git
|
||||||
|
src_repo: https://gitlab.freedesktop.org/xorg/lib/libxfixes.git
|
||||||
|
tag_prefix: libXfiXxes-
|
||||||
|
seperator: "."
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user