]> git.pld-linux.org Git - SPECS.git/blob - myththemes.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / myththemes.spec
1
2 #%define fix 24635
3
4 Summary:        MythTV Themes
5 Summary(pl.UTF-8):      Motywy dla MythTV
6 Name:           myththemes
7 Version:        0.23.1
8 #Release:        fix%{fix}.1
9 Release:        1
10 License:        GPL v2
11 Group:          Themes
12 Source0:        ftp://ftp.osuosl.org/pub/mythtv/%{name}-%{version}.tar.bz2
13 # Source0-md5:  7dc2588a3235f84a957909449a8bda88
14 BuildRequires:  libmyth-devel >= 0.22
15 BuildRequires:  libstdc++-devel
16 BuildRequires:  qt4-qmake
17 BuildRequires:  which
18 Requires:       mythtv-frontend >= %{version}
19 BuildArch:      noarch
20 # ExclusiveArch is because it's no point of building these on archidectures which don't have mythtv itself
21 ExclusiveArch:  %{ix86} %{x8664} ppc noarch
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 This package provides a number of themes for MythTV that used to be
26 distributed in the main download: Iulius, Minimalist-wide, Titivillus,
27 Titivillus-OSD.
28
29 %description -l pl.UTF-8
30 Ten pakiet zawiera motywy dla MythTV, wcześniej rozprowadzane wraz z
31 głównym pakietem: Iulius, Minimalist-wide, Titivillus, Titivillus-OSD.
32
33 %prep
34 %setup -q
35
36 %build
37 %configure
38 qmake-qt4 myththemes.pro \
39         PREFIX=%{_prefix}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         INSTALL_ROOT=$RPM_BUILD_ROOT
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc README
53 %{_datadir}/mythtv/themes/Arclight
54 %{_datadir}/mythtv/themes/Childish
55 %{_datadir}/mythtv/themes/Graphite
56 %{_datadir}/mythtv/themes/Iulius-OSD
57 %{_datadir}/mythtv/themes/Mono-OSD
58 %{_datadir}/mythtv/themes/Mythbuntu
59 %{_datadir}/mythtv/themes/ProjectGrayhem-OSD
60 %{_datadir}/mythtv/themes/Retro-OSD
61 %{_datadir}/mythtv/themes/Titivillus-OSD
62 %{_datadir}/mythtv/themes/blueosd
63 %{_datadir}/mythtv/themes/blootube-osd
64 %{_datadir}/mythtv/themes/metallurgy
This page took 0.616935 seconds and 3 git commands to generate.