/[packages]/cauldron/myththemes/current/SPECS/myththemes.spec
ViewVC logotype

Contents of /cauldron/myththemes/current/SPECS/myththemes.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 16540 - (show annotations) (download)
Thu Jan 13 21:17:41 2011 UTC (13 years, 3 months ago) by colin
File size: 1255 byte(s)
imported package myththemes
1
2 %define name myththemes
3 %define version 0.24
4 %define fixes 27103
5 %define rel 1
6
7 %define release %mkrel %fixes.%rel
8
9 Summary: Additional themes for mythtv's frontend
10 Name: %{name}
11 Version: %{version}
12 Release: %{release}
13 License: GPL
14 Group: Video
15 URL: http://www.mythtv.org/
16 Source0: %{name}-%{version}-%{fixes}.tar.bz2
17 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
18 BuildArch: noarch
19 BuildRequires: qt4-devel
20 BuildRequires: libmyth-devel >= %{version}
21
22 %description
23 This package contains additional themes for mythtv-frontend and
24 mythtv-setup.
25
26 %package -n mythtv-themes-myththemes
27 Summary: Additional themes for mythtv's frontend
28 Group: Video
29 Provides: mythtv-theme-Titivillus
30 Obsoletes: mythtv-theme-Titivillus
31 Provides: myththemes = %{version}
32 Obsoletes: myththemes < 0.20-2
33
34 %description -n mythtv-themes-myththemes
35 This package contains additional themes for mythtv-frontend and
36 mythtv-setup.
37
38 Base themes are contained in the mythtv-themes-base package.
39
40 %prep
41 %setup -q
42
43 %build
44 ./configure --prefix=%{_prefix}
45 %make
46
47 %install
48 rm -rf %{buildroot}
49 %makeinstall INSTALL_ROOT=%{buildroot}
50
51 %clean
52 rm -rf %{buildroot}
53
54 %files -n mythtv-themes-myththemes
55 %defattr(-,root,root,-)
56 %doc COPYING
57 %{_datadir}/mythtv
58
59

  ViewVC Help
Powered by ViewVC 1.1.30