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