]> git.pld-linux.org Git - packages/eel.git/blob - eel.spec
3ede588835118cfd586d15592af6c55e517ef857
[packages/eel.git] / eel.spec
1 Summary:        Eazel Extensions Library
2 Summary(pl):    Biblioteka rozszerzeñ Eazel
3 Name:           eel
4 Version:        2.1.2
5 Release:        1
6 License:        GPL
7 Group:          X11/Libraries
8 Source0:        http://ftp.gnome.org/pub/gnome/sources/%{name}/2.1/%{name}-%{version}.tar.bz2
9 URL:            http://nautilus.eazel.com/
10 BuildRequires:  GConf2-devel >= 1.2.1
11 BuildRequires:  freetype-devel >= 2.0.9
12 BuildRequires:  gail-devel >= 0.17
13 BuildRequires:  gnome-vfs2-devel >= 2.0.4
14 BuildRequires:  gtk+2-devel >= 2.0.6
15 BuildRequires:  intltool >= 0.22
16 BuildRequires:  libgnome-devel >= 2.1.1
17 BuildRequires:  libgnomeui-devel >= 2.1.2
18 BuildRequires:  libgnomecanvas-devel >= 2.0.4
19 BuildRequires:  libpng-devel
20 BuildRequires:  librsvg-devel >= 2.1.0
21 BuildRequires:  libxml2-devel >= 2.4.24
22 BuildRequires:  gettext-devel
23 Requires:       libgnomeui >= 2.1.1-3
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %define         _prefix         /usr/X11R6
27 %define         _mandir         %{_prefix}/man
28
29 %description
30 Eazel Extensions Library is a collection of widgets and extensions to
31 many modules of the GNOME platform.
32
33 %description -l pl
34 Biblioteka rozszerzeñ Eazel.
35
36 %package devel
37 Summary:        Libraries and include files for developing with Eel
38 Summary(pl):    Biblioteki i nag³ówki potrzebne do programowania z u¿yciem Eel
39 Group:          X11/Development/Libraries
40 Requires:       %{name} = %{version}
41 Requires:       gail-devel >= 0.17
42
43 %description devel
44 This package provides the necessary development libraries and include
45 files to allow you to develop with Eel.
46
47 %description devel -l pl
48 Ten pakiet zawiera biblioteki oraz pliki nag³ówkowe niezbêdne do
49 tworzenia oprogramowania z wykorzystaniem Eel.
50
51 %package static
52 Summary:        Static eel libraries
53 Summary(pl):    Biblioteki statyczne eel
54 Group:          X11/Development/Libraries
55 Requires:       %{name}-devel = %{version}
56
57 %description static
58 Static eel libraries.
59
60 %description static -l pl
61 Biblioteki statyczne eel.
62
63 %prep
64 %setup -q
65
66 %build
67 %configure \
68         --disable-gtktest \
69         --enable-static
70 %{__make}
71
72 %install
73 rm -rf $RPM_BUILD_ROOT
74
75 %{__make} install \
76          DESTDIR=$RPM_BUILD_ROOT \
77          pkgconfigdir=%{_pkgconfigdir}
78
79
80 %find_lang %{name} --with-gnome --all-name
81
82 %clean
83 rm -rf $RPM_BUILD_ROOT
84
85 %post   -p /sbin/ldconfig
86 %postun -p /sbin/ldconfig
87
88 %files -f %{name}.lang
89 %defattr(644,root,root,755)
90 %attr(755,root,root) %{_libdir}/*.so.*.*
91
92 %files devel
93 %defattr(644,root,root,755)
94 %doc AUTHORS ChangeLog NEWS
95 %attr(755,root,root) %{_libdir}/lib*.so
96 %{_libdir}/lib*.la
97 %{_includedir}/eel-2
98 %{_pkgconfigdir}/*.pc
99
100 %files static
101 %defattr(644,root,root,755)
102 %{_libdir}/lib*.a
This page took 0.063054 seconds and 3 git commands to generate.