## START: Set by rpmautospec ## (rpmautospec version 0.8.1) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 3; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec # This package only contains header files. %global debug_package %{nil} %global commit 706d3b58025364c2371cafcf9b16e32ff7e630ed %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global gitdate 20240816 %global git 0 Name: sse2neon Version: 1.8.0 Release: %autorelease Summary: A translator from Intel SSE intrinsics to Arm/Aarch64 NEON implementation License: MIT URL: https://github.com/DLTcollab/sse2neon %if 0%{?git} Source: %{url}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz %else Source: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz %endif Patch: sse2neon-run-more-tests-on-gcc.patch ExclusiveArch: aarch64 BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: make %global common_description %{expand: sse2neon is a translator of Intel SSE (Streaming SIMD Extensions) intrinsics to Arm NEON, shortening the time needed to get an Arm working program that then can be used to extract profiles and to identify hot paths in the code. The header file sse2neon.h contains several of the functions provided by Intel intrinsic headers such as , only implemented with NEON-based counterparts to produce the exact semantics of the intrinsics.} %description %{common_description} %package devel Summary: %{summary} Provides: %{name}-static = %{version}-%{release} %description devel %{common_description} %prep %if 0%{?git} %autosetup -p1 -n %{name}-%{commit} %else %autosetup -p1 %endif %install install -dm755 %{buildroot}%{_includedir} install -pm644 %{name}.h %{buildroot}%{_includedir} %check %make_build check %files devel %license LICENSE %doc CONTRIBUTING.md README.md %{_includedir}/%{name}.h %changelog ## START: Generated by rpmautospec * Fri Jul 25 2025 Fedora Release Engineering - 1.8.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Sun Jan 19 2025 Fedora Release Engineering - 1.8.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Wed Jan 01 2025 Dominik 'Rathann' Mierzejewski - 1.8.0-1 - initial package (rhbz#2311822) ## END: Generated by rpmautospec