please review, contrib cleanup OBS-URL: https://build.opensuse.org/request/show/72123 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=1
56 lines
1.4 KiB
RPMSpec
56 lines
1.4 KiB
RPMSpec
#
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
Name: minitube
|
|
Version: 1.4.3
|
|
Release: 1
|
|
License: GPLv3+
|
|
Summary: Native Youtube Client
|
|
Url: http://flavio.tordini.org/minitube
|
|
Group: Productivity/Multimedia/Video/Players
|
|
Source: http://flavio.tordini.org/files/minitube/%{name}-%{version}.tar.gz
|
|
BuildRequires: libqt4-devel >= 4.5.0
|
|
BuildRequires: phonon-devel
|
|
BuildRequires: update-desktop-files
|
|
# Requires phonon, because libphonon4 is not enough. Phonon package will pull a phonon-backend-* package.
|
|
Requires: phonon
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
%description
|
|
Minitube is a native YouTube client. With it you can watch YouTube
|
|
videos in a new way: you type a keyword, Minitube gives you an endless
|
|
video stream. Minitube does not require the Flash Player.
|
|
|
|
Minitube is not about cloning the original YouTube web interface, it
|
|
strives to create a new TV-like experience.
|
|
|
|
Author:
|
|
-------
|
|
Flavio Tordini
|
|
|
|
%prep
|
|
%setup -q -n minitube
|
|
|
|
%build
|
|
qmake PREFIX=%{_prefix}
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
make INSTALL_ROOT=%{buildroot} install
|
|
%suse_update_desktop_file -r %{name} Qt AudioVideo Video Player
|
|
|
|
%clean
|
|
rm -rf %{buildroot}
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc AUTHORS COPYING CHANGES TODO
|
|
%{_bindir}/minitube
|
|
%{_datadir}/applications/minitube.desktop
|
|
%{_datadir}/icons/*
|
|
%dir %{_datadir}/minitube
|
|
%{_datadir}/minitube/locale/
|
|
|
|
%changelog
|