File lib3ds.spec of Package lib3ds
#
# spec file for package lib3ds
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: lib3ds
Url: http://lib3ds.sourceforge.net
Summary: Import and Export of Autodesk 3DS Files
License: LGPL-2.1+
Group: Development/Libraries/C and C++
Version: 1.3.0
Release: 0
Source0: %name-%version.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: Mesa-devel
BuildRequires: freeglut-devel
BuildRequires: libtool
%description
Lib3ds is a free alternative to Autodesk's 3DS File Toolkit for
handling 3DS files. Its main goal is to simplify the creation of 3DS
import and export filters.
%package -n lib3ds-1-3
Summary: Import and Export of Autodesk 3DS Files
Group: Development/Libraries/C and C++
Provides: %{name} = %{version}
#opensuse 10.2
Obsoletes: %{name} <= 1.2.0
%description -n lib3ds-1-3
Lib3ds is a free alternative to Autodesk's 3DS File Toolkit for
handling 3DS files. Its main goal is to simplify the creation of 3DS
import and export filters.
%package devel
Summary: Import and Export of Autodesk 3DS Files
Group: Development/Libraries/C and C++
Requires: glibc-devel
Requires: lib3ds-1-3 = %{version}
%description devel
Lib3ds is a free alternative to Autodesk's 3DS File Toolkit for
handling 3DS files. Its main goal is to simplify the creation of 3DS
import and export filters.
%prep
%setup -q
%build
autoreconf -fi
export CFLAGS="$RPM_OPT_FLAGS"
%configure --enable-shared --disable-static --with-pic
make %{?_smp_mflags}
%install
%{__rm} -rf examples/.deps
%{__make} DESTDIR=$RPM_BUILD_ROOT install
%{__rm} -f %{buildroot}%{_libdir}/*.la
%check
%{__make} check
%files -n lib3ds-1-3
%defattr(-,root,root)
%{_libdir}/lib3ds-1.so.3*
%files devel
%defattr(-,root,root)
%doc AUTHORS README COPYING ChangeLog examples
%dir %{_includedir}/lib3ds
%{_bindir}/3dsdump
%{_includedir}/lib3ds/*.h
%{_bindir}/lib3ds-config
%{_mandir}/man1/*gz
%{_libdir}/lib3ds.so
%{_datadir}/aclocal/lib3ds.m4
%post -n lib3ds-1-3 -p /sbin/ldconfig
%postun -n lib3ds-1-3 -p /sbin/ldconfig
%changelog