forked from pool/mstflint
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
This commit is contained in:
parent
de3bdd4771
commit
f3e2bc536a
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 29 07:54:57 UTC 2019 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
||||||
|
|
||||||
|
- Add missing python helpers to the package (bsc#1103497)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 13 13:11:34 UTC 2019 - nmoreychaisemartin@suse.com
|
Wed Feb 13 13:11:34 UTC 2019 - nmoreychaisemartin@suse.com
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%install
|
||||||
make %{?_smp_mflags} DESTDIR=%{buildroot} install
|
make %{?_smp_mflags} DESTDIR=%{buildroot} install
|
||||||
rm -rf %{buildroot}%{_includedir}/mstflint
|
rm -rf %{buildroot}%{_includedir}/mstflint
|
||||||
rm -rf %{buildroot}%{_libdir}/mstflint/
|
rm -rf %{buildroot}%{_libdir}/mstflint/*.a
|
||||||
rm -rf %{buildroot}%{_bindir}/hca_self_test.ofed
|
rm -rf %{buildroot}%{_bindir}/hca_self_test.ofed
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc README COPYING LICENSE
|
%doc README
|
||||||
|
%license LICENSE COPYING
|
||||||
%{_bindir}/mstconfig
|
%{_bindir}/mstconfig
|
||||||
%{_bindir}/mstcongestion
|
%{_bindir}/mstcongestion
|
||||||
%{_bindir}/mstflint
|
%{_bindir}/mstflint
|
||||||
@ -83,6 +84,7 @@ rm -rf %{buildroot}%{_bindir}/hca_self_test.ofed
|
|||||||
%{_bindir}/mstregdump
|
%{_bindir}/mstregdump
|
||||||
%{_bindir}/mstvpd
|
%{_bindir}/mstvpd
|
||||||
%{_mandir}/man1/*.1%{ext_man}
|
%{_mandir}/man1/*.1%{ext_man}
|
||||||
|
%{_libdir}/mstflint/
|
||||||
%{_datadir}/mstflint/
|
%{_datadir}/mstflint/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user