diff --git a/.files b/.files new file mode 100644 index 0000000..87fdb14 Binary files /dev/null and b/.files differ diff --git a/.meta b/.meta new file mode 100644 index 0000000..d002af4 --- /dev/null +++ b/.meta @@ -0,0 +1,5 @@ + + + + + diff --git a/.rev b/.rev new file mode 100644 index 0000000..f2ca8b4 --- /dev/null +++ b/.rev @@ -0,0 +1,10 @@ + + + e253efddaef2627a00b1bc32a8d8a496 + 2.11.6 + + dimstar_suse + Dependency for openMS and openMVG + 1061433 + + diff --git a/coin-or-CoinUtils-2.11.6.tar.gz b/coin-or-CoinUtils-2.11.6.tar.gz new file mode 120000 index 0000000..f6e6d2e --- /dev/null +++ b/coin-or-CoinUtils-2.11.6.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeig3ka3gt7xepgb7h53jnymp67jsdomvqxz35bzx2cn2nvh7zy2xbq \ No newline at end of file diff --git a/coin-or-CoinUtils.changes b/coin-or-CoinUtils.changes new file mode 100644 index 0000000..1fb043b --- /dev/null +++ b/coin-or-CoinUtils.changes @@ -0,0 +1,9 @@ +------------------------------------------------------------------- +Thu Jan 26 23:27:22 UTC 2023 - Stefan Brüns + +- Minor spec file cleanup + +------------------------------------------------------------------- +Thu Aug 18 00:15:08 UTC 2022 - Stefan Brüns + +- Initial package version (2.11.6) diff --git a/coin-or-CoinUtils.spec b/coin-or-CoinUtils.spec new file mode 100644 index 0000000..d3bd93e --- /dev/null +++ b/coin-or-CoinUtils.spec @@ -0,0 +1,81 @@ +# +# spec file for package coin-or-CoinUtils +# +# Copyright (c) 2023 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +%define soversion 3 + +Name: coin-or-CoinUtils +Version: 2.11.6 +Release: 0 +Summary: COIN-OR Utilities +Group: Productivity/Scientific/Math +License: EPL-2.0 +URL: https://www.coin-or.org/ +Source: https://github.com/coin-or/CoinUtils/archive/refs/tags/releases/%{version}.tar.gz#/%{name}-%{version}.tar.gz +BuildRequires: gcc-c++ + +%description +CoinUtils is an open-source collection of classes and helper functions +that are generally useful to multiple COIN-OR projects. + +%package -n libCoinUtils%{soversion} +Summary: Shared Libraries for coin-or-CoinUtils +Group: System/Libraries + +%description -n libCoinUtils%{soversion} +CoinUtils is an open-source collection of classes and helper functions +that are generally useful to multiple COIN-OR projects. + +%package devel +Summary: Development headers for coin-or-CoinUtils +Requires: libCoinUtils%{soversion} = %{version} + +%description devel +CoinUtils is an open-source collection of classes and helper functions +that are generally useful to multiple COIN-OR projects. + +This package contains the development headers for coin-or-CoinUtils. + +%prep +%setup -n CoinUtils-releases-%{version} + +%build +%configure +%make_build + +%install +%make_install DocInstallDir=%{_docdir}/%{name} +find %{buildroot}%{_libdir} -iname \*.la -print -delete +rm %{buildroot}/%{_datadir}/coin/doc/CoinUtils/coinutils_addlibs.txt + +# Obsolete/duplicate +rm %{buildroot}/%{_docdir}/%{name}/{AUTHORS,LICENSE} + +%post -n libCoinUtils%{soversion} -p /sbin/ldconfig +%postun -n libCoinUtils%{soversion} -p /sbin/ldconfig + +%files -n libCoinUtils%{soversion} +%license LICENSE +%{_libdir}/libCoinUtils.so.%{soversion}* + +%files devel +%{_libdir}/libCoinUtils.so +%{_includedir}/coin/ +%{_libdir}/pkgconfig/coinutils.pc + +%changelog +