File libstdc++.spec of Package libstdc++
Name: libstdc++
Version: 13.3.0+git8781
Release: 0
Summary: Meta-package to pull in libstdc++6
License: GPL-3.0-or-later WITH GCC-exception-3.1
Group: Development/Libraries/C and C++
#BuildArch: noarch
Requires: libstdc++6 >= %{version}
%description
This is a meta-package to pull in . It is intended to provide
the %{name} dependancy to ensure package compatibility for packages (such as
ProtonMail Bridge) that would otherwise be compatible with openSUSE but which
don't require the correct openSUSE package.
%prep
echo "Nothing to prep"
%build
echo "Nothing to build"
%install
echo "Nothing to install"
%files
%changelog
* Mon Jul 22 2024 Kristopher Gamrat <gamrat.kristopher@protonmail.com>
- Initial Release