73 lines
2.3 KiB
RPMSpec
73 lines
2.3 KiB
RPMSpec
Name: fraqtive
|
|
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 <silvan.calarco@mambasoft.it>
|
|
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: libGLU-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libglvnd-devel
|
|
BuildRequires: libstdc++6-devel
|
|
BuildRequires: qt5-qtbase-devel
|
|
## AUTOBUILDREQ-END
|
|
|
|
%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 STRIP=/bin/true
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
%makeinstall INSTALL_ROOT=%{buildroot} STRIP=/bin/true
|
|
|
|
#%{find_lang} %{name}
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_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 <silvan.calarco@mambasoft.it> 0.4.8.1-1mamba
|
|
- update to 0.4.8.1
|
|
|
|
* Mon Feb 02 2015 Automatic Build System <autodist@mambasoft.it> 0.4.8-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Thu Jan 22 2015 Automatic Build System <autodist@mambasoft.it> 0.4.7-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Fri Dec 21 2012 Automatic Build System <autodist@mambasoft.it> 0.4.6-1mamba
|
|
- update to 0.4.6
|
|
|
|
* Fri May 07 2010 Automatic Build System <autodist@mambasoft.it> 0.4.5-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Sat Nov 07 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.4-1mamba
|
|
- update to 0.4.4
|
|
|
|
* Tue Nov 22 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.1-1qilnx
|
|
- package created by autospec
|