Name: lsdvd Version: 0.15 Release: 1 Summary: Print information about the contents and structure of a DVD. Group: Applications/Multimedia License: GPL URL: http://untrepid.com/acidrip/lsdvd.html Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libdvdread-devel Requires: libdvdread %description This is my lsdvd program, designed to print information about the contents and structure of a DVD. While intended primarily for use by my AcidRip program, it's handy enough by itself.. if that's what you want. %prep %setup -q %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog NEWS README /usr/bin/lsdvd %changelog