]> git.pld-linux.org Git - packages/eel.git/blob - eel.spec
- marged DEVEL branch
[packages/eel.git] / eel.spec
1 Summary:        Eazel Extensions Library
2 Summary(pl):    Biblioteka rozszerzeñ Eazel
3 Name:           eel
4 Version:        2.1.1
5 Release:        2
6 License:        GPL
7 Group:          X11/Libraries
8 Source0:        http://ftp.gnome.org/pub/gnome/sources/%{name}/2.1/%{name}-%{version}.tar.bz2
9 URL:            http://nautilus.eazel.com/
10 BuildRequires:  GConf2-devel >= 1.2.1
11 BuildRequires:  freetype-devel >= 2.0.9
12 BuildRequires:  gail-devel >= 0.17
13 BuildRequires:  gnome-vfs2-devel >= 2.0.4
14 BuildRequires:  gtk+2-devel >= 2.0.6
15 BuildRequires:  intltool >= 0.22
16 BuildRequires:  libgnome-devel >= 2.0.5
17 BuildRequires:  libgnomeui-devel >= 2.0.5
18 BuildRequires:  libgnomecanvas-devel >= 2.0.4
19 BuildRequires:  libpng-devel
20 BuildRequires:  librsvg-devel >= 2.1.0
21 BuildRequires:  libxml2-devel >= 2.4.24
22 BuildRequires:  gettext-devel
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %define         _prefix         /usr/X11R6
26 %define         _mandir         %{_prefix}/man
27
28 %description
29 Eazel Extensions Library is a collection of widgets and extensions to
30 many modules of the GNOME platform.
31
32 %description -l pl
33 Biblioteka rozszerzeñ Eazel.
34
35 %package devel
36 Summary:        Libraries and include files for developing with Eel
37 Summary(pl):    Biblioteki i nag³ówki potrzebne do programowania z u¿yciem Eel
38 Group:          X11/Development/Libraries
39 Requires:       %{name} = %{version}
40 Requires:       gail-devel >= 0.17
41
42 %description devel
43 This package provides the necessary development libraries and include
44 files to allow you to develop with Eel.
45
46 %description devel -l pl
47 Ten pakiet zawiera biblioteki oraz pliki nag³ówkowe niezbêdne do
48 tworzenia oprogramowania z wykorzystaniem Eel.
49
50 %package static
51 Summary:        Static eel libraries
52 Summary(pl):    Biblioteki statyczne eel
53 Group:          X11/Development/Libraries
54 Requires:       %{name}-devel = %{version}
55
56 %description static
57 Static eel libraries.
58
59 %description static -l pl
60 Biblioteki statyczne eel.
61
62 %prep
63 %setup -q
64
65 %build
66 %configure \
67         --disable-gtktest \
68         --enable-static
69 %{__make}
70
71 %install
72 rm -rf $RPM_BUILD_ROOT
73
74 %{__make} install \
75          DESTDIR=$RPM_BUILD_ROOT \
76          pkgconfigdir=%{_pkgconfigdir}
77
78
79 %find_lang %{name} --with-gnome --all-name
80
81 %clean
82 rm -rf $RPM_BUILD_ROOT
83
84 %post   -p /sbin/ldconfig
85 %postun -p /sbin/ldconfig
86
87 %files -f %{name}.lang
88 %defattr(644,root,root,755)
89 %attr(755,root,root) %{_libdir}/*.so.*.*
90
91 %files devel
92 %defattr(644,root,root,755)
93 %doc AUTHORS ChangeLog NEWS
94 %attr(755,root,root) %{_libdir}/lib*.so
95 %attr(755,root,root) %{_libdir}/lib*.la
96 %{_includedir}/eel-2
97 %{_pkgconfigdir}/*.pc
98
99 %files static
100 %defattr(644,root,root,755)
101 %{_libdir}/lib*.a
This page took 0.043102 seconds and 3 git commands to generate.