]> git.pld-linux.org Git - packages/eel.git/blob - eel.spec
- 2.22.0
[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.22.0
6 Release:        1
7 License:        LGPL v2+
8 Group:          X11/Libraries
9 Source0:        http://ftp.gnome.org/pub/GNOME/sources/eel/2.22/%{name}-%{version}.tar.bz2
10 # Source0-md5:  cd0db25194c154f07c39b45ca5943999
11 URL:            http://nautilus.eazel.com/
12 BuildRequires:  GConf2-devel >= 2.22.0
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  gail-devel >= 1.20.0
16 BuildRequires:  gettext-devel
17 BuildRequires:  glib2-devel >= 1:2.16.0
18 BuildRequires:  gnome-desktop-devel >= 2.22.0
19 BuildRequires:  gtk+2-devel >= 2:2.12.5
20 BuildRequires:  intltool >= 0.37.0
21 BuildRequires:  libglade2-devel >= 1:2.6.2
22 BuildRequires:  libgnomeui-devel >= 2.22.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.22.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.22.0
47 Requires:       gail-devel >= 1.20.0
48 Requires:       glib2-devel >= 1:2.16.0
49 Requires:       gnome-desktop-devel >= 2.22.0
50 Requires:       gtk+2-devel >= 2:2.12.5
51 Requires:       libgnomeui-devel >= 2.22.0
52 Requires:       libxml2-devel >= 1:2.6.31
53
54 %description devel
55 This package provides the necessary development libraries and include
56 files to allow you to develop with Eel.
57
58 %description devel -l pl.UTF-8
59 Ten pakiet zawiera biblioteki oraz pliki nagłówkowe niezbędne do
60 tworzenia oprogramowania z wykorzystaniem Eel.
61
62 %package static
63 Summary:        Static Eel libraries
64 Summary(pl.UTF-8):      Biblioteki statyczne Eel
65 Group:          X11/Development/Libraries
66 Requires:       %{name}-devel = %{version}-%{release}
67
68 %description static
69 Static Eel libraries.
70
71 %description static -l pl.UTF-8
72 Biblioteki statyczne Eel.
73
74 %prep
75 %setup -q
76
77 %build
78 %{__glib_gettextize}
79 %{__intltoolize}
80 %{__libtoolize}
81 %{__aclocal}
82 %{__autoconf}
83 %{__autoheader}
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 [ -d $RPM_BUILD_ROOT%{_datadir}/locale/sr@latin ] || \
98         mv -f $RPM_BUILD_ROOT%{_datadir}/locale/sr@{Latn,latin}
99 %find_lang eel-2.0
100
101 %clean
102 rm -rf $RPM_BUILD_ROOT
103
104 %post   -p /sbin/ldconfig
105 %postun -p /sbin/ldconfig
106
107 %files -f eel-2.0.lang
108 %defattr(644,root,root,755)
109 %doc AUTHORS ChangeLog MAINTAINERS NEWS TODO
110 %attr(755,root,root) %{_libdir}/libeel-2.so.*.*.*
111 %attr(755,root,root) %ghost %{_libdir}/libeel-2.so.2
112
113 %files devel
114 %defattr(644,root,root,755)
115 %attr(755,root,root) %{_libdir}/libeel-2.so
116 %{_libdir}/libeel-2.la
117 %{_includedir}/eel-2
118 %{_pkgconfigdir}/eel-2.0.pc
119
120 %files static
121 %defattr(644,root,root,755)
122 %{_libdir}/libeel-2.a
This page took 0.055397 seconds and 4 git commands to generate.