fix missing library x permission [release 1.3.9-2mamba;Wed May 06 2020]
This commit is contained in:
parent
063b21386d
commit
906f85825e
23
rhash.spec
23
rhash.spec
@ -1,6 +1,6 @@
|
||||
Name: rhash
|
||||
Version: 1.3.8
|
||||
Release: 1mamba
|
||||
Version: 1.3.9
|
||||
Release: 2mamba
|
||||
Summary: Great utility for computing hash sums
|
||||
Group: System/Tools
|
||||
Vendor: openmamba
|
||||
@ -53,7 +53,9 @@ This package contains libraries and header files for developing applications tha
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall install-lib-shared install-lib-static
|
||||
|
||||
|
||||
chmod +x %{buildroot}%{_libdir}/librhash.so.*
|
||||
|
||||
ln -s librhash.so.0 %{buildroot}%{_libdir}/librhash.so
|
||||
|
||||
%find_lang %{name} || touch %{name}.lang
|
||||
@ -64,13 +66,15 @@ ln -s librhash.so.0 %{buildroot}%{_libdir}/librhash.so
|
||||
%post -n lib%{name} -p /sbin/ldconfig
|
||||
%postun -n lib%{name} -p /sbin/ldconfig
|
||||
|
||||
%files -f %{name}.lang
|
||||
%files
|
||||
#-f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%config(noreplace) %{_sysconfdir}/rhashrc
|
||||
%{_bindir}/ed2k-link
|
||||
%{_bindir}/edonr256-hash
|
||||
%{_bindir}/edonr512-hash
|
||||
%{_bindir}/gost-hash
|
||||
%{_bindir}/gost12-256-hash
|
||||
%{_bindir}/gost12-512-hash
|
||||
%{_bindir}/has160-hash
|
||||
%{_bindir}/magnet-link
|
||||
%{_bindir}/rhash
|
||||
@ -81,7 +85,8 @@ ln -s librhash.so.0 %{buildroot}%{_libdir}/librhash.so
|
||||
%{_mandir}/man1/ed2k-link.1*
|
||||
%{_mandir}/man1/edonr256-hash.1*
|
||||
%{_mandir}/man1/edonr512-hash.1*
|
||||
%{_mandir}/man1/gost-hash.1*
|
||||
%{_mandir}/man1/gost12-256-hash.1*
|
||||
%{_mandir}/man1/gost12-512-hash.1*
|
||||
%{_mandir}/man1/has160-hash.1*
|
||||
%{_mandir}/man1/magnet-link.1*
|
||||
%{_mandir}/man1/rhash.1*
|
||||
@ -104,6 +109,12 @@ ln -s librhash.so.0 %{buildroot}%{_libdir}/librhash.so
|
||||
%doc ChangeLog
|
||||
|
||||
%changelog
|
||||
* Wed May 06 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.9-2mamba
|
||||
- fix missing library x permission
|
||||
|
||||
* Wed Jan 01 2020 Automatic Build System <autodist@mambasoft.it> 1.3.9-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Feb 04 2019 Automatic Build System <autodist@mambasoft.it> 1.3.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user