]> git.pld-linux.org Git - packages/crux.git/blob - crux.spec
- tabs in preamble
[packages/crux.git] / crux.spec
1 Summary:        Crux theme for GTK+2 and GNOME2
2 Summary(pl.UTF-8):      Motyw Crux dla GTK+2 i środowiska GNOME2
3 Name:           crux
4 Version:        1.9.5
5 Release:        2
6 License:        GPL
7 Group:          Themes
8 Source0:        http://ftp.gnome.org/pub/gnome/sources/crux/1.9/%{name}-%{version}.tar.bz2
9 # Source0-md5:  661285363026dcc79354c8804eb2cb1d
10 URL:            http://www.gnome.org/
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 The Crux theme (both a GTK2 engine and an icon theme).
15
16 %description -l pl.UTF-8
17 Motyw Crux (motywy dla GTK2 i zestaw ikon).
18
19 %package theme
20 Summary:        Crux theme for GTK+2 and GNOME2
21 Summary(pl.UTF-8):      Motyw Crux dla GTK+2 i środowiska GNOME2
22 Group:          Themes
23 Requires:       %{name}-icons = %{version}-%{release}
24 Requires:       %{name}-engine = %{version}-%{release}
25
26 %description theme
27 The Crux theme (both a GTK2 engine and an icon theme).
28
29 %description theme -l pl.UTF-8
30 Motyw Crux (motywy dla GTK2 i zestaw ikon).
31
32 %package engine
33 Summary:        Crux theme engine
34 Summary(pl.UTF-8):      Silnik motywu Crux
35 Group:          Themes
36
37 %description engine
38 Crux theme engine.
39
40 %description engine -l pl.UTF-8
41 Silnik motywu Crux.
42
43 %package icons
44 Summary:        Icons for Crux theme
45 Summary(pl.UTF-8):      Ikony dla motywu Crux
46 Group:          Themes
47
48 %description icons
49 Icons for Crux theme.
50
51 %description icons -l pl.UTF-8
52 Ikony dla motywu Crux.
53
54 %prep
55 %setup -q
56
57 %build
58 %configure
59
60 %{__make}
61
62 %install
63 rm -rf $RPM_BUILD_ROOT
64
65 %{__make} install \
66         DESTDIR=$RPM_BUILD_ROOT
67
68 %clean
69 rm -rf $RPM_BUILD_ROOT
70
71 %files theme
72 %defattr(644,root,root,755)
73 %{_datadir}/themes/Crux
74
75 %files engine
76 %defattr(644,root,root,755)
77 %{_libdir}/gtk-2.0/*/engines/libcrux-engine.*
78 %{_datadir}/eazel-engine
79
80 %files icons
81 %defattr(644,root,root,755)
82 %{_datadir}/icons/Crux
This page took 0.068465 seconds and 3 git commands to generate.