k9copy/k9copy.spec

Name: k9copy
Summary: Video DVD backup tool
Version: 2.3.2
Release: 1
License: GPL
Group: Applications/Multimedia
URL: http://k9copy.sf.net/
Description: k9copy is a DVD backup utility which allows copying of one or more titles from a 9.6 GB DVD to a normal DVD.

CentOS 7 x86_64

The build could not start because the following file is missing: k9copy-2.3.2-Source.tar.gz

Build Status

CentOS 6 x86_64

The build could not start because the following file is missing: k9copy-2.3.2-Source.tar.gz

Build Status

Contents

The spec file used by the build system currently has the following contents:

# $Id$
# Authority: dag

Summary: Video DVD backup tool
Name: k9copy
Version: 2.3.2
Release: 1%{?dist}
License: GPL
Group: Applications/Multimedia
URL: http://k9copy.sf.net/

Source: http://dl.sf.net/k9copy/k9copy-%{version}-Source.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires: gcc-c++
BuildRequires: gettext
BuildRequires: kdelibs-devel

%description
k9copy is a DVD backup utility which allows copying of one or more titles
from a 9.6 GB DVD to a normal DVD.

%prep
%setup -n %{name}-%{version}-Source

%build
source /etc/profile.d/qt.sh
export CFLAGS="%{optflags} -DHAVE_BUILTIN_EXPECT"
export LDFLAGS="$LDFLAGS -L/usr/X11R6/%{_lib}"
cmake .
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
source /etc/profile.d/qt.sh
%{__make} install DESTDIR="%{buildroot}"
%find_lang %{name}

%clean
%{__rm} -rf %{buildroot}

%files -f %{name}.lang
%defattr(-, root, root, 0755)
%doc %{_docdir}/HTML/*/k9copy/
%{_bindir}/*
%{_datadir}/applications/kde/k9copy.desktop
%{_datadir}/apps/konqueror/servicemenus/k9copy_open.desktop
%{_datadir}/apps/k9copy
%{_datadir}/icons/*/*/*/*
%exclude %{_includedir}

%changelog
* Fri Jul 24 2009 Dag Wieers <dag@wieers.com> - 2.3.2-1
- Updated to release 2.3.2.

* Fri Jul 24 2009 Dag Wieers <dag@wieers.com> - 1.2.4-1
- Updated to release 1.2.4.

* Sun Mar 11 2007 Dag Wieers <dag@wieers.com> - 1.1.0-1
- Initial package. (using DAR)