]> git.pld-linux.org Git - packages/eel.git/blame - eel.spec
- updated to 2.26.0
[packages/eel.git] / eel.spec
CommitLineData
9dac7892 1Summary: Eazel Extensions Library
0cfac099 2Summary(ko.UTF-8): Eazel 확장 라이브러리
c6e76d1d 3Summary(pl.UTF-8): Biblioteka rozszerzeń Eazel
befc9a9f 4Name: eel
65c53770
MB
5Version: 2.26.0
6Release: 1
67a945ea 7License: LGPL v2+
e2c5f604 8Group: X11/Libraries
65c53770
MB
9Source0: http://ftp.gnome.org/pub/GNOME/sources/eel/2.26/%{name}-%{version}.tar.bz2
10# Source0-md5: dfa105ccabd53efe4166dcfac75e2393
055fec7a 11URL: http://nautilus.eazel.com/
1720f0c4 12BuildRequires: GConf2-devel >= 2.24.0
cfa44ade 13BuildRequires: autoconf
0008ffaa 14BuildRequires: automake
4737634e 15BuildRequires: gettext-devel
65c53770 16BuildRequires: gnome-desktop-devel >= 2.26.0
1720f0c4
MB
17BuildRequires: gtk+2-devel >= 2:2.14.0
18BuildRequires: intltool >= 0.40.0
cfa44ade 19BuildRequires: libtool
b6bd084a 20BuildRequires: libxml2-devel >= 1:2.6.31
cfa44ade 21BuildRequires: perl-base
17a8b584 22BuildRequires: pkgconfig
860c4f49 23BuildRequires: rpmbuild(macros) >= 1.197
cdbddba1 24# sr@Latn vs. sr@latin
25Conflicts: glibc-misc < 6:2.7
055fec7a 26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
9dac7892 27
28%description
e2c5f604 29Eazel Extensions Library is a collection of widgets and extensions to
30many modules of the GNOME platform.
9dac7892 31
a90fc4b9
JR
32%description -l pl.UTF-8
33Biblioteka rozszerzeń Eazel.
e41b2001 34
9dac7892 35%package devel
7b615284 36Summary: Libraries and include files for developing with Eel
0cfac099 37Summary(pl.UTF-8): Biblioteki i nagłówki potrzebne do programowania z użyciem Eel
e2c5f604 38Group: X11/Development/Libraries
cfa44ade 39Requires: %{name} = %{version}-%{release}
1720f0c4 40Requires: GConf2-devel >= 2.24.0
65c53770 41Requires: gnome-desktop-devel >= 2.26.0
1720f0c4 42Requires: gtk+2-devel >= 2:2.14.0
b6bd084a 43Requires: libxml2-devel >= 1:2.6.31
9dac7892 44
45%description devel
46This package provides the necessary development libraries and include
47files to allow you to develop with Eel.
48
a90fc4b9
JR
49%description devel -l pl.UTF-8
50Ten pakiet zawiera biblioteki oraz pliki nagłówkowe niezbędne do
e2c5f604 51tworzenia oprogramowania z wykorzystaniem Eel.
52
53%package static
b6bd084a
PZ
54Summary: Static Eel libraries
55Summary(pl.UTF-8): Biblioteki statyczne Eel
e2c5f604 56Group: X11/Development/Libraries
cfa44ade 57Requires: %{name}-devel = %{version}-%{release}
e2c5f604 58
59%description static
b6bd084a 60Static Eel libraries.
e2c5f604 61
a90fc4b9 62%description static -l pl.UTF-8
b6bd084a 63Biblioteki statyczne Eel.
e41b2001 64
9dac7892 65%prep
055fec7a 66%setup -q
9dac7892 67
68%build
c6e76d1d
MB
69%{__glib_gettextize}
70%{__intltoolize}
cfa44ade 71%{__libtoolize}
025c2ee9 72%{__aclocal}
cfa44ade 73%{__autoconf}
b6bd084a 74%{__autoheader}
cfa44ade 75%{__automake}
2438945b 76%configure \
4acf190e 77 --disable-gtktest \
e2c5f604 78 --enable-static
79%{__make}
9dac7892 80
81%install
055fec7a 82rm -rf $RPM_BUILD_ROOT
4acf190e 83
2438945b 84%{__make} install \
1720f0c4 85 DESTDIR=$RPM_BUILD_ROOT
4acf190e 86
b6bd084a 87%find_lang eel-2.0
e2c5f604 88
9dac7892 89%clean
4acf190e 90rm -rf $RPM_BUILD_ROOT
9dac7892 91
4a67b13b 92%post -p /sbin/ldconfig
93%postun -p /sbin/ldconfig
9dac7892 94
b6bd084a 95%files -f eel-2.0.lang
055fec7a 96%defattr(644,root,root,755)
c6e76d1d 97%doc AUTHORS ChangeLog MAINTAINERS NEWS TODO
b6bd084a
PZ
98%attr(755,root,root) %{_libdir}/libeel-2.so.*.*.*
99%attr(755,root,root) %ghost %{_libdir}/libeel-2.so.2
9dac7892 100
101%files devel
055fec7a 102%defattr(644,root,root,755)
b6bd084a
PZ
103%attr(755,root,root) %{_libdir}/libeel-2.so
104%{_libdir}/libeel-2.la
2438945b 105%{_includedir}/eel-2
b6bd084a 106%{_pkgconfigdir}/eel-2.0.pc
e2c5f604 107
108%files static
109%defattr(644,root,root,755)
b6bd084a 110%{_libdir}/libeel-2.a
This page took 0.129833 seconds and 4 git commands to generate.