# $Id$ # Authority: dag # Upstream: Olaf Beck Summary: DVD-create (dvdbackup) Name: dvdbackup Version: 0.1.1 Release: 1%{?dist} License: GPL Group: Applications/Multimedia URL: http://dvd-create.sourceforge.net/ Source: http://dvd-create.sourceforge.net/dvdbackup-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: libdvdread-devel Requires: libdvdread %description DVD-Createxi is a DVD-Video creation framework. It offers you a framework that enables you to write DVD creation, editing, and backup software without needing to know all the secrets of DVD-Video. %prep %setup -n %{name} %build %{__cc} %{optflags} -ldvdread -ldl src/dvdbackup.c -o dvdbackup %install %{__rm} -rf %{buildroot} %{__install} -Dp -m0755 dvdbackup %{buildroot}%{_bindir}/dvdbackup %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc COPYING INSTALL README %{_bindir}/dvdbackup %changelog * Mon Dec 06 2004 Dag Wieers - 0.1.1-1 - Initial package. (using DAR)