Compare commits
No commits in common. "954e971406711fd6d5700324177b8e9a83016c47" and "ed22da8dedd3d06fbdc6452f28483834cd7b4e42" have entirely different histories.
954e971406
...
ed22da8ded
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
|
||||
Version: 1.1.5
|
||||
Release: 3
|
||||
Version: 1.1.4
|
||||
Release: 17
|
||||
Summary: X Damage extension library
|
||||
License: MIT
|
||||
URL: https://www.x.org
|
||||
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
|
||||
@ -38,8 +37,7 @@ autoreconf -ivf
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS
|
||||
%license COPYING
|
||||
%doc AUTHORS COPYING
|
||||
%{_libdir}/libXdamage.so.*
|
||||
|
||||
%files devel
|
||||
@ -47,27 +45,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 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
|
||||
- SUG:NA
|
||||
- DESC:change the directory of the license files
|
||||
|
||||
* Fri Sep 6 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.4-17
|
||||
- Type:enhancement
|
||||
- Id:NA
|
||||
|
||||
@ -1,5 +0,0 @@
|
||||
version_control: git
|
||||
src_repo: https://gitlab.freedesktop.org/xorg/lib/libxdamage.git
|
||||
tag_prefix: libXdamage-
|
||||
seperator: "."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user