%define rev beta1 Name: k9copy Version: 1.1.0 Release: %{rev}.1%{?dist} Summary: DVD shrinking package for Linux Group: Applications/Multimedia License: GPL URL: http://k9copy.sourceforge.net Source0: %{name}-%{version}-%{rev}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: kdelibs-devel >= 3.3 BuildRequires: qt-devel >= 3.3 Requires: dvdauthor Requires: libdvdread Requires: dvd+rw-tools Requires: vamps %description K9Copy is a small utility which allows the copy of DVD on Linux. The DVD video stream is compressed by the program Vamps. 1. Copy without menus : In this case, dvdauthor is used to create a new DVD structure. It is possible to choose the order in which the video sequences are played. 2. Copy with menus : As dvdauthor does not make it possible to integrate the original menus, K9Copy reproduces the original structure of the DVD. The navigation packs as well as IFO files are modified to point on the compressed MPEG stream. %package devel Summary: Development headers for k9copy Group: Development/Libraries %description devel Development headers for k9copy %prep %setup -q -n %{name}-%{version}-%{rev} %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING NEWS README TODO %{_bindir}/k9copy %{_libdir}/libk9copy.so* %{_datadir}/applnk/Multimedia/k9copy.desktop %{_datadir}/apps/k9copy/* %{_datadir}/apps/konqueror/servicemenus/k9copy_open.desktop %{_datadir}/icons/hicolor/* %{_datadir}/locale/*/LC_MESSAGES/k9copy.mo %{_datadir}/doc/HTML/*/k9copy/* %files devel %{_includedir}/k9backupdlg.h %{_includedir}/k9cell.h %{_includedir}/k9cellcopylist.h %{_includedir}/k9common.h %{_includedir}/k9dvd.h %{_includedir}/k9dvdauthor.h %{_includedir}/k9dvdbackup.h %{_includedir}/k9dvdprogress.h %{_includedir}/k9dvdsize.h %{_includedir}/k9dvdtitle.h %{_includedir}/k9ifo.h %{_libdir}/libk9copy.la %changelog * Mon Oct 16 2006 Gawain Lynch - New SPEC