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