Compare commits

..

No commits in common. "baf5ddee9205d792e0a6462d00da65fb0d3c5d5c" and "99840605456efec63ce6399eef41cfda712cbfed" have entirely different histories.

4 changed files with 16 additions and 30 deletions

BIN
libXcomposite-0.4.4.tar.bz2 Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,13 +1,12 @@
Name: libXcomposite
Version: 0.4.6
Release: 1
Version: 0.4.4
Release: 17
License: MIT
Summary: X Composite Extension library
URL: http://www.x.org
Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.gz
Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
BuildRequires: xorg-x11-util-macros autoconf automake libtool
BuildRequires: pkgconfig(compositeproto) >= 0.4
BuildRequires: pkgconfig(xfixes) pkgconfig(xext)
BuildRequires: xorg-x11-proto-devel libXfixes-devel libXext-devel
%description
X Composite Extension library
@ -26,7 +25,7 @@ The %{name}-devel package contains development files for %{name}.
%build
autoreconf -ivf
%configure --disable-static
%configure
%make_build
%install
@ -37,35 +36,22 @@ autoreconf -ivf
%files
%defattr(-,root,root)
%doc AUTHORS
%doc AUTHORS
%license COPYING
%{_libdir}/libXcomposite.so.1
%{_libdir}/libXcomposite.so.1.0.0
%{_libdir}/*.so.*
%files devel
%defattr(-,root,root)
%{_includedir}/X11/extensions/Xcomposite.h
%{_libdir}/libXcomposite.so
%{_libdir}/pkgconfig/xcomposite.pc
%{_includedir}/X11/extensions/*.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%files help
%defattr(-,root,root)
%doc README.md ChangeLog
%doc README ChangeLog
%{_mandir}/man3/*.3*
%changelog
* Fri Feb 03 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 0.4.6-1
- update to 0.4.6
* Wed Oct 26 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 0.4.5-2
- Rebuild for next release
* Tue Jul 28 2020 zhangqiumiao <zhangqiumiao1@huawei.com> - 0.4.5-1
- Type:enhancement
- Id:NA
- SUG:NA
- DESC:upgrade to version 0.4.5
* Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.4.4-17
- Type:bugfix
- Id:NA

View File

@ -1,5 +1,5 @@
git_url: https://gitlab.freedesktop.org/xorg/lib/libxcomposite.git
version_control: git
src_repo: https://gitlab.freedesktop.org/xorg/lib/libxcomposite.git
tag_prefix: "^libXcomposite-"
seperator: "."
version_control: git
src_repo: git@gitlab.freedesktop.org:xorg/lib/libxcomposite.git
tag_prefix: libXcomposite
seperator: "."