Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > tainted-release-src > by-pkgid > f8c1a096ea55d3fe5af198a7b49fafe3 > files > 2

vobcopy-1.2.0-2.mga5.tainted.src.rpm

#debuginfo-without-sources
%define debug_package %{nil}

Name: vobcopy
Version: 1.2.0
Release: %mkrel 2
Summary: Copy DVD videos to the hard disk
URL: http://vobcopy.org
License: GPLv2+
Group: Video/Utilities
Source0: http://vobcopy.org/download/%{name}-%{version}.tar.bz2
BuildRequires: pkgconfig(dvdread)
%if "%{?distro_section}" == "tainted"
Requires: libdvdcss
%endif

%description
Vobcopy copies DVD .vob files to hard disk (thanks to libdvdread),
decrypting them on the way (if libdvdcss is installed) and merges them into
2 GB files (or larger) with the name extracted from the DVD. It checks for
enough free space on the destination drive and compares the copied size to
the size on DVD (in case something went wrong during the copying). It can
also mirror a whole DVD video part and copy single files.

%prep
%setup -q

%build
%make

%install
%makeinstall BINDIR=%{buildroot}%{_bindir} MANDIR=%{buildroot}%{_mandir} DOCDIR=%{buildroot}%{_docdir}/%{name}
#file-not-utf8
rm -f %{buildroot}%{_mandir}/de/man1/vobcopy.1*

%files
%{_docdir}/%{name}
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*


%changelog
* Wed Oct 15 2014 umeabot <umeabot> 1.2.0-2.mga5
+ Revision: 743535
- Second Mageia 5 Mass Rebuild

  + alexl <alexl>
    - used docdir macros

* Mon Apr 14 2014 alexl <alexl> 1.2.0-1.mga5.tainted
+ Revision: 613960
- imported package vobcopy