%define name lsdvd %define version 0.10 %define release vm1 Packager: Void Main Distribution: Void Main RPMS Vendor: voidmain.is-a-geek.net Summary: Reads contents of a DVD and prints contents to your terminal Name: %{name} Version: %{version} Release: %{release} License: GPL Group: Applications/Multimedia Source0: http://prdownloads.sourceforge.net/acidrip/%{name}-%{version}.tar.gz URL: http://acidrip.thirtythreeandathird.net/lsdvd.html BuildRoot: %{_builddir}/%{name}-%{version}-root-%(id -u -n) BuildRequires: libdvdread %description Lsdvd is a c application for reading the contents of a DVD and printing the contents to your terminal. %prep %setup %build %configure make %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc README AUTHORS ChangeLog NEWS COPYING INSTALL %attr(755,root,root) %{_bindir}/* %changelog * Mon Apr 5 2004 Revision 0.10-vm1 Void Main - Void Main RPM release for Red Hat/Fedora