%global debug_package %{nil} Name: pinta Version: 3.0.3 Release: 1%{?dist} Summary: An easy to use drawing and image editing program # the code is licensed under the MIT license while the icons are licensed as CC-BY # Automatically converted from old format: MIT and CC-BY - review is highly recommended. License: LicenseRef-Callaway-MIT AND LicenseRef-Callaway-CC-BY URL: http://pinta-project.com/ Source0: http://github.com/PintaProject/Pinta/releases/download/%{version}/%{name}-%{version}.tar.gz # Mono only available on these: ExclusiveArch: %mono_arches # Pinta fails to build on armv7hl. Mono crashes. # https://bugzilla.redhat.com/show_bug.cgi?id=1869214 ExcludeArch: armv7hl BuildRequires: gcc BuildRequires: make BuildRequires: dotnet-sdk-9.0 BuildRequires: intltool BuildRequires: libadwaita-devel BuildRequires: hicolor-icon-theme %description Pinta is an image drawing/editing program. It's goal is to provide a simplified alternative to GIMP for casual users. %prep %setup -q %build %configure --prefix=%{_bindir} %make_build %install %make_install # Validate desktop file desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop # Validate AppData file appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{name}.appdata.xml %find_lang %name %files -f %{name}.lang %license license-mit.txt license-pdn.txt %doc readme.md %{_libdir}/%{name} %{_libdir}/pkgconfig/%{name}.pc %{_bindir}/%{name} %{_metainfodir}/%{name}.appdata.xml %exclude %{_datadir}/appdata/%{name}.appdata.xml %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/*/*/%{name}.* %{_datadir}/man/man1/%{name}* %{_datadir}/pixmaps/%{name}* %changelog * Fri Jul 25 2025 Fedora Release Engineering - 1.7.1-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Sat Jan 18 2025 Fedora Release Engineering - 1.7.1-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild