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