openmamba logo
GNU/Linux distribution
distribution community wiki forum bugs events products
software   community wiki forum bugs events products
packages fraqtive.spec
      Pages: < 1 >  DOWNLOAD      
Name:          fraqtive
Version:       0.4.6
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@...>
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
* Fri Dec 21 2012 Automatic Build System <autodist@...> 0.4.6-1mamba
- update to 0.4.6

* Fri May 07 2010 Automatic Build System <autodist@...> 0.4.5-1mamba
- automatic update by autodist

* Sat Nov 07 2009 Silvan Calarco <silvan.calarco@...> 0.4.4-1mamba
- update to 0.4.4

* Tue Nov 22 2005 Silvan Calarco <silvan.calarco@...> 0.3.1-1qilnx
- package created by autospec