From f3e2bc536a0923b84f78197a5c9435b01cde05b5e468af2f5de141887d0c76ab Mon Sep 17 00:00:00 2001 From: Nicolas Morey-Chaisemartin Date: Fri, 29 Mar 2019 08:38:34 +0000 Subject: [PATCH] Accepting request 689734 from home:NMoreyChaisemartin:branches:science:HPC - Add missing python helpers to the package (bsc#1103497) OBS-URL: https://build.opensuse.org/request/show/689734 OBS-URL: https://build.opensuse.org/package/show/science:HPC/mstflint?expand=0&rev=33 --- mstflint.changes | 5 +++++ mstflint.spec | 8 +++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/mstflint.changes b/mstflint.changes index 6837690..ff308a2 100644 --- a/mstflint.changes +++ b/mstflint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 29 07:54:57 UTC 2019 - Nicolas Morey-Chaisemartin + +- Add missing python helpers to the package (bsc#1103497) + ------------------------------------------------------------------- Wed Feb 13 13:11:34 UTC 2019 - nmoreychaisemartin@suse.com diff --git a/mstflint.spec b/mstflint.spec index 35167f7..3e0c645 100644 --- a/mstflint.spec +++ b/mstflint.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -65,12 +65,13 @@ make %{?_smp_mflags} CFLAGS="%{optflags} -I. -fno-exceptions" %install make %{?_smp_mflags} DESTDIR=%{buildroot} install rm -rf %{buildroot}%{_includedir}/mstflint -rm -rf %{buildroot}%{_libdir}/mstflint/ +rm -rf %{buildroot}%{_libdir}/mstflint/*.a rm -rf %{buildroot}%{_bindir}/hca_self_test.ofed %files %defattr(-, root, root) -%doc README COPYING LICENSE +%doc README +%license LICENSE COPYING %{_bindir}/mstconfig %{_bindir}/mstcongestion %{_bindir}/mstflint @@ -83,6 +84,7 @@ rm -rf %{buildroot}%{_bindir}/hca_self_test.ofed %{_bindir}/mstregdump %{_bindir}/mstvpd %{_mandir}/man1/*.1%{ext_man} +%{_libdir}/mstflint/ %{_datadir}/mstflint/ %changelog