Dirk Stoecker 2023-09-26 08:48:50 +00:00 committed by Git OBS Bridge
parent b87f7d81d1
commit 845e79e6d9
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 26 08:42:27 UTC 2023 - Dirk Stoecker <opensuse@dstoecker.de>
- switch build to official release file
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 23 07:51:56 UTC 2023 - Carsten Ziepke <kieltux@gmail.com> Sat Sep 23 07:51:56 UTC 2023 - Carsten Ziepke <kieltux@gmail.com>

View File

@ -27,6 +27,9 @@ URL: https://7kfans.com/
Source0: https://github.com/the3dfxdude/%{name}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source0: https://github.com/the3dfxdude/%{name}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: %{name}.png Source1: %{name}.png
Source2: %{name}.desktop Source2: %{name}.desktop
BuildRequires: autoconf
BuildRequires: autoconf-archive
BuildRequires: automake
BuildRequires: curl-devel BuildRequires: curl-devel
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: gcc-c++ BuildRequires: gcc-c++
@ -58,6 +61,8 @@ the GPL v2.
%setup -q %setup -q
%build %build
autoreconf -if
./autogen.sh
export CXXFLAGS="%{optflags} -fno-strict-aliasing" export CXXFLAGS="%{optflags} -fno-strict-aliasing"
%configure --docdir=%{_docdir}/%{name} %configure --docdir=%{_docdir}/%{name}
%make_build %make_build