]> git.pld-linux.org Git - packages/blender.git/blobdiff - blender.spec
- missing ';'
[packages/blender.git] / blender.spec
index a682bec87a52f223bca429dd11ea786f775d11f8..b30f8677f5ed6d571737a282ee2f15d7b7bf15db 100644 (file)
@@ -1,33 +1,32 @@
-# TODO:
-# - check BRs
-#
 Summary:       3D modeling, rendering, animation and game creation package
 Summary(pl):   Pakiet do tworzenia animacji 3D oraz gier
 Name:          blender
-Version:       2.28
-Release:       0.1
+Version:       2.32
+Release:       1
 License:       GPL
 Group:         X11/Applications/Graphics
 Source0:       http://download.blender.org/source/%{name}-%{version}.tar.bz2
-# Source0-md5: 4c86e9d28c6ca70b80375fd2c75423bb
+# Source0-md5: ebde5f573e19b7b8b64401d293c989e7
 Source1:       %{name}.desktop
 Source2:       %{name}.png
-BuildRequires: OpenAL-devel
+URL:           http://www.blender.org/
+#BuildRequires:        OpenAL-devel
 BuildRequires: OpenGL-devel
 BuildRequires: SDL-devel
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: esound-devel
+#BuildRequires:        esound-devel
 BuildRequires: libjpeg-devel
 BuildRequires: libpng-devel
 BuildRequires: libstdc++-devel
 BuildRequires: libtool
 BuildRequires: libvorbis-devel
-BuildRequires: openssl-devel >= 0.9.7
+BuildRequires: openssl-devel >= 0.9.7c
 BuildRequires: python-devel
-BuildRequires: smpeg-devel
+#BuildRequires:        smpeg-devel
 BuildRequires: zlib-devel
 Requires:      OpenGL
+Requires:      python-modules
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define        _noautoreqdep   libGL.so.1 libGLU.so.1
@@ -51,24 +50,28 @@ rm -f missing
 %{__autoconf}
 %{__automake}
 %configure
+
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_applnkdir},%{_pixmapsdir}}
+install -d $RPM_BUILD_ROOT{%{_datadir},%{_desktopdir},%{_pixmapsdir}}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-install -c %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}
+install -c %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
 install -c %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
+cp -a bin/.blender/locale $RPM_BUILD_ROOT%{_datadir}
+
+%find_lang %{name} --all-name
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc README
+%doc README release*.txt
 %attr(755,root,root) %{_bindir}/*
-%{_applnkdir}/%{name}.desktop
-%{_pixmapsdir}/%{name}.png
+%{_desktopdir}/*.desktop
+%{_pixmapsdir}/*.png
This page took 0.084429 seconds and 4 git commands to generate.