Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
9b47b9235a
!6 update to 6.0.1
From: @zppzhangpan 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2023-08-02 08:53:14 +00:00
zhangpan
4e86c4a74e update to 6.0.1 2023-07-20 09:03:53 +00:00
openeuler-ci-bot
a21008426b
!5 [sync] PR-4: 【轻量级 PR】:disable static library by default
From: @openeuler-sync-bot 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2022-10-25 03:10:14 +00:00
kerongw
6d6eb12da6 disable static library by default
Signed-off-by: kerongw <wangkerong@h-partners.com>
(cherry picked from commit b27980dffbbdaa21b07f4eb6c60d42e591103caa)
2022-10-25 09:56:56 +08:00
openeuler-ci-bot
8b1164a4ab !2 update to 6.0.0
Merge pull request !2 from dongyuzhen/master
2021-12-14 08:18:35 +00:00
dongyuzhen
14995be70e update to 6.0.0 2021-12-01 14:37:05 +08:00
openeuler-ci-bot
787c46792f !1 add yaml file in package
Merge pull request !1 from maqiang/master
2020-07-21 12:18:23 +08:00
maqiang
5a069cd9b6 update libXfixes.yaml. 2020-07-21 12:15:28 +08:00
maqiang999
76af17c260 add yaml file in package 2020-06-13 16:37:02 +08:00
zhuchunyi
f210c2541c update code 2019-11-06 19:36:02 +08:00
4 changed files with 34 additions and 6 deletions

Binary file not shown.

BIN
libXfixes-6.0.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,10 +1,12 @@
%bcond_without static
Name: libXfixes
Version: 5.0.3
Release: 10
Version: 6.0.1
Release: 1
Summary: X11 miscellaneous "fixes" extension library
License: MIT
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
Requires: libX11
@ -27,7 +29,10 @@ developing applications that use %{name}.
%autosetup -n %{name}-%{version} -p1
%build
%configure
%configure \
%if %{with static}
--disable-static
%endif
%make_build
%install
@ -38,21 +43,39 @@ developing applications that use %{name}.
%files
%defattr(-,root,root)
%doc AUTHORS COPYING
%doc AUTHORS
%license 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
%doc README.md
%{_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

5
libXfixes.yaml Normal file
View File

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