]> git.pld-linux.org Git - packages/eel.git/blob - eel.spec
- 2.14.3
[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.14.3
6 Release:        1
7 License:        LGPL v2+
8 Group:          X11/Libraries
9 Source0:        http://ftp.gnome.org/pub/gnome/sources/eel/2.14/%{name}-%{version}.tar.bz2
10 # Source0-md5:  cdff898f9a054b35f5e3b7c0142cc2a5
11 URL:            http://nautilus.eazel.com/
12 BuildRequires:  GConf2-devel >= 2.14.0
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  fam-devel
16 BuildRequires:  freetype-devel >= 2.1.4
17 BuildRequires:  gail-devel >= 1.8.5
18 BuildRequires:  gettext-devel
19 BuildRequires:  gnome-desktop-devel >= 2.14.0
20 BuildRequires:  gnome-menus-devel >= 2.14.0
21 BuildRequires:  gnome-vfs2-devel >= 2.14.0
22 BuildRequires:  gtk+2-devel >= 2:2.8.3
23 BuildRequires:  intltool >= 0.29
24 BuildRequires:  libart_lgpl-devel >= 2.3.17
25 BuildRequires:  libglade2-devel >= 1:2.5.0
26 BuildRequires:  libgnomeui-devel >= 2.14.0
27 BuildRequires:  libpng-devel
28 BuildRequires:  librsvg-devel >= 1:2.9.5
29 BuildRequires:  libtool
30 BuildRequires:  libxml2-devel >= 2.6.21
31 BuildRequires:  perl-base
32 BuildRequires:  pkgconfig
33 BuildRequires:  popt-devel >= 1.5
34 BuildRequires:  rpmbuild(macros) >= 1.197
35 Requires:       libgnomeui >= 2.14.0
36 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
37
38 %description
39 Eazel Extensions Library is a collection of widgets and extensions to
40 many modules of the GNOME platform.
41
42 %description -l pl
43 Biblioteka rozszerzeñ Eazel.
44
45 %package devel
46 Summary:        Libraries and include files for developing with Eel
47 Summary(pl):    Biblioteki i nag³ówki potrzebne do programowania z u¿yciem Eel
48 Group:          X11/Development/Libraries
49 Requires:       %{name} = %{version}-%{release}
50 Requires:       gail-devel >= 1.8.5
51 Requires:       gnome-desktop-devel >= 2.14.0
52 Requires:       gnome-menus-devel >= 2.14.0
53 Requires:       gnome-vfs2-devel >= 2.14.0
54 Requires:       libgnomeui-devel >= 2.14.0
55
56 %description devel
57 This package provides the necessary development libraries and include
58 files to allow you to develop with Eel.
59
60 %description devel -l pl
61 Ten pakiet zawiera biblioteki oraz pliki nag³ówkowe niezbêdne do
62 tworzenia oprogramowania z wykorzystaniem Eel.
63
64 %package static
65 Summary:        Static eel libraries
66 Summary(pl):    Biblioteki statyczne eel
67 Group:          X11/Development/Libraries
68 Requires:       %{name}-devel = %{version}-%{release}
69
70 %description static
71 Static eel libraries.
72
73 %description static -l pl
74 Biblioteki statyczne eel.
75
76 %prep
77 %setup -q
78
79 %build
80 %{__libtoolize}
81 %{__aclocal}
82 %{__autoconf}
83 %{__automake}
84 %configure \
85         --disable-gtktest \
86         --enable-static
87 %{__make}
88
89 %install
90 rm -rf $RPM_BUILD_ROOT
91
92 %{__make} install \
93         DESTDIR=$RPM_BUILD_ROOT \
94         pkgconfigdir=%{_pkgconfigdir}
95
96 %find_lang %{name} --with-gnome --all-name
97
98 %clean
99 rm -rf $RPM_BUILD_ROOT
100
101 %post   -p /sbin/ldconfig
102 %postun -p /sbin/ldconfig
103
104 %files -f %{name}.lang
105 %defattr(644,root,root,755)
106 %doc AUTHORS ChangeLog NEWS
107 %attr(755,root,root) %{_libdir}/lib*.so.*.*
108
109 %files devel
110 %defattr(644,root,root,755)
111 %attr(755,root,root) %{_libdir}/lib*.so
112 %{_libdir}/lib*.la
113 %{_includedir}/eel-2
114 %{_pkgconfigdir}/*.pc
115
116 %files static
117 %defattr(644,root,root,755)
118 %{_libdir}/lib*.a
This page took 0.034447 seconds and 3 git commands to generate.