Compare commits

..

No commits in common. "6ba9ae1df39b14671d8adb03bdaba5e93362a856" and "b137edb314d8c6b9bc802039da4e515a9e12a6d6" have entirely different histories.

4 changed files with 10 additions and 33 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.5
Release: 2
Version: 0.4.4
Release: 16
License: MIT
Summary: X Composite Extension library
URL: http://www.x.org
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,37 +36,20 @@ autoreconf -ivf
%files
%defattr(-,root,root)
%doc AUTHORS
%license COPYING
%{_libdir}/libXcomposite.so.1
%{_libdir}/libXcomposite.so.1.0.0
%doc AUTHORS COPYING
%{_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
* 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
- SUG:NA
- DESC:change the directory of the license file
* Tue Sep 3 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.4.4-16
- Package init

View File

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