Compare commits
No commits in common. "5b71c8e201fea08ce09260e30096ee232a94b043" and "8155ba61191fba8177bb2b9778fb430954e1ffd4" have entirely different histories.
5b71c8e201
...
8155ba6119
BIN
rhash-1.4.0.tar.gz
Normal file
BIN
rhash-1.4.0.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
25
rhash.spec
25
rhash.spec
@ -1,5 +1,5 @@
|
|||||||
Name: rhash
|
Name: rhash
|
||||||
Version: 1.4.4
|
Version: 1.4.0
|
||||||
Release: 2
|
Release: 2
|
||||||
Summary: Great utility for computing hash sums
|
Summary: Great utility for computing hash sums
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -24,14 +24,18 @@ Requires: rhash = %{version}-%{release}
|
|||||||
%description devel
|
%description devel
|
||||||
This package contains header files for developing applications with rhash APIs.
|
This package contains header files for developing applications with rhash APIs.
|
||||||
|
|
||||||
%package_help
|
%package help
|
||||||
|
Summary: Documentation for rhash
|
||||||
|
%description help
|
||||||
|
Documentation for rhash
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n RHash-%{version}
|
%autosetup -n RHash-%{version}
|
||||||
|
sed -i -e '/^INSTALL_SHARED/s/644/755/' librhash/Makefile
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./configure --prefix=%{_prefix} --exec-prefix=%{_prefix} --bindir=%{_bindir} --sysconfdir=%{_sysconfdir} --libdir=%{_libdir} --mandir=%{_mandir} --enable-lib-shared --enable-gettext
|
./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}"
|
%make_build OPTFLAGS="%{optflags}" OPTLDFLAGS="-g %{?__global_ldflags}" build-shared
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
@ -59,21 +63,6 @@ make test-shared
|
|||||||
%{_mandir}/man1/*.1*
|
%{_mandir}/man1/*.1*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Apr 8 2021 shenyangyang <shenyangyang4@huawei.com> - 1.4.0-2
|
||||||
- Delete unneeded build requires
|
- Delete unneeded build requires
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user