]> git.pld-linux.org Git - packages/gtk2-engines.git/blob - gtk2-engines.spec
- 2.6.4, makefile path already included
[packages/gtk2-engines.git] / gtk2-engines.spec
1 Summary:        Default GTK+2 theme engines
2 Summary(pl):    Motywy do GTK+2
3 Name:           gtk2-engines
4 Version:        2.6.4
5 Release:        1
6 Epoch:          1
7 License:        GPL
8 Group:          Themes/GTK+
9 Source0:        http://ftp.gnome.org/pub/GNOME/sources/gtk-engines/2.6/gtk-engines-%{version}.tar.bz2
10 # Source0-md5:  3389a92b62b9c8b916fbb52c4529f072
11 URL:            http://gtk.themes.org/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  gtk+2-devel >= 2:2.6.2
15 BuildRequires:  libtool
16 BuildRequires:  pkgconfig
17 Requires:       gtk+2 >= 2:2.6.2
18 Provides:       gnome-themes-Clearlooks
19 Provides:       gnome-themes-LighthouseBlue
20 Provides:       gnome-themes-ThinIce
21 Provides:       gtk2-theme-engine-Clearlooks
22 Provides:       gtk2-theme-engine-Industrial
23 Provides:       gtk2-theme-engine-Smooth
24 Provides:       gtk2-theme-engine-ThinIce
25 Provides:       gtk2-theme-engine-lighthouseblue
26 Obsoletes:      gnome-themes-LighthouseBlue
27 Obsoletes:      gnome-themes-ThinIce
28 Obsoletes:      gtk-engines = 1.9.0
29 Obsoletes:      gtk2-theme-engine-Industrial
30 Obsoletes:      gtk2-theme-engine-Smooth
31 Obsoletes:      gtk2-theme-engine-ThinIce
32 Obsoletes:      gtk2-theme-engine-lighthouseblue
33 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
34
35 %description
36 These are the graphical engines for the various GTK+ toolkit themes.
37
38 %description -l pl
39 Pakiet ten zawiera modu³y ró¿nych motywów do biblioteki Gtk+.
40
41 %prep
42 %setup -q -n gtk-engines-%{version}
43
44 %build
45 %{__libtoolize}
46 %{__aclocal}
47 %{__autoconf}
48 %{__automake}
49 %configure
50 %{__make}
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54
55 %{__make} install \
56         DESTDIR=$RPM_BUILD_ROOT
57
58 # .la are not needed (according to spec included to package)
59 rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/*/engines/*.la
60
61 %clean
62 rm -rf $RPM_BUILD_ROOT
63
64 %post
65 umask 022
66 %{_bindir}/gdk-pixbuf-query-loaders >%{_sysconfdir}/gtk-2.0/gdk-pixbuf.loaders
67 exit 0
68
69 %files
70 %defattr(644,root,root,755)
71 %doc ChangeLog README
72 %dir %{_libdir}/gtk-2.0/*/engines
73 %attr(755,root,root) %{_libdir}/gtk-2.0/*/engines/*.so
74 %{_pkgconfigdir}/*
75 %{_datadir}/themes/Clearlooks
76 %{_datadir}/themes/Crux
77 %{_datadir}/themes/Industrial
78 %{_datadir}/themes/LighthouseBlue
79 %{_datadir}/themes/Metal/*
80 %{_datadir}/themes/Mist
81 %{_datadir}/themes/Redmond
82 %{_datadir}/themes/ThinIce/*
This page took 0.034505 seconds and 3 git commands to generate.