Compare commits
10 Commits
9984060545
...
baf5ddee92
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
baf5ddee92 | ||
|
|
26e859dc82 | ||
|
|
c47a281c82 | ||
|
|
9c0b650011 | ||
|
|
85e7da310b | ||
|
|
4bb43d24ac | ||
|
|
bdbec55b30 | ||
|
|
1fb9bc3ada | ||
|
|
2dfda5d7aa | ||
|
|
ffde44c164 |
Binary file not shown.
BIN
libXcomposite-0.4.6.tar.gz
Normal file
BIN
libXcomposite-0.4.6.tar.gz
Normal file
Binary file not shown.
@ -1,12 +1,13 @@
|
||||
Name: libXcomposite
|
||||
Version: 0.4.4
|
||||
Release: 17
|
||||
Version: 0.4.6
|
||||
Release: 1
|
||||
License: MIT
|
||||
Summary: X Composite Extension library
|
||||
URL: http://www.x.org
|
||||
Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
|
||||
Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.gz
|
||||
BuildRequires: xorg-x11-util-macros autoconf automake libtool
|
||||
BuildRequires: xorg-x11-proto-devel libXfixes-devel libXext-devel
|
||||
BuildRequires: pkgconfig(compositeproto) >= 0.4
|
||||
BuildRequires: pkgconfig(xfixes) pkgconfig(xext)
|
||||
|
||||
%description
|
||||
X Composite Extension library
|
||||
@ -25,7 +26,7 @@ The %{name}-devel package contains development files for %{name}.
|
||||
|
||||
%build
|
||||
autoreconf -ivf
|
||||
%configure
|
||||
%configure --disable-static
|
||||
%make_build
|
||||
|
||||
%install
|
||||
@ -38,20 +39,33 @@ autoreconf -ivf
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS
|
||||
%license COPYING
|
||||
%{_libdir}/*.so.*
|
||||
%{_libdir}/libXcomposite.so.1
|
||||
%{_libdir}/libXcomposite.so.1.0.0
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/X11/extensions/*.h
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_includedir}/X11/extensions/Xcomposite.h
|
||||
%{_libdir}/libXcomposite.so
|
||||
%{_libdir}/pkgconfig/xcomposite.pc
|
||||
|
||||
%files help
|
||||
%defattr(-,root,root)
|
||||
%doc README ChangeLog
|
||||
%doc README.md 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
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
git_url: https://gitlab.freedesktop.org/xorg/lib/libxcomposite.git
|
||||
version_control: git
|
||||
src_repo: git@gitlab.freedesktop.org:xorg/lib/libxcomposite.git
|
||||
tag_prefix: libXcomposite
|
||||
src_repo: https://gitlab.freedesktop.org/xorg/lib/libxcomposite.git
|
||||
tag_prefix: "^libXcomposite-"
|
||||
seperator: "."
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user