]> git.pld-linux.org Git - SPECS.git/blob - minitube.spec
SPECS updated Sun 1 Aug 20:28:02 CEST 2021
[SPECS.git] / minitube.spec
1 Summary:        Minitube is a native YouTube client
2 Summary(hu.UTF-8):      Minitube egy natív YouTube kliens
3 Name:           minitube
4 Version:        2.1.3
5 Release:        1
6 License:        GPL v3
7 Group:          X11/Applications/Multimedia
8 Source0:        http://flavio.tordini.org/files/minitube/%{name}-%{version}.tar.gz
9 # Source0-md5:  b43df4358de2e170d7e22370b39bd1ec
10 URL:            http://flavio.tordini.org/minitube
11 BuildRequires:  QtCore-devel
12 BuildRequires:  QtNetwork-devel
13 BuildRequires:  phonon-devel
14 BuildRequires:  qt4-build >= 4.3.3-3
15 BuildRequires:  qt4-linguist >= 4.3.3-3
16 BuildRequires:  qt4-qmake >= 4.3.3-3
17 BuildRequires:  rpmbuild(macros) >= 1.129
18 Requires:       qt4-phonon-backend
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 Minitube is a native YouTube client. With it you can watch YouTube
23 videos in a new way: you type a keyword, Minitube gives you an endless
24 video stream. Minitube does not require the Flash Player.
25
26 %description -l hu.UTF-8
27 Minitube egy natív YouTube kliens. Ezzel egy új módon nézheted a
28 YouTube videókat: beírod a keresett kifejezést, és a Minitube egy
29 végtelen videó stream-et biztosít. A Minitube-nak nincs szüksége Flash
30 Player-re.
31
32 %prep
33 %setup -q -n %{name}
34
35 %build
36 qmake-qt4 PREFIX=%{_prefix}
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 INSTALL_ROOT=$RPM_BUILD_ROOT \
43         %{__make} install
44
45 # req /usr/share/icons/hicolor/512x512/apps not found
46 rm -rf $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/512x512/apps
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc AUTHORS CHANGES TODO
54 %attr(755,root,root) %{_bindir}/%{name}
55 %{_datadir}/%{name}
56 %{_desktopdir}/%{name}.desktop
57 %{_iconsdir}/*/*/apps/%{name}.*
This page took 0.156272 seconds and 3 git commands to generate.