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