From eea64b8a33225d3524fc7a1151774c0f27c8ef43 Mon Sep 17 00:00:00 2001 From: Denis Leroy Date: Dec 27 2008 06:08:10 +0000 Subject: - Removed examples subpackage - Fixed rpath issue on x86_64 (#474964) --- diff --git a/k3d.spec b/k3d.spec index 61c7cee..9b338e6 100644 --- a/k3d.spec +++ b/k3d.spec @@ -1,7 +1,7 @@ Name: k3d Version: 0.6.7.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A 3D Modeling, Animation and Rendering System Group: Applications/Multimedia @@ -43,6 +43,8 @@ Requires(post): desktop-file-utils Requires(postun): /sbin/ldconfig Requires(postun): desktop-file-utils +Obsoletes: k3d-examples <= 0.6.7.0-7%{?dist} + %description K-3D is a complete 3D modeling, animation and rendering system. K-3D @@ -63,15 +65,6 @@ This package contains the libraries and header files needed for rendering a model written by K-3D. -%package examples -Summary: Examples for K-3D -Group: Development/Demos - - -%description examples -This package contains examples of K-3D documents. - - %prep %setup -q %patch0 -p1 -b .gl64 @@ -82,7 +75,9 @@ This package contains examples of K-3D documents. %build -%configure --disable-static --with-external-boost +%configure --disable-static --with-external-boost --disable-rpath +sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool +sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool make %{?_smp_mflags} @@ -129,26 +124,10 @@ update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || : %{_libdir}/libsurface_polygonizer.so.* %{_libdir}/k3d %{_datadir}/applications/fedora-k3d.desktop -%dir %{_datadir}/k3d -%{_datadir}/k3d/*.k3d -%{_datadir}/k3d/fonts -%{_datadir}/k3d/icons -%{_datadir}/k3d/logo -%{_datadir}/k3d/lsystem -%{_datadir}/k3d/ngui -%{_datadir}/k3d/qtui -%{_datadir}/k3d/scripts -%{_datadir}/k3d/shaders -%{_datadir}/k3d/textures -%{_datadir}/k3d/tutorials +%{_datadir}/k3d %{_mandir}/man1/k3d* -%files examples -%defattr(-, root, root, -) -%{_datadir}/k3d/documents - - %files devel %defattr(-, root, root, -) %doc ChangeLog @@ -161,6 +140,10 @@ update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || : %changelog +* Fri Dec 26 2008 Denis Leroy - 0.6.7.0-8 +- Removed examples subpackage +- Fixed rpath issue on x86_64 (#474964) + * Fri May 16 2008 Denis Leroy - 0.6.7.0-7 - Rebuild for new ImageMagick