rpms/cal3d/FC-4 cal3d.spec,1.1,1.2

Christopher Stone (xulchris) fedora-extras-commits at redhat.com
Sat Jul 8 21:49:55 UTC 2006


Author: xulchris

Update of /cvs/extras/rpms/cal3d/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21155

Modified Files:
	cal3d.spec 
Log Message:
Update to 0.11.0


Index: cal3d.spec
===================================================================
RCS file: /cvs/extras/rpms/cal3d/FC-4/cal3d.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cal3d.spec	14 Jun 2006 17:56:12 -0000	1.1
+++ cal3d.spec	8 Jul 2006 21:49:55 -0000	1.2
@@ -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 @@
 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 @@
 %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 @@
 
 %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 <chris.stone at gmail.com> 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 <chris.stone at gmail.com> 0.10.0-4
 - Add libtool to BuildRequires
 




More information about the fedora-extras-commits mailing list