diff --git a/fraqtive.spec b/fraqtive.spec index 2c1a8c5..fc71da2 100644 --- a/fraqtive.spec +++ b/fraqtive.spec @@ -1,49 +1,39 @@ Name: fraqtive -Version: 0.4.8 +Version: 0.4.8.1 Release: 1mamba Summary: A KDE program for drawing Mandelbrot and Julia fractals Group: Graphical Desktop/Applications/Graphics Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://fraqtive.mimec.org -Source: http://downloads.sourceforge.net/project/fraqtive/Fraqtive/Fraqtive%20%{version}/fraqtive-%{version}.tar.bz2 +URL: https://fraqtive.mimec.org/ +Source: https://github.com/mimecorg/fraqtive.git/v%{version}/fraqtive-%{version}.tar.bz2 +#Source: http://downloads.sourceforge.net/project/fraqtive/Fraqtive/Fraqtive%20%{version}/fraqtive-%{version}.tar.bz2 License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libfontconfig-devel -BuildRequires: libfreetype-devel -BuildRequires: libgcc -BuildRequires: libGL-devel -BuildRequires: libglib-devel BuildRequires: libGLU-devel -BuildRequires: libICE-devel -BuildRequires: libpng-devel -BuildRequires: libqt4-devel -BuildRequires: libSM-devel +BuildRequires: libgcc +BuildRequires: libglvnd-devel BuildRequires: libstdc++6-devel -BuildRequires: libX11-devel -BuildRequires: libXext-devel -BuildRequires: libXfixes-devel -BuildRequires: libXinerama-devel -BuildRequires: libXrender-devel -BuildRequires: libz-devel +BuildRequires: qt5-qtbase-devel ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Fraqtive is a program for drawing Mandelbrot and Julia fractals. It uses a very fast algorithm and generates high quality, smooth images. It is fully interactive, allowing for real-time mouse navigation and dynamic generation of the Julia fractal preview. OpenGL-rendered 3D view of the fractals is also supported. +%debug_package + %prep %setup -q %build ./configure -prefix %{_prefix} -%make +%make STRIP=/bin/true %install [ "%{buildroot}" != / ] && rm -rf %{buildroot} -%makeinstall INSTALL_ROOT=%{buildroot} +%makeinstall INSTALL_ROOT=%{buildroot} STRIP=/bin/true #%{find_lang} %{name} @@ -52,12 +42,17 @@ Fraqtive is a program for drawing Mandelbrot and Julia fractals. It uses a very %files %defattr(-,root,root) -%doc COPYING ChangeLog README %{_bindir}/fraqtive %{_datadir}/applications/fraqtive.desktop %{_datadir}/icons/hicolor/*/apps/fraqtive.png +%{_mandir}/man1/fraqtive.1* +%doc COPYING +#ChangeLog README %changelog +* Sun Mar 26 2023 Silvan Calarco 0.4.8.1-1mamba +- update to 0.4.8.1 + * Mon Feb 02 2015 Automatic Build System 0.4.8-1mamba - automatic update by autodist