From f4d5f288ea8ef3c1d9511001977b6ffdf168bfce Mon Sep 17 00:00:00 2001 From: xulchris Date: Jul 08 2006 21:24:29 +0000 Subject: Update to 0.11.0 --- diff --git a/cal3d.spec b/cal3d.spec index 1cbe120..2c1e530 100644 --- a/cal3d.spec +++ b/cal3d.spec @@ -1,15 +1,20 @@ Name: cal3d -Version: 0.10.0 -Release: 4%{?dist} +Version: 0.11.0 +Release: 1%{?dist} Summary: Skeletal based 3-D character animation library -Group: Development/Libraries License: LGPL -URL: https://gna.org/projects/cal3d -Source0: http://dl.sourceforge.net/cal3d/%{name}-full-%{version}.tar.bz2 -Patch0: cal3d-0.10.0-autoxxx.patch +URL: http://gna.org/projects/cal3d +Source0: http://download.gna.org/cal3d/sources/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: doxygen docbook-utils -BuildRequires: autoconf automake libtool +BuildRequires: doxygen libtool + +%if 0%{?suse_version} +Group: System/Libraries +BuildRequires: docbook-toys gcc-c++ +%else +Group: Development/Libraries +BuildRequires: docbook-utils +%endif %description Cal3D is a skeletal based 3-D character animation library written in C++ @@ -31,16 +36,14 @@ Group: Documentation Requires: %{name} = %{version}-%{release} %description doc -This package contains modeling documention and a users guide for Cal3D. +This package contains modeling documentation and a users guide for Cal3D. %prep %setup -q -%patch0 -p1 -b .autoxxx -autoreconf --force --install %build -%configure -%{__make} %{?_smp_mflags} +LIBTOOL=libtool %configure +%{__make} LIBTOOL=libtool %{?_smp_mflags} ( cd docs && %{__make} doc-guide && %{__make} doc-api ) %install @@ -59,7 +62,10 @@ autoreconf --force --install %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README TODO +%{_bindir}/cal3d_converter +%{_mandir}/man1/cal3d_converter.1.gz %{_libdir}/*.so.* +%exclude %{_libdir}/*.a %files devel %defattr(-,root,root,-) @@ -71,9 +77,18 @@ autoreconf --force --install %files doc %defattr(-,root,root,-) -%doc docs/guide docs/modeling +%doc docs/guide +# upstream forgot this for 0.11.0: docs/modeling %changelog +* Thu Jul 08 2006 Christohper Stone 0.11.0-1 +- Update Source0 URL +- Remove autoconf patch +- Add cal3d_converter to %%files +- Make compatible with suse +- Temporarily comment out docs/modeling (upstream oversight) +- Add libtool and %%exclude .a file to work around rpath error + * Tue Jun 13 2006 Christopher Stone 0.10.0-4 - Add libtool to BuildRequires