]> git.pld-linux.org Git - SPECS.git/blob - metatheme.spec
SPECS updated Mon 29 Apr 22:05:02 CEST 2024
[SPECS.git] / metatheme.spec
1 Summary:        The GNOME Metatheme component
2 Summary(pl.UTF-8):      Komponent GNOME Metatheme
3 Name:           metatheme
4 Version:        0.9.7
5 Release:        0.2
6 License:        GPL v2+
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/metatheme/0.9/%{name}-%{version}.tar.bz2
9 # Source0-md5:  bba39ec97ddd48f1e1b1f558bfabd6ae
10 BuildRequires:  GConf2-devel >= 1.2.0
11 BuildRequires:  libbonobo-devel >= 2.0.0
12 BuildRequires:  libbonoboui-devel >= 2.3.3-2
13 BuildRequires:  libglade2-devel >= 2.0.0
14 BuildRequires:  libgnome-devel >= 2.0.1
15 BuildRequires:  libgnomeui-devel >= 2.3.3.1-2
16 BuildRequires:  nautilus-devel >= 2.3.7-3
17 BuildRequires:  xmms-devel
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 A theme control for GTK+, Sawfish, the Background and XMMS.
22
23 %description -l pl.UTF-8
24 Kontrola motywów dla GTK+, Sawfisha, XMMS oraz tła.
25
26 %package devel
27 Summary:        Header files for use with the GNOME Metatheme Component
28 Summary(pl.UTF-8):      Pliki nagłówkowe do komponentu GNOME Metatheme
29 Group:          X11/Development/Libraries
30 Requires:       %{name} = %{version}-%{release}
31
32 %description devel
33 The headers for creating the GNOME Metatheme Component plugins.
34
35 %description devel -l pl.UTF-8
36 Pliki nagłówkowe do tworzenia wtyczek dla komponentu GNOME Metatheme.
37
38 %package static
39 Summary:        GNOME Metatheme Component static libraries
40 Summary(pl.UTF-8):      Statyczne biblioteki komponentu GNOME Metatheme
41 Group:          X11/Development/Libraries
42 Requires:       %{name}-devel = %{version}-%{release}
43
44 %description static
45 Static libraries with which to link when building plugins for the
46 GNOME Metatheme Component.
47
48 %description static -l pl.UTF-8
49 Biblioteki statyczne, z którymi można konsolidować wtyczki dla
50 komponentu GNOME Metatheme.
51
52 %prep
53 %setup -q
54
55 %build
56 %configure
57 %{__make}
58
59 %install
60 rm -rf $RPM_BUILD_ROOT
61 %{__make} install \
62         DESTDIR=$RPM_BUILD_ROOT
63
64 %find_lang %{name} --with-gnome --all-name
65
66 %clean
67 rm -rf $RPM_BUILD_ROOT
68
69 %post   -p /sbin/ldconfig
70 %postun -p /sbin/ldconfig
71
72 %files -f %{name}.lang
73 %defattr(644,root,root,755)
74 %doc AUTHORS ChangeLog NEWS README
75 %attr(755,root,root) %{_bindir}/*
76 %attr(755,root,root) %{_libdir}/lib*.so.*.*
77 %dir %{_libdir}/metatheme
78 %dir %{_libdir}/metatheme/plugins
79 %dir %{_libdir}/metatheme/plugins/%{version}
80 %attr(755,root,root) %{_libdir}/metatheme/plugins/%{version}/lib*.so.*.*
81 %attr(755,root,root) %{_libdir}/metatheme/plugins/%{version}/lib*.??
82 %{_datadir}/control-center-2.0/capplets/*
83 %{_datadir}/metatheme-glade
84 %{_datadir}/mime-info/*
85 %{_desktopdir}/*.desktop
86 %{_pixmapsdir}/*.png
87
88 %files devel
89 %defattr(644,root,root,755)
90 %attr(755,root,root) %{_libdir}/lib*.so
91 %{_libdir}/lib*.la
92 %{_includedir}/mtm
93
94 %files static
95 %defattr(644,root,root,755)
96 %{_libdir}/*.a
97 %{_libdir}/metatheme/plugins/%{version}/*.a
This page took 0.432752 seconds and 3 git commands to generate.