!49 fix Obsoletes in spec and remove ldconfig_scriptlets from check
From: @tong_1001 Reviewed-by: @zengwefeng Signed-off-by: @zengwefeng
This commit is contained in:
commit
333ff27580
10
libuv.spec
10
libuv.spec
@ -1,7 +1,7 @@
|
|||||||
Name: libuv
|
Name: libuv
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.42.0
|
Version: 1.42.0
|
||||||
Release: 4
|
Release: 5
|
||||||
Summary: A multi-platform support library with a focus on asynchronous I/O
|
Summary: A multi-platform support library with a focus on asynchronous I/O
|
||||||
|
|
||||||
# from README.md
|
# from README.md
|
||||||
@ -21,7 +21,7 @@ Julia, pyuv, and others.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Development libraries for libuv
|
Summary: Development libraries for libuv
|
||||||
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
||||||
Obsoletes: %{name}-static
|
Obsoletes: %{name}-static < %{version}-%{release}
|
||||||
Provides: %{name}-static
|
Provides: %{name}-static
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -41,8 +41,9 @@ Development libraries for libuv
|
|||||||
%make_install
|
%make_install
|
||||||
%delete_la
|
%delete_la
|
||||||
|
|
||||||
%check
|
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
|
%check
|
||||||
make check
|
make check
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -61,6 +62,9 @@ make check
|
|||||||
%doc ChangeLog
|
%doc ChangeLog
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 24 2023 shixuantong <shixuantong1@huawei.com> - 1:1.42.0-5
|
||||||
|
- fix Obsoletes in spec and remove ldconfig_scriptlets from check
|
||||||
|
|
||||||
* Thu Dec 15 2022 shixuantong <shixuantong1@huawei.com> - 1:1.42.0-4
|
* Thu Dec 15 2022 shixuantong <shixuantong1@huawei.com> - 1:1.42.0-4
|
||||||
- add make to buildrequires
|
- add make to buildrequires
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user