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