libICE/libICE.spec
zhouwenpei 70b21a4004 Rebuild for next release
Signed-off-by: zhouwenpei <zhouwenpei050@chinasoftinc.com>
(cherry picked from commit ef89d569c43e8aa883b96ca3479a65c4f9109e16)
2022-10-27 14:26:27 +08:00

84 lines
1.7 KiB
RPMSpec

Name: libICE
Version: 1.0.10
Release: 5
Summary: Inter-Client Exchange Library
License: MIT
URL: http://www.x.org
Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
Patch0: 0002-Add-getentropy-emulation-through-syscall.patch
BuildRequires: xorg-x11-util-macros autoconf automake libtool pkgconfig
BuildRequires: xorg-x11-proto-devel xorg-x11-xtrans-devel >= 1.0.3-5
%description
The X.Org X11 ICE runtime library.
%package devel
Summary: header files for libICE
Requires: %{name} = %{version}-%{release}
%description devel
header files for libICE
%package_help
%prep
%autosetup -n %{name}-%{version} -p1
%build
autoreconf -ivf
%configure --without-fop --without-xmlto
%make_build V=1
%check
make check
%install
%make_install
%delete_la_and_a
%ldconfig_scriptlets
%files
%defattr(-,root,root)
%doc AUTHORS INSTALL
%license COPYING
%{_libdir}/libICE.so.*
%files devel
%defattr(-,root,root)
%{_libdir}/libICE.so
%{_libdir}/pkgconfig/ice.pc
%{_includedir}/X11/ICE
%{_docdir}/%{name}/*.xml
%files help
%defattr(-,root,root)
%doc ChangeLog README.md
%changelog
* Wed Oct 26 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 1.0.10-5
- Rebuild for next release
* Tue Feb 9 2021 jinzhimin <jinzhimin2@huawei.com> - 1.0.10-4
- rebuild libICE
* Tue Feb 9 2021 jinzhimin <jinzhimin2@huawei.com> - 1.0.10-3
- add check in spec
* Sat Dec 28 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.0.10-2
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:modify the spec
* Thu Oct 31 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.0.10-1
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:update to 1.0.10
* Tue Sep 17 2019 Yiru Wang <wangyiru1@huawei.com> - 1.0.9-15
- Pakcage init