]> git.pld-linux.org Git - packages/eel.git/blob - eel.spec
932a68a5cd88257d3ee82b47701a5e7fbee31a87
[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.12.1
6 Release:        1
7 License:        LGPL v2+
8 Group:          X11/Libraries
9 Source0:        http://ftp.gnome.org/pub/gnome/sources/eel/2.12/%{name}-%{version}.tar.bz2
10 # Source0-md5:  08281630bef2e2f957ec2c349d73d112
11 URL:            http://nautilus.eazel.com/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  GConf2-devel >= 2.12.0
15 BuildRequires:  freetype-devel >= 2.1.4
16 BuildRequires:  gail-devel >= 1.8.5
17 BuildRequires:  gettext-devel
18 BuildRequires:  gnome-desktop-devel >= 2.12.1
19 BuildRequires:  gnome-menus-devel >= 2.12.0
20 BuildRequires:  gnome-vfs2-devel >= 2.12.1
21 BuildRequires:  gtk+2-devel >= 2:2.8.3
22 BuildRequires:  intltool >= 0.29
23 BuildRequires:  libart_lgpl-devel >= 2.3.17
24 BuildRequires:  libglade2-devel >= 1:2.5.0
25 BuildRequires:  libgnomeui-devel >= 2.12.0
26 BuildRequires:  libpng-devel
27 BuildRequires:  librsvg-devel >= 1:2.9.5
28 BuildRequires:  libtool
29 BuildRequires:  libxml2-devel >= 2.6.21
30 BuildRequires:  perl-base
31 BuildRequires:  pkgconfig
32 BuildRequires:  popt-devel >= 1.5
33 BuildRequires:  rpmbuild(macros) >= 1.197
34 Requires:       gnome-vfs2 >= 2.12.1
35 Requires:       libgnomeui >= 2.12.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.12.0
52 Requires:       gnome-menus-devel >= 2.12.0
53 Requires:       gnome-vfs2-devel >= 2.12.0
54 Requires:       libgnomeui-devel >= 2.12.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 rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
97
98 %find_lang %{name} --with-gnome --all-name
99
100 %clean
101 rm -rf $RPM_BUILD_ROOT
102
103 %post   -p /sbin/ldconfig
104 %postun -p /sbin/ldconfig
105
106 %files -f %{name}.lang
107 %defattr(644,root,root,755)
108 %doc AUTHORS ChangeLog NEWS
109 %attr(755,root,root) %{_libdir}/lib*.so.*.*
110
111 %files devel
112 %defattr(644,root,root,755)
113 %attr(755,root,root) %{_libdir}/lib*.so
114 %{_libdir}/lib*.la
115 %{_includedir}/eel-2
116 %{_pkgconfigdir}/*.pc
117
118 %files static
119 %defattr(644,root,root,755)
120 %{_libdir}/lib*.a
This page took 0.092773 seconds and 3 git commands to generate.