]> git.pld-linux.org Git - packages/minitube.git/blob - minitube.spec
- 1.1
[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.1
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://flavio.tordini.org/files/minitube/%{name}-%{version}.tar.gz
9 # Source0-md5:  075841322631486a8bb69575ec05f5ca
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 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 %patch0 -p1
35
36 %build
37 qmake-qt4 PREFIX=%{_prefix}
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 INSTALL_ROOT=$RPM_BUILD_ROOT \
44     %{__make} install
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %attr(755,root,root) %{_bindir}/%{name}
52 %{_datadir}/%{name}
53 %{_desktopdir}/%{name}.desktop
54 %{_iconsdir}/*/*/apps/%{name}.*
This page took 0.105027 seconds and 3 git commands to generate.