Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
5b71c8e201
!50 【轻量级PR】: Added 'Buildarch: noarch'to the help subpaackage
From: @huang-guangtao 
Reviewed-by: @Charlie_li 
Signed-off-by: @Charlie_li
2025-02-21 08:36:12 +00:00
zhaozekai
a6842b181d
Replaced declaration of help subpackage with the 'package_help' macor.
Signed-off-by: zhaozekai <zhaozekai@cqsoftware.com.cn>
2024-08-20 07:21:31 +00:00
openeuler-ci-bot
fda54d4c8b
!37 Update to 1.4.4
From: @wk333 
Reviewed-by: @starlet-dx 
Signed-off-by: @starlet-dx
2023-10-11 11:32:48 +00:00
wk333
5894bb4d10 Update to 1.4.4 2023-10-11 15:29:53 +08:00
openeuler-ci-bot
29b3ed0ae5
!25 Fix install-gmo target to recompile gmo files only if needed
From: @cao-fei8 
Reviewed-by: @Charlie_li 
Signed-off-by: @Charlie_li
2023-01-06 09:50:58 +00:00
cao-fei8
5878544cac Fix install-gmo target to recompile gmo files only if needed
Signed-off-by: cao-fei8 <caofei@xfusion.com>
2023-01-06 17:13:38 +08:00
openeuler-ci-bot
4f3dce59a0
!20 fix incorrect total message in check-embedded mode
From: @cao-fei8 
Reviewed-by: @Charlie_li 
Signed-off-by: @Charlie_li
2023-01-06 07:13:30 +00:00
cao-fei8
c4375bfd78 fix incorrect total message in check-embedded mode
Signed-off-by: cao-fei8 <caofei@xfusion.com>
2023-01-06 14:24:20 +08:00
openeuler-ci-bot
8a287af91b !11 Upgrade to 1.4.2
Merge pull request !11 from 邹林/master
2021-12-31 01:31:00 +00:00
zou_lin77
5b46b53430 Upgrade to 1.4.2 2021-12-29 16:09:58 +08:00
3 changed files with 18 additions and 7 deletions

Binary file not shown.

BIN
rhash-1.4.4.tar.gz Normal file

Binary file not shown.

View File

@ -1,5 +1,5 @@
Name: rhash
Version: 1.4.0
Version: 1.4.4
Release: 2
Summary: Great utility for computing hash sums
License: MIT
@ -24,18 +24,14 @@ Requires: rhash = %{version}-%{release}
%description devel
This package contains header files for developing applications with rhash APIs.
%package help
Summary: Documentation for rhash
%description help
Documentation for rhash
%package_help
%prep
%autosetup -n RHash-%{version}
sed -i -e '/^INSTALL_SHARED/s/644/755/' librhash/Makefile
%build
./configure --prefix=%{_prefix} --exec-prefix=%{_prefix} --bindir=%{_bindir} --sysconfdir=%{_sysconfdir} --libdir=%{_libdir} --mandir=%{_mandir} --enable-lib-shared --enable-gettext
%make_build OPTFLAGS="%{optflags}" OPTLDFLAGS="-g %{?__global_ldflags}" build-shared
%make_build OPTFLAGS="%{optflags}" OPTLDFLAGS="-g %{?__global_ldflags}"
%install
%make_install
@ -63,6 +59,21 @@ make test-shared
%{_mandir}/man1/*.1*
%changelog
* Tue Aug 20 2024 Zekai Zhao <zhaozekai@cqsoftware.com.cn> - 1.4.4-2
- Replaced declaration of help subpackage with the 'package_help' macor.
* Wed Oct 11 2023 wangkai <13474090681@163.com> - 1.4.4-1
- Update to 1.4.4
* Fri Jan 6 2023 caofei <caofei@xfusion.com> - 1.4.2-3
- Fix install-gmo target to recompile gmo files only if needed
* Fri Jan 6 2023 caofei <caofei@xfusion.com> - 1.4.2-2
- fix incorrect total message in check-embedded mode
* Wed Dec 29 2021 zoulin <zoulin13@huawei.com> - 1.4.2-1
- Upgrade to 1.4.2
* Thu Apr 8 2021 shenyangyang <shenyangyang4@huawei.com> - 1.4.0-2
- Delete unneeded build requires