!2 upgrade to versiuon 0.4.5
Merge pull request !2 from zhangqiumiao/master
This commit is contained in:
commit
bdbec55b30
Binary file not shown.
BIN
libXcomposite-0.4.5.tar.bz2
Normal file
BIN
libXcomposite-0.4.5.tar.bz2
Normal file
Binary file not shown.
@ -1,12 +1,13 @@
|
||||
Name: libXcomposite
|
||||
Version: 0.4.4
|
||||
Release: 17
|
||||
Version: 0.4.5
|
||||
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
|
||||
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
|
||||
@ -36,22 +37,29 @@ autoreconf -ivf
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS
|
||||
%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
|
||||
* 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 +0,0 @@
|
||||
version_control: git
|
||||
src_repo: https://gitlab.freedesktop.org/xorg/lib/libxcomposite.git
|
||||
tag_prefix: libXcomposite
|
||||
seperator: "."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user