]> git.pld-linux.org Git - packages/eel.git/blob - eel.spec
- added note about LINGUAS breakage
[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.1
6 Release:        2
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:  7002f4f99317ed11da8b9db15b7e4a2b
11 URL:            http://nautilus.eazel.com/
12 BuildRequires:  GConf2-devel >= 2.12.0
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  fam-devel
16 BuildRequires:  freetype-devel >= 2.1.4
17 BuildRequires:  gail-devel >= 1.8.11
18 BuildRequires:  gettext-devel
19 BuildRequires:  gnome-desktop-devel >= 2.15.2
20 BuildRequires:  gnome-menus-devel >= 2.14.0
21 BuildRequires:  gnome-vfs2-devel >= 2.15.1
22 BuildRequires:  gtk+2-devel >= 2:2.9.2
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.15.1
27 BuildRequires:  libpng-devel
28 BuildRequires:  librsvg-devel >= 1:2.15.0
29 BuildRequires:  libtool
30 BuildRequires:  libxml2-devel >= 2.6.26
31 BuildRequires:  perl-base
32 BuildRequires:  pkgconfig
33 BuildRequires:  popt-devel >= 1.5
34 BuildRequires:  rpmbuild(macros) >= 1.197
35 Requires:       libgnomeui >= 2.15.1
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.11
51 Requires:       gnome-desktop-devel >= 2.15.2
52 Requires:       gnome-menus-devel >= 2.14.0
53 Requires:       gnome-vfs2-devel >= 2.15.1
54 Requires:       libgnomeui-devel >= 2.15.1
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 # fix me!
82 # breaks Makefile creation - temp. commented out
83 # caused by multi line LINGUAS definition
84 # see gucharmap-configure.patch for details
85 #%{__aclocal}
86 %{__autoconf}
87 %{__automake}
88 %configure \
89         --disable-gtktest \
90         --enable-static
91 %{__make}
92
93 %install
94 rm -rf $RPM_BUILD_ROOT
95
96 %{__make} install \
97         DESTDIR=$RPM_BUILD_ROOT \
98         pkgconfigdir=%{_pkgconfigdir}
99
100 rm -r $RPM_BUILD_ROOT%{_datadir}/locale/{no,ug}
101
102 %find_lang %{name} --with-gnome --all-name
103
104 %clean
105 rm -rf $RPM_BUILD_ROOT
106
107 %post   -p /sbin/ldconfig
108 %postun -p /sbin/ldconfig
109
110 %files -f %{name}.lang
111 %defattr(644,root,root,755)
112 %doc AUTHORS ChangeLog NEWS
113 %attr(755,root,root) %{_libdir}/lib*.so.*.*
114
115 %files devel
116 %defattr(644,root,root,755)
117 %attr(755,root,root) %{_libdir}/lib*.so
118 %{_libdir}/lib*.la
119 %{_includedir}/eel-2
120 %{_pkgconfigdir}/*.pc
121
122 %files static
123 %defattr(644,root,root,755)
124 %{_libdir}/lib*.a
This page took 0.07518 seconds and 3 git commands to generate.