update to 0.4.8.1 [release 0.4.8.1-1mamba;Sun Mar 26 2023]
This commit is contained in:
parent
a594e9f495
commit
48817fc65c
@ -1,49 +1,39 @@
|
|||||||
Name: fraqtive
|
Name: fraqtive
|
||||||
Version: 0.4.8
|
Version: 0.4.8.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A KDE program for drawing Mandelbrot and Julia fractals
|
Summary: A KDE program for drawing Mandelbrot and Julia fractals
|
||||||
Group: Graphical Desktop/Applications/Graphics
|
Group: Graphical Desktop/Applications/Graphics
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://fraqtive.mimec.org
|
URL: https://fraqtive.mimec.org/
|
||||||
Source: http://downloads.sourceforge.net/project/fraqtive/Fraqtive/Fraqtive%20%{version}/fraqtive-%{version}.tar.bz2
|
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
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libfontconfig-devel
|
|
||||||
BuildRequires: libfreetype-devel
|
|
||||||
BuildRequires: libgcc
|
|
||||||
BuildRequires: libGL-devel
|
|
||||||
BuildRequires: libglib-devel
|
|
||||||
BuildRequires: libGLU-devel
|
BuildRequires: libGLU-devel
|
||||||
BuildRequires: libICE-devel
|
BuildRequires: libgcc
|
||||||
BuildRequires: libpng-devel
|
BuildRequires: libglvnd-devel
|
||||||
BuildRequires: libqt4-devel
|
|
||||||
BuildRequires: libSM-devel
|
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: qt5-qtbase-devel
|
||||||
BuildRequires: libXext-devel
|
|
||||||
BuildRequires: libXfixes-devel
|
|
||||||
BuildRequires: libXinerama-devel
|
|
||||||
BuildRequires: libXrender-devel
|
|
||||||
BuildRequires: libz-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%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.
|
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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./configure -prefix %{_prefix}
|
./configure -prefix %{_prefix}
|
||||||
%make
|
%make STRIP=/bin/true
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
%makeinstall INSTALL_ROOT=%{buildroot}
|
%makeinstall INSTALL_ROOT=%{buildroot} STRIP=/bin/true
|
||||||
|
|
||||||
#%{find_lang} %{name}
|
#%{find_lang} %{name}
|
||||||
|
|
||||||
@ -52,12 +42,17 @@ Fraqtive is a program for drawing Mandelbrot and Julia fractals. It uses a very
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING ChangeLog README
|
|
||||||
%{_bindir}/fraqtive
|
%{_bindir}/fraqtive
|
||||||
%{_datadir}/applications/fraqtive.desktop
|
%{_datadir}/applications/fraqtive.desktop
|
||||||
%{_datadir}/icons/hicolor/*/apps/fraqtive.png
|
%{_datadir}/icons/hicolor/*/apps/fraqtive.png
|
||||||
|
%{_mandir}/man1/fraqtive.1*
|
||||||
|
%doc COPYING
|
||||||
|
#ChangeLog README
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Feb 02 2015 Automatic Build System <autodist@mambasoft.it> 0.4.8-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user