]> git.pld-linux.org Git - packages/eel.git/blob - eel.spec
- rel.2, bleeding edge deps, commented out aclocal macro (breaks build),
[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 # breaks Makefile creation - temp. commented out
82 #%%{__aclocal}
83 %{__autoconf}
84 %{__automake}
85 %configure \
86         --disable-gtktest \
87         --enable-static
88 %{__make}
89
90 %install
91 rm -rf $RPM_BUILD_ROOT
92
93 %{__make} install \
94         DESTDIR=$RPM_BUILD_ROOT \
95         pkgconfigdir=%{_pkgconfigdir}
96
97 rm -r $RPM_BUILD_ROOT%{_datadir}/locale/{no,ug}
98
99 %find_lang %{name} --with-gnome --all-name
100
101 %clean
102 rm -rf $RPM_BUILD_ROOT
103
104 %post   -p /sbin/ldconfig
105 %postun -p /sbin/ldconfig
106
107 %files -f %{name}.lang
108 %defattr(644,root,root,755)
109 %doc AUTHORS ChangeLog NEWS
110 %attr(755,root,root) %{_libdir}/lib*.so.*.*
111
112 %files devel
113 %defattr(644,root,root,755)
114 %attr(755,root,root) %{_libdir}/lib*.so
115 %{_libdir}/lib*.la
116 %{_includedir}/eel-2
117 %{_pkgconfigdir}/*.pc
118
119 %files static
120 %defattr(644,root,root,755)
121 %{_libdir}/lib*.a
This page took 0.072011 seconds and 4 git commands to generate.