]> git.pld-linux.org Git - packages/eel.git/blob - eel.spec
- release 2
[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.26.0
6 Release:        2
7 License:        LGPL v2+
8 Group:          X11/Libraries
9 Source0:        http://ftp.gnome.org/pub/GNOME/sources/eel/2.26/%{name}-%{version}.tar.bz2
10 # Source0-md5:  dfa105ccabd53efe4166dcfac75e2393
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:  gnome-desktop-devel >= 2.26.0
17 BuildRequires:  gtk+2-devel >= 2:2.14.0
18 BuildRequires:  intltool >= 0.40.0
19 BuildRequires:  libtool
20 BuildRequires:  libxml2-devel >= 1:2.6.31
21 BuildRequires:  perl-base
22 BuildRequires:  pkgconfig
23 BuildRequires:  rpmbuild(macros) >= 1.197
24 # sr@Latn vs. sr@latin
25 Conflicts:      glibc-misc < 6:2.7
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
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.UTF-8
33 Biblioteka rozszerzeń Eazel.
34
35 %package devel
36 Summary:        Libraries and include files for developing with Eel
37 Summary(pl.UTF-8):      Biblioteki i nagłówki potrzebne do programowania z użyciem Eel
38 Group:          X11/Development/Libraries
39 Requires:       %{name} = %{version}-%{release}
40 Requires:       GConf2-devel >= 2.24.0
41 Requires:       gnome-desktop-devel >= 2.26.0
42 Requires:       gtk+2-devel >= 2:2.14.0
43 Requires:       libxml2-devel >= 1:2.6.31
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.UTF-8
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.UTF-8):      Biblioteki statyczne Eel
56 Group:          X11/Development/Libraries
57 Requires:       %{name}-devel = %{version}-%{release}
58
59 %description static
60 Static Eel libraries.
61
62 %description static -l pl.UTF-8
63 Biblioteki statyczne Eel.
64
65 %prep
66 %setup -q
67
68 %build
69 %{__glib_gettextize}
70 %{__intltoolize}
71 %{__libtoolize}
72 %{__aclocal}
73 %{__autoconf}
74 %{__autoheader}
75 %{__automake}
76 %configure \
77         --disable-gtktest \
78         --enable-static
79 %{__make}
80
81 %install
82 rm -rf $RPM_BUILD_ROOT
83
84 %{__make} install \
85         DESTDIR=$RPM_BUILD_ROOT
86
87 %find_lang eel-2.0
88
89 %clean
90 rm -rf $RPM_BUILD_ROOT
91
92 %post   -p /sbin/ldconfig
93 %postun -p /sbin/ldconfig
94
95 %files -f eel-2.0.lang
96 %defattr(644,root,root,755)
97 %doc AUTHORS ChangeLog MAINTAINERS NEWS TODO
98 %attr(755,root,root) %{_libdir}/libeel-2.so.*.*.*
99 %attr(755,root,root) %ghost %{_libdir}/libeel-2.so.2
100
101 %files devel
102 %defattr(644,root,root,755)
103 %attr(755,root,root) %{_libdir}/libeel-2.so
104 %{_libdir}/libeel-2.la
105 %{_includedir}/eel-2
106 %{_pkgconfigdir}/eel-2.0.pc
107
108 %files static
109 %defattr(644,root,root,755)
110 %{_libdir}/libeel-2.a
This page took 0.631635 seconds and 3 git commands to generate.