Compare commits
No commits in common. "fda54d4c8bd9abb316fe3f0ca3d0b6508a0c82a0" and "a15d06d6657edd488d44c27e262496fb85654b1c" have entirely different histories.
fda54d4c8b
...
a15d06d665
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.
23
rhash.spec
23
rhash.spec
@ -1,5 +1,5 @@
|
|||||||
Name: rhash
|
Name: rhash
|
||||||
Version: 1.4.4
|
Version: 1.4.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Great utility for computing hash sums
|
Summary: Great utility for computing hash sums
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -7,6 +7,7 @@ URL: https://github.com/rhash/RHash
|
|||||||
Source0: https://github.com/rhash/RHash/archive/v%{version}/rhash-%{version}.tar.gz
|
Source0: https://github.com/rhash/RHash/archive/v%{version}/rhash-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
|
BuildRequires: -gcc_secure
|
||||||
|
|
||||||
%description
|
%description
|
||||||
RHash is designed to calculate and verificate magnet links and hash sums.
|
RHash is designed to calculate and verificate magnet links and hash sums.
|
||||||
@ -31,10 +32,11 @@ 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
|
||||||
@ -62,22 +64,7 @@ make test-shared
|
|||||||
%{_mandir}/man1/*.1*
|
%{_mandir}/man1/*.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Oct 11 2023 wangkai <13474090681@163.com> - 1.4.4-1
|
* Mon Jul 20 2020 jinzhimin<jinzhimin2@huawei.com> - 1.4.0-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
|
|
||||||
|
|
||||||
* Wed Aug 19 2020 shixuantong <shixuantong@huawei.com> - 1.4.0-1
|
|
||||||
- Upgrade to 1.4.0
|
- Upgrade to 1.4.0
|
||||||
|
|
||||||
* Sat Dec 4 2019 lihao <lihao129@huawei.com> - 1.3.5-5
|
* Sat Dec 4 2019 lihao <lihao129@huawei.com> - 1.3.5-5
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user