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