]> git.pld-linux.org Git - packages/fyre.git/blame - fyre.spec
- import from sources
[packages/fyre.git] / fyre.spec
CommitLineData
8dc35c19 1%define _sharedir %{_prefix}/share
2
3Summary: gtk2-based explorer for iterated chaotic functions
4#Summary(pl): -
5Name: fyre
6Version: 1.0.0
7Release: 0.1
8License: GPL
9Vendor: David Trowbridge <trowbrds@cs.colorado.edu> Micah Dowty <micah@navi.cx>
10Group: Applications/Graphics
11Source0: http://flapjack.navi.cx/releases/fyre/%{name}-%{version}.tar.gz
12# Source0-md5: 2ea0cbef438c5f63f7e6e5c4a62995e0
13URL: http://fyre.navi.cx
14BuildRequires: gnet-devel >= 2.0
15BuildRequires: gtk+2-devel
16BuildRequires: OpenEXR-devel
17Requires: gnet >= 2.0
18Requires: gtk+2
19Requires: OpenEXR
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23Fyre is a tool for producing computational artwork based on histograms
24of iterated chaotic functions. At the moment, it implements the Peter
25de Jong map in a fixed-function pipeline with an interactive GTK+
26frontend and a command line interface for easy and efficient rendering
27of high-resolution, high quality images.
28
29%prep
30%setup -q
31
32%build
33%configure \
34 --enable-gnet \
35 --enable-openexr
36%{__make}
37
38%install
39rm -rf $RPM_BUILD_ROOT
40
41%{__make} install \
42 DESTDIR=$RPM_BUILD_ROOT
43
44%clean
45rm -rf $RPM_BUILD_ROOT
46
47%post
48
49%postun
50
51%files
52%defattr(644,root,root,755)
53%attr(755,root,root) %{_bindir}/fyre
54%{_desktopdir}/*.desktop
55%{_datadir}/fyre
56%{_datadir}/icons/hicolor/48x48/mimetypes/application-x-fyre-animation.png
57%{_pixmapsdir}/*.png
58%{_datadir}/mime/packages/fyre.xml
This page took 0.075072 seconds and 4 git commands to generate.