]> git.pld-linux.org Git - packages/blender.git/blob - blender.spec
- version 2.28c
[packages/blender.git] / blender.spec
1 # TODO:
2 # - check BRs
3 # - localization
4 #
5 Summary:        3D modeling, rendering, animation and game creation package
6 Summary(pl):    Pakiet do tworzenia animacji 3D oraz gier
7 Name:           blender
8 Version:        2.28c
9 Release:        0.1
10 License:        GPL
11 Group:          X11/Applications/Graphics
12 Source0:        http://download.blender.org/source/%{name}-%{version}.tar.bz2
13 # Source0-md5:  b1e00a4d8f63ca2a7598e20c89a0b7fd
14 Source1:        %{name}.desktop
15 Source2:        %{name}.png
16 BuildRequires:  OpenAL-devel
17 BuildRequires:  OpenGL-devel
18 BuildRequires:  SDL-devel
19 BuildRequires:  autoconf
20 BuildRequires:  automake
21 BuildRequires:  esound-devel
22 BuildRequires:  libjpeg-devel
23 BuildRequires:  libpng-devel
24 BuildRequires:  libstdc++-devel
25 BuildRequires:  libtool
26 BuildRequires:  libvorbis-devel
27 BuildRequires:  openssl-devel >= 0.9.7c
28 BuildRequires:  python-devel
29 BuildRequires:  smpeg-devel
30 BuildRequires:  zlib-devel
31 Requires:       OpenGL
32 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
33
34 %define         _noautoreqdep   libGL.so.1 libGLU.so.1
35
36 %description
37 Blender is a free and fully functional 3D modeling, rendering,
38 animation and game creation package for Unix, Windows and BeOS
39 systems.
40
41 %description -l pl
42 Blender to darmowy i w pe³ni funkcjonalny pakiet do tworzenia animacji
43 3D oraz gier, dostêpny dla systemów Unix, Windows i BeOS.
44
45 %prep
46 %setup -q
47
48 %build
49 rm -f missing
50 %{__libtoolize}
51 %{__aclocal}
52 %{__autoconf}
53 %{__automake}
54 %configure
55 %{__make}
56
57 %install
58 rm -rf $RPM_BUILD_ROOT
59 install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
60
61 %{__make} install \
62         DESTDIR=$RPM_BUILD_ROOT
63
64 install -c %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
65 install -c %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
66
67 %clean
68 rm -rf $RPM_BUILD_ROOT
69
70 %files
71 %defattr(644,root,root,755)
72 %doc README
73 %attr(755,root,root) %{_bindir}/*
74 %{_desktopdir}/*.desktop
75 %{_pixmapsdir}/*.png
This page took 0.045532 seconds and 4 git commands to generate.