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