File abby.spec of Package abby

#
# spec file for package abby (Version 0.4.8)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild

Name:           abby
Version:        0.4.8
Release:        1
Summary:        GUI for ccli - downloader from Youtube and similar video Websites
Group:          Productivity/Multimedia/Other
License:        GPLv3
URL:            http://code.google.com/p/abby/
Source:         http://abby.googlecode.com/files/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  gcc-c++
BuildRequires:  pkg-config
BuildRequires:  libquvi-devel >= 0.1.4
BuildRequires:  libqt4-devel >= 4.4
BuildRequires:  update-desktop-files
Requires:       cclive
Requires:       python-coherence

%description
cclive is a lightweight commandline video extraction tool for Youtube and
similar video Websites. It is a rewrite of the clive software in C++ with a
smaller system footprint and fewer dependencies. It is primarily a "video
download tool", but can be used with video player software like "mplayer" for
viewing streamed videos in place of the Adobe flash player.

cclive is designed to be used as a workaround tool for websites that require
the Adobe flash player plugin for viewing the video content.

%prep
%setup -q

%build

qmake
%{__make}

%install
%{__install} -d -m 0755 %{buildroot}%{_bindir}
%{__install} -m 0755 %{name} %{buildroot}%{_bindir}

%{__install} -d -m 0755 %{buildroot}%{_datadir}/applications/
%suse_update_desktop_file -c %{name} %{name} "Video donwloader" %{name} "" "Network;FileTransfer;"

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

%files
%defattr(-,root,root,0755)
%doc AUTHORS
%doc README
%doc NEWS
%doc COPYING
%doc TODO
%doc ChangeLog
%doc rc/NOTES
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop

%changelog
openSUSE Build Service is sponsored by