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