%define date 20110102.svn Name: nuvexport Version: 0.5 Release: 6_%{date}%{?dist} License: GPLv2 Summary: Mythtv nuv video file conversion script URL: http://forevermore.net/mythtv/ Group: Applications/Multimedia Source0: http://forevermore.net/files/%{name}-latest.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # This is a perl script -- no arch needed BuildArch: noarch # Standard nuvexport modules: Requires: perl >= 5.6 Requires: perl-DateManip Requires: perl-DBD-MySQL Requires: perl-Net-UPnP Requires: perl-DBI Requires: perl-MythTV >= 0.21 Requires: transcode >= 1.1 Requires: ffmpeg >= 0.5 Requires: mjpegtools >= 1.6.2 Requires: mplayer Requires: %{_bindir}/id3tag # Provides some of its own perl modules -- rpm complains if this isn't included Provides: perl(nuvexport::shared_utils) %description nuvexport can be used as an alternative to MythTV's inbuilt transcoding for recorded TV files. It is a perl script designed to export mythtv nuv, and mpeg-nuv files, to some alternative formats, including, among others, Xvid, svcd, and dvd. %prep %setup -q %build %install rm -rf %{buildroot} %{makeinstall} %clean rm -rf %{buildroot} rm -f $RPM_BUILD_DIR/file.list.%{name} %files %defattr(-, root, root, - ) %doc COPYING %attr(644,root,root) %config(noreplace) %{_sysconfdir}/nuvexportrc %{_bindir}/nuvexport* %{_bindir}/nuvinfo %{_datadir}/nuvexport/ %changelog * Mon Jan 17 2011 Paulo Roma 0.5-6_20110102.svn - Updated to latest revision * Sat Aug 21 2010 Paulo Roma 0.5-5_20100817.svn - Updated to latest revision * Wed Apr 21 2010 Paulo Roma 0.5-5_20100301.svn - Updated to latest revision * Sun Sep 06 2009 Paulo Roma 0.5-4_20090906.svn - Updated to revision 21689 - Removed ffmpeg patch. * Fri Apr 10 2009 Paulo Roma 0.5-4_20090410.svn - Updated to revision 20332 - Added Req perl-Net-UPnP. - Removed patch flag and created patch ffmpeg. * Fri Dec 12 2008 Paulo Roma 0.5-3_20080311.svn - Patched for new ffmpeg API. * Fri Apr 11 2008 Paulo Roma 0.5-2_20080311.svn - Updated to revision 17014 - Make setup quiet. - nuvexport is part of mythtv svn again: svn co http://svn.mythtv.org/svn/trunk/mythextras/nuvexport - Rewritten description. * Mon Nov 19 2007 Paulo Roma 0.4-2.20070804 - Updated to 20070804 * Sat Apr 14 2007 Paulo Roma 0.4-2.20070402 - Fixed file permissions. * Sat Apr 14 2007 Paulo Roma 0.4-1.20070402 - Updated to 20070402 * Sun Oct 1 2006 Paulo Roma 0.4-1.20060927 - Rebuilt for fedora 5 * Tue Dec 7 2004 Chris Petersen - Built first spec