2024-01-05 22:32:42 +01:00
|
|
|
Name: fraqtive
|
2024-01-05 22:32:42 +01:00
|
|
|
Version: 0.4.8
|
2024-01-05 22:32:42 +01:00
|
|
|
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: http://fraqtive.mimec.org
|
|
|
|
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: libstdc++6-devel
|
|
|
|
BuildRequires: libX11-devel
|
|
|
|
BuildRequires: libXext-devel
|
|
|
|
BuildRequires: libXfixes-devel
|
|
|
|
BuildRequires: libXinerama-devel
|
|
|
|
BuildRequires: libXrender-devel
|
|
|
|
BuildRequires: libz-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.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
./configure -prefix %{_prefix}
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
|
|
%makeinstall INSTALL_ROOT=%{buildroot}
|
|
|
|
|
|
|
|
#%{find_lang} %{name}
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc COPYING ChangeLog README
|
|
|
|
%{_bindir}/fraqtive
|
|
|
|
%{_datadir}/applications/fraqtive.desktop
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/fraqtive.png
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 22:32:42 +01:00
|
|
|
* Mon Feb 02 2015 Automatic Build System <autodist@mambasoft.it> 0.4.8-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 22:32:42 +01:00
|
|
|
* Thu Jan 22 2015 Automatic Build System <autodist@mambasoft.it> 0.4.7-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 22:32:42 +01:00
|
|
|
* 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
|