libuv/libuv.spec
sxt1001 3f1c955f74 fix Obsoletes in spec and remove ldconfig_scriptlets from check
(cherry picked from commit 66f3f5000643eb71af438eb7e5031785e4f105c9)
2023-04-24 14:12:00 +08:00

106 lines
2.6 KiB
RPMSpec
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Name: libuv
Epoch: 1
Version: 1.42.0
Release: 7
Summary: A multi-platform support library with a focus on asynchronous I/O
# from README.md
License: MIT and CC-BY-4.0
URL: http://libuv.org/
Source0: http://dist.libuv.org/dist/v%{version}/%{name}-v%{version}.tar.gz
Patch1: libuv-Add-sw64-architecture.patch
Patch2: backport-Skip-some-tests.patch
Patch3: 0001-test-fix-typo-in-test-tty-escape-sequence-processing.patch
BuildRequires: autoconf automake libtool gcc make
%description
libuv is a multi-platform support library with a focus on asynchronous I/O.
It was primarily developed for use by Node.js, but its also used by Luvit,
Julia, pyuv, and others.
%package devel
Summary: Development libraries for libuv
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
Obsoletes: %{name}-static < %{version}-%{release}
Provides: %{name}-static
%description devel
Development libraries for libuv
%package_help
%prep
%autosetup -p1 -n %{name}-v%{version}
%build
./autogen.sh
%configure --disable-silent-rules
%make_build
%install
%make_install
%delete_la
%ldconfig_scriptlets
%check
make check
%files
%license LICENSE
%{_libdir}/%{name}.so.*
%files devel
%{_libdir}/%{name}.so
%{_libdir}/%{name}.a
%{_libdir}/pkgconfig/%{name}.pc
%{_includedir}/uv.h
%{_includedir}/uv/
%files help
%doc README.md AUTHORS CONTRIBUTING.md MAINTAINERS.md SUPPORTED_PLATFORMS.md
%doc ChangeLog
%changelog
* Mon Apr 24 2023 shixuantong <shixuantong1@huawei.com> - 1:1.42.0-7
- fix Obsoletes in spec and remove ldconfig_scriptlets from check
* Sat Jan 7 2023 caofei <caofei@xfusion.com> - 1:1.42.0-6
- fix typo in test-tty-escape-sequence-processing.c
* Thu Dec 15 2022 shixuantong <shixuantong1@huawei.com> - 1:1.42.0-5
- add make to buildrequires
* Thu Dec 08 2022 shixuantong <shixuantong1@huawei.com> - 1:1.42.0-4
- skip some test
* Fri Oct 21 2022 wuzx<wuzx1226@qq.com> - 1.42.0-3
- add sw64 patch
* Mon Jun 20 2022 renhongxun <renhongxun@h-partners.com> - 1.42.0-2
- enable check
* Tue Dec 21 2021 shangyibin <shangyibin1@huawei.com> - 1.42.0-1
- upgrade version to 1.42.0
* Tue Jan 26 2021 liudabo <liudabo1@huawei.com> - 1.40.0-1
- upgrade version to 1.40.0
* Mon Dec 14 2020 wangxiao <wangxiao65@huawei.com> - 1.38.1-2
- fix CVE-2020-8252
* Mon Jul 27 2020 wenzhanli <wenzhanli2@huawei.com> - 1.38.1-1
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:version update 1.38.1
* Mon Jun 1 2020 lizhenhua <lizhenhua21@huawei.com> - 1.35.0-1
- update to 1.35.0
* Tue Dec 3 2019 mengxian <mengxian@huawei.com> - 1.23.0-2
- Package init