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