Sophie

Sophie

distrib > Mandriva > 10.0-com > i586 > by-pkgid > cfa37e84b07d2bf05b4d6c6288bd0ae4 > files > 2

lib3ds-1.2.0-2mdk.src.rpm

%define	name	lib3ds
%define	version	1.2.0
%define	release	2mdk

Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	%{name}-%{version}.tar.bz2
License:	GPL
Group:		System/Libraries
URL:		http://lib3ds.sourceforge.net
Summary:	The 3D Studio File Format Library
BuildRequires:	libMesaGLU-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
Lib3ds is a free alternative to Autodesk's 3DS File Toolkit for handling
3DS files It's main goal is to simplify the creation of 3DS import and
export filters.

This project is not related in any form to Autodesk. The library is
based on unofficial information about the 3DS format found on the web.

This  program  is  distributed in  the  hope that it will  be useful,  but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
License for more details.

%package -n %{name}-devel
Summary:        Headers to develop cdk-based applications
Group:          Development/C

%description -n %{name}-devel
Lib3ds is a free alternative to Autodesk's 3DS File Toolkit for handling
3DS files It's main goal is to simplify the creation of 3DS import and
export filters.

This project is not related in any form to Autodesk. The library is
based on unofficial information about the 3DS format found on the web.

This  program  is  distributed in  the  hope that it will  be useful,  but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
License for more details.

%prep
%setup -q

%build
%configure
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%files -n %{name}-devel
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog INSTALL README TODO
%{_libdir}/%{name}.a
%{_includedir}/%{name}
%{_datadir}/aclocal/%{name}.m4
%{_mandir}/man1/*
%defattr(755,root,root,755)
%{_bindir}/*

%changelog
* Wed Jul 09 2003 Per Øyvind Karlsen <peroyvind@sintrax.net> 1.2.0-2mdk
- rebuild

* Mon Mar 17 2003 Per Øyvind Karlsen <peroyvind@sintrax.net> 1.2.0-1mdk
- initial mdk release