From 8f745a69fab0edd7f3155fb49b5ff57e842183e349397378f45f30382e65b055 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 21 Aug 2017 05:39:11 +0000 Subject: [PATCH] Accepting request 517727 from home:linux4humans:sle11_software - Fix build on SLE 11 OBS-URL: https://build.opensuse.org/request/show/517727 OBS-URL: https://build.opensuse.org/package/show/network:utilities/rhash?expand=0&rev=6 --- rhash.changes | 5 +++++ rhash.spec | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/rhash.changes b/rhash.changes index 297467b..53bf05a 100644 --- a/rhash.changes +++ b/rhash.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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 diff --git a/rhash.spec b/rhash.spec index 8c412b2..f1da4ba 100644 --- a/rhash.spec +++ b/rhash.spec @@ -28,6 +28,7 @@ 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 Patch0: rhash-1.3.0-shared.patch Recommends: %{name}-lang +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description RHash (Recurcive Hasher) is a console utility for computing and @@ -111,6 +112,7 @@ make \ %postun -n librhash%{major} -p /sbin/ldconfig %files +%defattr(-,root,root) %doc ChangeLog COPYING README %config(noreplace) %{_sysconfdir}/rhashrc %{_sysconfdir}/rhashrc @@ -134,9 +136,11 @@ make \ %{_mandir}/man1/whirlpool-hash.1%{ext_man} %files -n librhash%{major} +%defattr(-,root,root) %{_libdir}/librhash.so.%{major}* %files devel +%defattr(-,root,root) %doc ChangeLog COPYING README %{_includedir}/rhash.h %{_includedir}/rhash_torrent.h