Compare commits

..

1 commit

Author SHA1 Message Date
Jan Grulich
6a12ae926d Rebuild (qt6) 2024-02-17 18:38:18 +01:00
4 changed files with 14 additions and 18 deletions

2
.gitignore vendored
View file

@ -4,5 +4,3 @@ xaos-3.5.tar.gz
/XaoS-release-4.2.1.tar.gz
/XaoS-release-4.3.1.tar.gz
/XaoS-release-4.3.2.tar.gz
/XaoS-release-4.3.3.tar.gz
/XaoS-release-4.3.4.tar.gz

View file

@ -1,3 +1,3 @@
This repository is maintained by packit.
https://packit.dev/
The file was generated using packit 1.8.0.post1.dev8+gd9516300.
The file was generated using packit 0.88.0.post1.dev4+gc070191b.

View file

@ -1 +1 @@
SHA512 (XaoS-release-4.3.4.tar.gz) = fddec7a6373e2e7f62989bc32493a47e580bc78352eedb1e3ded02d359d676c6fa3931ffa21a3741f36ddc7d1803997c75df42c813ee1cd9cd38335f6038bbfa
SHA512 (XaoS-release-4.3.2.tar.gz) = a5f52840775429723c18fcf196fd21b42f660018bc858bf24bb2c2dfef1e2244b0250e8e32621cbeb43c4db2fe920c1374e353f143db5037e58188035614a0a3

View file

@ -1,22 +1,20 @@
# Use forge macros for pulling from GitHub
%global forgeurl https://github.com/xaos-project/XaoS
%global alt_name XaoS
Name: xaos
Version: 4.3.4
Version: 4.3.2
Release: %autorelease
Summary: A fast, portable real-time interactive fractal zoomer
%global forgeurl https://github.com/xaos-project/XaoS
%global tag release-%{version}
%forgemeta
License: GPL-2.0-or-later
URL: %forgeurl
Source: %forgesource
ExcludeArch: %{ix86}
BuildRequires: cmake(qt6)
BuildRequires: gcc
BuildRequires: libatomic
BuildRequires: qt6-linguist
BuildRequires: qt6-qtbase-devel
BuildRequires: qt6-rpm-macros qt6-linguist
%description
@ -43,9 +41,9 @@ on-the-fly plane switching.
# Binary
install -D --mode 0755 --target-directory %{buildroot}%{_bindir} bin/%{name}
# Data; Datapath forced to XaoS (not configurable)
install -D --mode 0644 --target-directory %{buildroot}%{_datadir}/XaoS/catalogs catalogs/*.cat
cp --archive examples tutorial %{buildroot}%{_datadir}/XaoS
# Data; Datapath forced to %%{alt_name} (not configurable)
install -D --mode 0644 --target-directory %{buildroot}%{_datadir}/%{alt_name}/catalogs catalogs/*.cat
cp --archive examples tutorial %{buildroot}%{_datadir}/%{alt_name}
# Icon, .desktop, AppData
install -D --mode 0644 --target-directory %{buildroot}%{_datadir}/metainfo xdg/%{name}.appdata.xml
@ -59,7 +57,7 @@ install -D --mode 0644 --target-directory %{buildroot}%{_mandir}/man6 doc/%{name
%doc CREDITS.md NEWS doc/README
%license COPYING
%{_bindir}/%{name}
%{_datadir}/XaoS
%{_datadir}/%{alt_name}
%{_datadir}/applications/io.github.xaos_project.XaoS.desktop
%{_datadir}/metainfo/%{name}.appdata.xml
%{_datadir}/pixmaps/%{name}.png