]> git.pld-linux.org Git - packages/eel.git/blob - eel.spec
4c83152a8f88c63895ccb93ef702fae7020517d8
[packages/eel.git] / eel.spec
1 Summary:        Eazel Extensions Library
2 Summary(ko.UTF-8):      Eazel 확장 라이브러리
3 Summary(pl.UTF-8):      Biblioteka rozszerzeń Eazel
4 Name:           eel
5 Version:        2.24.1
6 Release:        2
7 License:        LGPL v2+
8 Group:          X11/Libraries
9 Source0:        http://ftp.gnome.org/pub/GNOME/sources/eel/2.24/%{name}-%{version}.tar.bz2
10 # Source0-md5:  b591df36af8f1b23dd175be33b5de073
11 URL:            http://nautilus.eazel.com/
12 BuildRequires:  GConf2-devel >= 2.24.0
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  gettext-devel
16 BuildRequires:  glib2-devel >= 1:2.18.0
17 BuildRequires:  gnome-desktop-devel >= 2.24.0
18 BuildRequires:  gtk+2-devel >= 2:2.14.0
19 BuildRequires:  intltool >= 0.40.0
20 BuildRequires:  libglade2-devel >= 1:2.6.2
21 BuildRequires:  libgnome-devel >= 2.24.0
22 BuildRequires:  libgnomeui-devel >= 2.24.0
23 BuildRequires:  libtool
24 BuildRequires:  libxml2-devel >= 1:2.6.31
25 BuildRequires:  perl-base
26 BuildRequires:  pkgconfig
27 BuildRequires:  rpmbuild(macros) >= 1.197
28 BuildRequires:  startup-notification-devel >= 0.8
29 Requires:       libgnomeui >= 2.24.0
30 # sr@Latn vs. sr@latin
31 Conflicts:      glibc-misc < 6:2.7
32 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
33
34 %description
35 Eazel Extensions Library is a collection of widgets and extensions to
36 many modules of the GNOME platform.
37
38 %description -l pl.UTF-8
39 Biblioteka rozszerzeń Eazel.
40
41 %package devel
42 Summary:        Libraries and include files for developing with Eel
43 Summary(pl.UTF-8):      Biblioteki i nagłówki potrzebne do programowania z użyciem Eel
44 Group:          X11/Development/Libraries
45 Requires:       %{name} = %{version}-%{release}
46 Requires:       GConf2-devel >= 2.24.0
47 Requires:       glib2-devel >= 1:2.18.0
48 Requires:       gnome-desktop-devel >= 2.24.0
49 Requires:       gtk+2-devel >= 2:2.14.0
50 Requires:       libgnomeui-devel >= 2.24.0
51 Requires:       libxml2-devel >= 1:2.6.31
52
53 %description devel
54 This package provides the necessary development libraries and include
55 files to allow you to develop with Eel.
56
57 %description devel -l pl.UTF-8
58 Ten pakiet zawiera biblioteki oraz pliki nagłówkowe niezbędne do
59 tworzenia oprogramowania z wykorzystaniem Eel.
60
61 %package static
62 Summary:        Static Eel libraries
63 Summary(pl.UTF-8):      Biblioteki statyczne Eel
64 Group:          X11/Development/Libraries
65 Requires:       %{name}-devel = %{version}-%{release}
66
67 %description static
68 Static Eel libraries.
69
70 %description static -l pl.UTF-8
71 Biblioteki statyczne Eel.
72
73 %prep
74 %setup -q
75
76 %build
77 %{__glib_gettextize}
78 %{__intltoolize}
79 %{__libtoolize}
80 %{__aclocal}
81 %{__autoconf}
82 %{__autoheader}
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
95 %find_lang eel-2.0
96
97 %clean
98 rm -rf $RPM_BUILD_ROOT
99
100 %post   -p /sbin/ldconfig
101 %postun -p /sbin/ldconfig
102
103 %files -f eel-2.0.lang
104 %defattr(644,root,root,755)
105 %doc AUTHORS ChangeLog MAINTAINERS NEWS TODO
106 %attr(755,root,root) %{_libdir}/libeel-2.so.*.*.*
107 %attr(755,root,root) %ghost %{_libdir}/libeel-2.so.2
108
109 %files devel
110 %defattr(644,root,root,755)
111 %attr(755,root,root) %{_libdir}/libeel-2.so
112 %{_libdir}/libeel-2.la
113 %{_includedir}/eel-2
114 %{_pkgconfigdir}/eel-2.0.pc
115
116 %files static
117 %defattr(644,root,root,755)
118 %{_libdir}/libeel-2.a
This page took 0.050291 seconds and 2 git commands to generate.