Compare commits

..

No commits in common. "94ad8edc6057742ef1adbe4362806b12bedc2c07" and "a7b9acee717d046c0576c099e76d4e6b9b2f889d" have entirely different histories.

4 changed files with 8 additions and 20 deletions

BIN
libXdamage-1.1.4.tar.bz2 Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,13 +1,12 @@
Name: libXdamage
Version: 1.1.6
Release: 1
Version: 1.1.4
Release: 18
Summary: X Damage extension library
License: MIT
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: pkgconfig(xfixes) pkgconfig(damageproto)
BuildRequires: xorg-x11-util-macros autoconf automake libtool pkgconfig(xfixes) pkgconfig(damageproto)
%description
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
autoreconf -ivf
%configure --disable-static
%configure
%make_build
%install
@ -47,24 +46,13 @@ autoreconf -ivf
%{_includedir}/X11/extensions/*.h
%{_libdir}/libXdamage.so
%{_libdir}/pkgconfig/*.pc
%{_libdir}/*.a
%files help
%defattr(-,root,root)
%doc README.md ChangeLog
%doc README 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

View File

@ -1,5 +1,5 @@
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-
seperator: "."