Name: perl-dvdrip Version: 0.98.10 Release: 1%{?dist} Summary: dvdrip Perl module License: Distributable, see COPYRIGHT Group: Development/Libraries URL: http://search.cpan.org/dist/dvdrip/ Source0: http://www.cpan.org/authors/id/J/JR/JRED/dvdrip-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(AnyEvent) >= 1.02 BuildRequires: perl(Event) >= 1.06 BuildRequires: perl(Event::ExecFlow) >= 0.62 BuildRequires: perl(Event::RPC) >= 0.89 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Gtk2) >= 1.121 BuildRequires: perl(Gtk2::Ex::FormFactory) >= 0.65 BuildRequires: perl(Locale::TextDomain) >= 1.16 Requires: perl(Gtk2) >= 1.081 Requires: perl(Gtk2::Ex::FormFactory) >= 0.58 Requires: perl(Locale::TextDomain) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description I. http://www.exit1.org/dvdrip/index.cipp provides an easy to use but feature-rich Gtk+ GUI to control almost all aspects of the ripping and transcoding process. It uses the widely known video processing swissknife transcode and many other Open Source tools. dvd::rip itself is licensed under GPL / Perl Artistic License. %prep %setup -q -n dvdrip-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes Changes.0.46 COPYRIGHT Credits dvdrip.desktop dvdrip-icon-hq.svg README TODO %{perl_vendorarch}/auto/* %{perl_vendorarch}/dvdrip* %{_mandir}/man3/* %changelog * Mon Feb 01 2010 Dave Cross 0.98.10-1 - Specfile autogenerated by cpanspec 1.78.