Compare commits
10 Commits
a7b9acee71
...
94ad8edc60
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
94ad8edc60 | ||
|
|
09905cb3fb | ||
|
|
0d1078dfe4 | ||
|
|
951ae9f6bf | ||
|
|
0df687034a | ||
|
|
280dd6d2cf | ||
|
|
08b171fed7 | ||
|
|
5a9f2a287a | ||
|
|
3542ee3070 | ||
|
|
6299c7c2fc |
Binary file not shown.
BIN
libXdamage-1.1.6.tar.gz
Normal file
BIN
libXdamage-1.1.6.tar.gz
Normal file
Binary file not shown.
@ -1,12 +1,13 @@
|
||||
Name: libXdamage
|
||||
Version: 1.1.4
|
||||
Release: 18
|
||||
Version: 1.1.6
|
||||
Release: 1
|
||||
Summary: X Damage extension library
|
||||
License: MIT
|
||||
URL: https://www.x.org
|
||||
Source0: https://www.x.org/archive/individual/lib/%{name}-%{version}.tar.bz2
|
||||
Source0: https://www.x.org/archive/individual/lib/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: xorg-x11-util-macros autoconf automake libtool pkgconfig(xfixes) pkgconfig(damageproto)
|
||||
BuildRequires: xorg-x11-util-macros autoconf automake libtool
|
||||
BuildRequires: pkgconfig(xfixes) pkgconfig(damageproto)
|
||||
|
||||
%description
|
||||
The X Damage Extension allows applications to track modified regions
|
||||
@ -26,7 +27,7 @@ The %{name}-devel package contains libraries and header files for %{name}.
|
||||
|
||||
%build
|
||||
autoreconf -ivf
|
||||
%configure
|
||||
%configure --disable-static
|
||||
%make_build
|
||||
|
||||
%install
|
||||
@ -46,13 +47,24 @@ autoreconf -ivf
|
||||
%{_includedir}/X11/extensions/*.h
|
||||
%{_libdir}/libXdamage.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_libdir}/*.a
|
||||
|
||||
%files help
|
||||
%defattr(-,root,root)
|
||||
%doc README ChangeLog
|
||||
%doc README.md ChangeLog
|
||||
|
||||
%changelog
|
||||
* Fri Feb 03 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 1.1.6-1
|
||||
- update to 1.1.6
|
||||
|
||||
* Fri Nov 04 2022 wangkerong <wangkerong@h-partners.com> - 1.1.5-3
|
||||
- disable static library
|
||||
|
||||
* Wed Oct 26 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 1.1.5-2
|
||||
- Rebuild for next release
|
||||
|
||||
* Tue Jul 28 2020 songnannan <songnannan2@huawei.com> - 1.1.5-1
|
||||
- update to 1.1.5
|
||||
|
||||
* Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.4-18
|
||||
- Type:bugfix
|
||||
- Id:NA
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
version_control: git
|
||||
src_repo: git@gitlab.freedesktop.org:xorg/lib/libxdamage.git
|
||||
src_repo: https://gitlab.freedesktop.org/xorg/lib/libxdamage.git
|
||||
tag_prefix: libXdamage-
|
||||
seperator: "."
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user