]> git.pld-linux.org Git - packages/blender.git/blob - blender.spec
- added URL tag
[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.28c
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:  b1e00a4d8f63ca2a7598e20c89a0b7fd
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 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31 %define         _noautoreqdep   libGL.so.1 libGLU.so.1
32
33 %description
34 Blender is a free and fully functional 3D modeling, rendering,
35 animation and game creation package for Unix, Windows and BeOS
36 systems.
37
38 %description -l pl
39 Blender to darmowy i w pe³ni funkcjonalny pakiet do tworzenia animacji
40 3D oraz gier, dostêpny dla systemów Unix, Windows i BeOS.
41
42 %prep
43 %setup -q
44
45 %build
46 rm -f missing
47 %{__libtoolize}
48 %{__aclocal}
49 %{__autoconf}
50 %{__automake}
51 %configure
52
53 %{__make}
54
55 %install
56 rm -rf $RPM_BUILD_ROOT
57 install -d $RPM_BUILD_ROOT{%{_datadir},%{_desktopdir},%{_pixmapsdir}}
58
59 %{__make} install \
60         DESTDIR=$RPM_BUILD_ROOT
61
62 install -c %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
63 install -c %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
64 cp -a bin/.blender/locale $RPM_BUILD_ROOT%{_datadir}
65
66 %find_lang %{name} --all-name
67
68 %clean
69 rm -rf $RPM_BUILD_ROOT
70
71 %files -f %{name}.lang
72 %defattr(644,root,root,755)
73 %doc README release*.txt
74 %attr(755,root,root) %{_bindir}/*
75 %{_desktopdir}/*.desktop
76 %{_pixmapsdir}/*.png
This page took 0.03592 seconds and 4 git commands to generate.