]> git.pld-linux.org Git - packages/emerald.git/blob - emerald.spec
- 20061020
[packages/emerald.git] / emerald.spec
1 Summary:        A GTK+ tool to configure window decorations in beryl
2 Summary(pl):    Narzêdzie GTK+ do konfiguracji dekoracji okien w berylu
3 Name:           emerald
4 Version:        20061020
5 Release:        1
6 License:        GPL/MIT
7 Group:          X11
8 #Source0:       http://distfiles.xgl-coffee.org/emerald/%{name}-%{version}.tar.bz2
9 Source0:        %{name}-%{version}.tar.bz2
10 # Source0-md5:  927ebfb2200f7e9cd4e82186f8234922
11 BuildRequires:  autoconf >= 2.57
12 BuildRequires:  automake
13 BuildRequires:  beryl-core-devel
14 BuildRequires:  dbus-glib-devel >= 0.50
15 BuildRequires:  gtk+2-devel >= 2:2.8.0
16 BuildRequires:  intltool >= 0.35.0
17 BuildRequires:  libwnck-devel >= 2.14.1-2
18 BuildRequires:  pango-devel >= 1.10.0
19 BuildRequires:  pkgconfig
20 BuildRequires:  xorg-lib-libXrender-devel >= 0.8.4
21 Requires(post,postun):  /sbin/ldconfig
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 emerald is window manager and tool to configure window decorations in
26 beryl, it use themes for windows' decorations.
27
28 %description -l pl
29 emerald to zarz±dca okien oraz narzêdzie GTK+ do konfiguracji
30 dekoracji okien w berylu.
31
32 %package devel
33 Summary:        Header files for emerald
34 Summary(pl):    Pliki nag³ówkowe dla emerald
35 Group:          Development/Libraries
36 Requires:       %{name} = %{version}-%{release}
37 Requires:       beryl-core-devel
38 Requires:       dbus-glib-devel >= 0.50
39 Requires:       gtk+2-devel >= 2:2.8.0
40 Requires:       libwnck-devel >= 2.14.1-2
41 Requires:       pango-devel >= 1.10.0
42 Requires:       xorg-lib-libXrender-devel >= 0.8.4
43
44 %description devel
45 Header files for emerald.
46
47 %description devel -l pl
48 Pliki nag³ówkowe dla emerald.
49
50 %package static
51 Summary:        Static files for emerald
52 Summary(pl):    Pliki statyczne dla emerald
53 Group:          Development/Libraries
54 Requires:       %{name}-devel = %{version}-%{release}
55
56 %description static
57 Static files for emerald.
58
59 %description static -l pl
60 Pliki statyczne dla emerald.
61
62 %prep
63 %setup -q -n %{name}
64
65 %build
66 autoreconf -v --install
67 %{__intltoolize}
68 %{__glib_gettextize} --copy --force
69 %configure \
70         --disable-mime-update
71 %{__make}
72
73 %install
74 rm -rf $RPM_BUILD_ROOT
75
76 %{__make} install \
77         DESTDIR=$RPM_BUILD_ROOT
78
79 rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/engines/*.{la,a}
80
81 %clean
82 rm -rf $RPM_BUILD_ROOT
83
84 %post   -p /sbin/ldconfig
85 %postun -p /sbin/ldconfig
86
87 %files
88 %defattr(644,root,root,755)
89 %attr(755,root,root) %{_bindir}/*
90 %attr(755,root,root) %{_libdir}/libemeraldengine.so.*.*.*
91 %dir %{_libdir}/%{name}
92 %dir %{_libdir}/%{name}/engines
93 %attr(755,root,root) %{_libdir}/%{name}/engines/*.so
94 %{_desktopdir}/emerald-theme-manager.desktop
95 %{_datadir}/mime-info/emerald.mime
96 %{_datadir}/mime/packages/emerald.xml
97 %{_datadir}/%{name}
98 %{_pixmapsdir}/emerald-theme-manager-icon.png
99 %{_iconsdir}/hicolor/*/*/*.png
100 %{_pkgconfigdir}/emeraldengine.pc
101 %{_mandir}/man1/*.1*
102
103 %files devel
104 %defattr(644,root,root,755)
105 %attr(755,root,root) %{_libdir}/libemeraldengine.so
106 %{_libdir}/libemeraldengine.la
107 %dir %{_includedir}/%{name}
108 %{_includedir}/%{name}/*.h
109
110 %files static
111 %defattr(644,root,root,755)
112 %{_libdir}/libemeraldengine.a
This page took 0.031527 seconds and 4 git commands to generate.