]> git.pld-linux.org Git - packages/ayam.git/blob - ayam.spec
- geez
[packages/ayam.git] / ayam.spec
1 #
2 # Conditional build:
3 %bcond_with     tests           # build with tests
4 %bcond_without  tests           # build without tests
5 #
6 Summary:        Ayam is a free 3D modelling environment for the RenderMan interface
7 Name:           ayam
8 Version:        1.8.2
9 Release:        0.1
10 Epoch:          0
11 License:        BSD
12 Group:          -
13 Source0:        http://dl.sourceforge.net/%{name}/%{name}%{version}.src.tar.gz
14 # Source0-md5:  
15 Patch0:         %{name}-Makefile.shared.patch
16 URL:            http://ayam.sourceforge.net/
17 BuildRequires:  OpenGL-devel
18 BuildRequires:  tcl-devel
19 BuildRequires:  tk-devel
20 BuildRequires:  OpenGL-devel
21 #PreReq:                -
22 #Requires(pre,post):    -
23 #Requires(preun):       -
24 #Requires(postun):      -
25 #Requires:      -
26 #Provides:      -
27 #Obsoletes:     -
28 #Conflicts:     -
29 #BuildArch:     noarch
30 #ExclusiveArch:  %{ix86}
31 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33 %description
34 Ayam is a free (as in free speech, BSD-licensed) 3D modelling environment for the RenderMan interface. Free means that neither the author nor any contributors make money out of this software. We need your (yes your!) feedback to keep this project alive. If you use Ayam, please submit your pictures, bug reports, or feature requests.
35
36 Ayam features at a glance:
37
38 - RIB (RenderMan Interface Bytestream) export and import.
39 - Support for NURBS curves and (trimmed) NURBS surfaces, Boxes, Quadrics (Sphere, Disk, Cylinder, Cone, Hyperboloid, Paraboloid, and Torus), CSG, MetaBalls, Patch Meshes, Polygonal Meshes, and Subdivision Surfaces.
40 - NURBS modelling includes normal and interpolating curves as well as extrude, revolve, sweep, birail, skin and gordon objects with caps, holes, and bevels.
41 - Custom objects that may freely implement their representations (using OpenGL and RIB) and even small GUIs to edit their type specific parameters may be written by the user and dynamically loaded at runtime.
42 - Scripting interface: Tcl.
43 - Misc: instancing, arbitrary number of modeling views, object clipboard, independent property clipboard, console, n-level undo. 
44
45 %description -l pl
46
47 #%package subpackage
48 #Summary:       -
49 #Summary(pl):   -
50 #Group:         -
51
52 #%description subpackage
53
54 #%description subpackage -l pl
55
56 %prep
57 %setup -q -n %{name}
58 %patch0 -p1
59
60 %build
61 cd src
62 make  -f Makefile.shared 
63
64 %install
65 rm -rf $RPM_BUILD_ROOT
66 # create directories if necessary
67 #install -d $RPM_BUILD_ROOT
68
69 #%{__make} install \
70 #       DESTDIR=$RPM_BUILD_ROOT
71
72 %clean
73 rm -rf $RPM_BUILD_ROOT
74
75 %pre
76
77 %post
78
79 %preun
80
81 %postun
82
83 %files
84 %defattr(644,root,root,755)
85 %doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
86
87 # if _sysconfdir != /etc:
88 #%%dir %{_sysconfdir}
89 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
90
91 %attr(755,root,root) %{_bindir}/*
92
93 %{_datadir}/%{name}
94
95 # initscript and its config
96 %attr(754,root,root) /etc/rc.d/init.d/%{name}
97 %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
98
99 #%files subpackage
100 #%defattr(644,root,root,755)
101 #%doc extras/*.gz
102 #%{_datadir}/%{name}-ext
This page took 0.059896 seconds and 4 git commands to generate.