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