update to 0.4.6 [release 0.4.6-1mamba;Fri Dec 21 2012]

This commit is contained in:
Automatic Build System 2024-01-05 22:32:42 +01:00
parent a4d39f87b6
commit ec73a1292d
2 changed files with 73 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# fraqtive
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.

71
fraqtive.spec Normal file
View File

@ -0,0 +1,71 @@
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@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
* 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