Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 7311b074a79f0fe6af45549058cbab55 > files > 6

lsdvd-0.16-8mdv2010.1.src.rpm

Name:		lsdvd
Summary:	Reads and prints the contents of a dvd in plain English
Version:	0.16
Release:	%mkrel 8
Source:		http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
Patch0:		%{name}-0.16-configure.patch
Patch1:		%{name}-0.16-include-order.patch
Patch2:		%{name}-0.16-ocode.patch
Patch3:		%{name}-0.16-fix-string-format.patch
URL:		http://untrepid.com/lsdvd/
License:	GPLv2
Group:		Video
BuildRoot:	%{_tmppath}/%{name}-buildroot
BuildRequires:	libdvdread-devel >= 0.9.4

%description
Lsdvd reads and prints the contents of a dvd to your terminal in plain, but
very parsable, English. Lsdvd in turn uses libdvdread, the most popular dvd
reading library for *nix.

%prep
%setup -q
%patch0 -p0
%patch1 -p0
%patch2 -p0
%patch3 -p0

%build
%configure2_5x

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(644,root,root,755)
%doc README AUTHORS COPYING NEWS
%attr(755,root,root) %{_bindir}/%{name}
%{_mandir}/man1/%{name}.*


%changelog
* Fri Apr 02 2010 Ahmad Samir <ahmadsamir@mandriva.org> 0.16-8mdv2010.1
+ Revision: 530780
- add patch to fix string format (spotted by Matthew Dawkins)
- fix license
- clean spec

  + Thierry Vignaud <tv@mandriva.org>
    - rebuild

* Mon Sep 01 2008 Götz Waschk <waschk@mandriva.org> 0.16-6mdv2009.0
+ Revision: 278254
- rebuild for new libdvdread

* Mon Jul 28 2008 Thierry Vignaud <tv@mandriva.org> 0.16-5mdv2009.0
+ Revision: 251494
- rebuild

* Thu Jan 03 2008 Olivier Blin <oblin@mandriva.com> 0.16-3mdv2008.1
+ Revision: 140933
- restore BuildRoot

  + Thierry Vignaud <tv@mandriva.org>
    - kill re-definition of %%buildroot on Pixel's request


* Sat Jan 20 2007 Tomasz Pawel Gajc <tpg@mandriva.org> 0.16-3mdv2007.0
+ Revision: 111085
- forgot to add - fix #25190 :(

* Sat Jan 20 2007 Tomasz Pawel Gajc <tpg@mandriva.org> 0.16-2mdv2007.1
+ Revision: 110992
- Import lsdvd