File postquantumcryptoengine.spec of Package failed_postquantumcryptoengine

# SPEC_LOCK: DO_NOT_MODIFY_BASELINE
Name: postquantumcryptoengine
Version: 0.1.0
Release: 1
Summary: Minimal portable hello world
License: MIT
URL: https://example.invalid/postquantumcryptoengine
Source0: %{name}-%{version}.tar.xz
BuildRequires: gcc-c++
BuildRequires: libstdc++-devel
%description
Minimal hello world for RISC-V portability validation.

%prep
%setup -q -n %{name}-%{version}

%build
%{__cxx} %{optflags} -std=c++17 -o %{name} main.cpp

%install
mkdir -p %{buildroot}%{_bindir}
install -m 0755 %{name} %{buildroot}%{_bindir}/%{name}

%files
%{_bindir}/%{name}

%changelog
* Thu Sep 19 2025 Auto Repair <noreply@example.invalid> - 0.1.0-1
- Initial minimal locked spec
openSUSE Build Service is sponsored by