Compare commits

..

No commits in common. "9b47b9235ab55773ca43cfd387825b04700e0179" and "c6bb0167feb395bb9998b15e35b5c6c9abdd0170" have entirely different histories.

4 changed files with 6 additions and 34 deletions

BIN
libXfixes-5.0.3.tar.bz2 Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,12 +1,10 @@
%bcond_without static
Name: libXfixes
Version: 6.0.1
Release: 1
Version: 5.0.3
Release: 10
Summary: X11 miscellaneous "fixes" extension library
License: MIT
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
Requires: libX11
@ -29,10 +27,7 @@ developing applications that use %{name}.
%autosetup -n %{name}-%{version} -p1
%build
%configure \
%if %{with static}
--disable-static
%endif
%configure
%make_build
%install
@ -43,39 +38,21 @@ developing applications that use %{name}.
%files
%defattr(-,root,root)
%doc AUTHORS
%license COPYING
%doc AUTHORS COPYING
%{_libdir}/libXfixes.so.*
%files devel
%defattr(-,root,root)
%{_includedir}/X11/extensions/Xfixes.h
%{_libdir}/pkgconfig/*.pc
%if %{without static}
%{_libdir}/*.a
%endif
%{_libdir}/libXfixes.so
%files help
%doc README.md
%doc README
%{_mandir}/man3/Xfixes.3.gz
%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
- Type: enhancement
- ID: NA

View File

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