Compare commits
No commits in common. "9b47b9235ab55773ca43cfd387825b04700e0179" and "c6bb0167feb395bb9998b15e35b5c6c9abdd0170" have entirely different histories.
9b47b9235a
...
c6bb0167fe
BIN
libXfixes-5.0.3.tar.bz2
Normal file
BIN
libXfixes-5.0.3.tar.bz2
Normal file
Binary file not shown.
Binary file not shown.
@ -1,12 +1,10 @@
|
|||||||
%bcond_without static
|
|
||||||
|
|
||||||
Name: libXfixes
|
Name: libXfixes
|
||||||
Version: 6.0.1
|
Version: 5.0.3
|
||||||
Release: 1
|
Release: 10
|
||||||
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.gz
|
Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
BuildRequires: automake libtool xorg-x11-proto-devel libXext-devel
|
BuildRequires: automake libtool xorg-x11-proto-devel libXext-devel
|
||||||
Requires: libX11
|
Requires: libX11
|
||||||
@ -29,10 +27,7 @@ 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
|
||||||
@ -43,39 +38,21 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS
|
%doc AUTHORS COPYING
|
||||||
%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.md
|
%doc README
|
||||||
%{_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
|
||||||
|
|||||||
@ -1,5 +0,0 @@
|
|||||||
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