Name: k3d Version: 0.7.11.0 Release: 1%{?dist} Summary: A 3D Modeling, Animation and Rendering System Group: Applications/Multimedia License: GPLv2+ URL: http://www.k-3d.org/ Source0: http://dl.sourceforge.net/k3d/k3d-source-%{version}.tar.gz Source1: k3d.desktop Patch0: k3d-0.7.11.0-potfiles.patch Patch1: k3d-0.7.10.0-warn.patch Patch2: k3d-0.7.11.0-fontpath.patch Patch3: k3d-0.7.11.0-gcc44.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: aqsis BuildRequires: cmake BuildRequires: desktop-file-utils BuildRequires: mesa-libGL-devel BuildRequires: expat-devel BuildRequires: libsigc++20-devel BuildRequires: gtkmm24-devel BuildRequires: gtkglext-devel BuildRequires: plib-devel BuildRequires: freetype-devel BuildRequires: python-devel BuildRequires: libgnome-devel BuildRequires: gnome-vfs2-devel BuildRequires: OpenEXR-devel BuildRequires: libtiff-devel BuildRequires: ImageMagick-c++-devel BuildRequires: graphviz-devel BuildRequires: boost-devel BuildRequires: gts-devel BuildRequires: librsvg2 BuildRequires: bzip2-devel BuildRequires: e2fsprogs-devel BuildRequires: libtool doxygen gettext BuildRequires: libpng-devel BuildRequires: cairomm-devel BuildRequires: uuid-c++-devel # Text widget uses bitstream font by default Requires: bitstream-vera-fonts Requires(post): /sbin/ldconfig Requires(post): desktop-file-utils Requires(postun): /sbin/ldconfig Requires(postun): desktop-file-utils Obsoletes: k3d-examples < 0.7.10.0 %description K-3D is a complete 3D modeling, animation and rendering system. K-3D features a robust, object oriented plugin architecture, designed to scale to the needs of professional artists. It is designed from the ground up to generate motion picture quality animation using RenderMan compliant render engines. %package devel Summary: Headers for rendering models written by K-3D Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel This package contains the libraries and header files needed for rendering a model written by K-3D. %prep %setup -q -n k3d-source-%{version} %patch0 -p 1 -b .potfiles %patch1 -p 1 -b .warn %patch2 -p 1 -b .fontpath %patch3 -p 1 -b .gcc44 rm -f CMakeCache.txt %build mkdir b cd b %cmake .. # Since our cmake macro disables rpath, we need to set some temp # library paths as the build invokes some built binaries to generate # proxy files. export LD_LIBRARY_PATH=%{_builddir}/k3d-source-%{version}/b/lib:%{_builddir}/k3d-source-%{version}/b/lib64:$LD_LIBRARY_PATH echo LD_LIBRARY_PATH is $LD_LIBRARY_PATH make VERBOSE=1 %{?_smp_mflags} %install find -type f -regex '.*\.\(cpp\|h\|svg\)' -perm +111 -exec chmod -x {} ';' rm -rf $RPM_BUILD_ROOT cd b make install DESTDIR=$RPM_BUILD_ROOT # Workaround for install bug rm -f $RPM_BUILD_ROOT%{_datadir}/k3d/locale/chef/LC_MESSAGES/k3d.mo # Remove fonts, we use Fedora-shipped fonts instead rm -fr $RPM_BUILD_ROOT${_datadir}/k3d/fonts find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' desktop-file-install --vendor "fedora" \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ %{SOURCE1} %clean rm -rf $RPM_BUILD_ROOT %check ctest %post /sbin/ldconfig update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || : %postun /sbin/ldconfig update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || : %files %defattr(-, root, root, -) %doc AUTHORS COPYING README %{_bindir}/k3d* %{_libdir}/*.so* %{_libdir}/k3d %{_datadir}/k3d %{_mandir}/man1/k3d* %files devel %defattr(-, root, root, -) %{_includedir}/k3d %{_libdir}/*.so %changelog * Sun Mar 22 2009 Denis Leroy - 0.7.11.0-1 - Update to upstream 0.7.11.0 * Wed Mar 4 2009 Denis Leroy - 0.7.10.0-1 - Update to upstream 0.7.10.0 - Build system now based on cmake - All patches upstreamed or obsoleted - Added potfiles file list patch fix - Removed example subpackage - Removed packaged bitstream fonts, use Fedora ones instead * Wed Feb 25 2009 Fedora Release Engineering - 0.6.7.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Thu Dec 18 2008 Petr Machata - 0.6.7.0-9 - Rebuild for new boost * Sun Nov 30 2008 Ignacio Vazquez-Abrams - 0.6.7.0-8 - Rebuild for Python 2.6 * Fri May 16 2008 Denis Leroy - 0.6.7.0-7 - Rebuild for new ImageMagick * Tue Apr 1 2008 Denis Leroy - 0.6.7.0-6 - Added patch to fix sigc++ include headers * Sat Feb 16 2008 Denis Leroy - 0.6.7.0-5 - Added patch for gcc 4.3 rebuild * Mon Oct 15 2007 Denis Leroy - 0.6.7.0-4 - Rebuild for OpenEXR 1.6 * Tue Aug 28 2007 Denis Leroy - 0.6.7.0-3 - Rebuild for expat 2.0 * Sat Aug 4 2007 Denis Leroy - 0.6.7.0-2 - Rebuild for newer boost library * Mon Jul 9 2007 Denis Leroy - 0.6.7.0-1 - Update to 0.6.7.0 - Removed patches that moved upstream - Added gnome-vfs2-devel, fixed gnome-vfs2 missing config - Fixed lib64 script to avoid autoreconf - Added aqsis dependency - Removed MultipleArgs from desktop file * Fri Dec 29 2006 Denis Leroy - 0.6.5.0-1 - Update to 0.6.5.0 - Added patch to fix x86_64 startup crash in viewport widget - Added patch to fix python 2.5 API changes * Mon Dec 11 2006 Denis Leroy - 0.6.4.0-2 - Rebuild with python 2.5 * Thu Nov 23 2006 Denis Leroy - 0.6.4.0-1 - Update to 0.6.4.0 * Tue Oct 10 2006 Denis Leroy - 0.6.3.1-1 - Update to 0.6.3.1 * Mon Oct 9 2006 Denis Leroy - 0.6.3.0-1 - Update to 0.6.3.0 * Thu Oct 05 2006 Christian Iseli 0.6.2.0-2 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 * Sun Sep 24 2006 Denis Leroy - 0.6.2.0-1 - Update to 0.6.2.0 * Mon Sep 11 2006 Denis Leroy - 0.6.1.0-2 - Rebuild against new OpenEXR version * Wed Sep 6 2006 Denis Leroy - 0.6.1.0-1 - Update to 0.6.1.0 * Mon Aug 28 2006 Denis Leroy - 0.6.0.0-2 - FE6 Rebuild * Wed Aug 23 2006 Denis Leroy - 0.6.0.0-1 - Update to 0.6.0.0 - Split example documents into separate package * Fri Aug 11 2006 Denis Leroy - 0.5.16.0-3 - Added sample_document to devel pkg * Thu Aug 10 2006 Denis Leroy - 0.5.16.0-2 - Added ChangeLog to devel doc * Sat Aug 5 2006 Denis Leroy - 0.5.16.0-1 - Update to version 0.5.16.0 * Tue Aug 1 2006 Denis Leroy - 0.5.15.0-3 - Recreated devel package * Tue Aug 1 2006 Denis Leroy - 0.5.15.0-2 - Cleaned up files sections * Tue Jul 25 2006 root - 0.5.15.0-1 - Update to 0.5.15.0 - Added patch to detect opengl correctly on x86_64 * Tue Mar 7 2006 Denis Leroy - 0.5.0.39-1 - First version