Sophie

Sophie

distrib > Mandriva > 9.0 > i586 > media > contrib-src > by-pkgid > 92bf6bce14b93e63a0bc2860f1068e16 > files > 2

libdvdread2-0.9.3-1mdk.src.rpm

%define version 0.9.3
%define release 1mdk

%define fname libdvdread
%define major 2
%define libname %fname%major

Summary:	Library to read DVD images
Name:		%libname
Version:	%version
Release:	%release
License:	GPL
Group:		System/Libraries
Source0:	%{fname}-%{version}.tar.bz2
URL:		http://www.dtek.chalmers.se/groups/dvd/
BuildRequires:	autoconf, automake, libtool
BuildRoot:	%_tmppath/%{name}-buildroot

%description
libdvdread provides a simple foundation for reading DVD-Video images.


%package devel
Summary:	Livdvdread library headers
Group:		Development/C
Requires:	%{name} = %{version}
Provides: %fname-devel

%description devel
This is the libraries, include files and other resources you can use
to incorporate libdvdread into applications.

%prep
%setup -q -n %fname-%version

%build
rm missing
libtoolize --copy --force
aclocal
autoconf
automake -a -c
%configure
%make

%install
rm -rf $RPM_BUILD_ROOT

%makeinstall

%post   -p /sbin/ldconfig
%postun -p /sbin/ldconfig

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%doc README AUTHORS TODO doc/IFO*
%attr(755,root,root) %{_libdir}/lib*.so.*

%files devel
%defattr(644,root,root,755)
%doc doc/*.gz
%attr(755,root,root) %{_libdir}/lib*.so
%attr(755,root,root) %{_libdir}/lib*.la
%_libdir/*.a
%{_includedir}/dvdread

%changelog
* Fri May 31 2002 Lenny Cartier <lenny@mandrakesoft.com> 0.9.3-1mdk
- updated by Kenton Groombridge <kgroombr@coastalnow.net> :
	- Updated th version of libdvdread to 0.9.3

* Mon Nov 19 2001 Lenny Cartier <lenny@mandrakesoft.com> 0.9.2-1mdk
- new