Compare commits
No commits in common. "94ad8edc6057742ef1adbe4362806b12bedc2c07" and "a7b9acee717d046c0576c099e76d4e6b9b2f889d" have entirely different histories.
94ad8edc60
...
a7b9acee71
BIN
libXdamage-1.1.4.tar.bz2
Normal file
BIN
libXdamage-1.1.4.tar.bz2
Normal file
Binary file not shown.
Binary file not shown.
@ -1,13 +1,12 @@
|
|||||||
Name: libXdamage
|
Name: libXdamage
|
||||||
Version: 1.1.6
|
Version: 1.1.4
|
||||||
Release: 1
|
Release: 18
|
||||||
Summary: X Damage extension library
|
Summary: X Damage extension library
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://www.x.org
|
URL: https://www.x.org
|
||||||
Source0: https://www.x.org/archive/individual/lib/%{name}-%{version}.tar.gz
|
Source0: https://www.x.org/archive/individual/lib/%{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
BuildRequires: xorg-x11-util-macros autoconf automake libtool
|
BuildRequires: xorg-x11-util-macros autoconf automake libtool pkgconfig(xfixes) pkgconfig(damageproto)
|
||||||
BuildRequires: pkgconfig(xfixes) pkgconfig(damageproto)
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The X Damage Extension allows applications to track modified regions
|
The X Damage Extension allows applications to track modified regions
|
||||||
@ -27,7 +26,7 @@ The %{name}-devel package contains libraries and header files for %{name}.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -ivf
|
autoreconf -ivf
|
||||||
%configure --disable-static
|
%configure
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -47,24 +46,13 @@ autoreconf -ivf
|
|||||||
%{_includedir}/X11/extensions/*.h
|
%{_includedir}/X11/extensions/*.h
|
||||||
%{_libdir}/libXdamage.so
|
%{_libdir}/libXdamage.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
%{_libdir}/*.a
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README.md ChangeLog
|
%doc README ChangeLog
|
||||||
|
|
||||||
%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
|
* Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.4-18
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- Id:NA
|
- Id:NA
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
version_control: git
|
version_control: git
|
||||||
src_repo: https://gitlab.freedesktop.org/xorg/lib/libxdamage.git
|
src_repo: git@gitlab.freedesktop.org:xorg/lib/libxdamage.git
|
||||||
tag_prefix: libXdamage-
|
tag_prefix: libXdamage-
|
||||||
seperator: "."
|
seperator: "."
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user