This commit is contained in:
parent
8f745a69fa
commit
bf04ccdfe9
@ -1,8 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Sun Aug 20 04:55:49 UTC 2017 - zenitur@ya.ru
|
|
||||||
|
|
||||||
- Fix build on SLE 11
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 16 14:09:59 UTC 2017 - mpluskal@suse.com
|
Wed Aug 16 14:09:59 UTC 2017 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -28,7 +28,6 @@ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}-src.
|
|||||||
# PATCH-FIX-OPENSUSE rhash-1.3.0-shared.patch lazy.kent@opensuse.org -- install development files with shared library
|
# PATCH-FIX-OPENSUSE rhash-1.3.0-shared.patch lazy.kent@opensuse.org -- install development files with shared library
|
||||||
Patch0: rhash-1.3.0-shared.patch
|
Patch0: rhash-1.3.0-shared.patch
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
RHash (Recurcive Hasher) is a console utility for computing and
|
RHash (Recurcive Hasher) is a console utility for computing and
|
||||||
@ -112,7 +111,6 @@ make \
|
|||||||
%postun -n librhash%{major} -p /sbin/ldconfig
|
%postun -n librhash%{major} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc ChangeLog COPYING README
|
%doc ChangeLog COPYING README
|
||||||
%config(noreplace) %{_sysconfdir}/rhashrc
|
%config(noreplace) %{_sysconfdir}/rhashrc
|
||||||
%{_sysconfdir}/rhashrc
|
%{_sysconfdir}/rhashrc
|
||||||
@ -136,11 +134,9 @@ make \
|
|||||||
%{_mandir}/man1/whirlpool-hash.1%{ext_man}
|
%{_mandir}/man1/whirlpool-hash.1%{ext_man}
|
||||||
|
|
||||||
%files -n librhash%{major}
|
%files -n librhash%{major}
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_libdir}/librhash.so.%{major}*
|
%{_libdir}/librhash.so.%{major}*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc ChangeLog COPYING README
|
%doc ChangeLog COPYING README
|
||||||
%{_includedir}/rhash.h
|
%{_includedir}/rhash.h
|
||||||
%{_includedir}/rhash_torrent.h
|
%{_includedir}/rhash_torrent.h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user