Author: patrys Date: Tue Mar 11 14:54:25 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - 2.22.0 - merged from DEVEL
---- Files affected: SPECS: eel.spec (1.99 -> 1.100) ---- Diffs: ================================================================ Index: SPECS/eel.spec diff -u SPECS/eel.spec:1.99 SPECS/eel.spec:1.100 --- SPECS/eel.spec:1.99 Sun Nov 4 18:06:10 2007 +++ SPECS/eel.spec Tue Mar 11 15:54:19 2008 @@ -3,32 +3,31 @@ Summary(ko.UTF-8): Eazel 확장 라이브러리 Summary(pl.UTF-8): Biblioteka rozszerzeń Eazel Name: eel -Version: 2.20.0 -Release: 2 +Version: 2.22.0 +Release: 1 License: LGPL v2+ Group: X11/Libraries -Source0: http://ftp.gnome.org/pub/gnome/sources/eel/2.20/%{name}-%{version}.tar.bz2 -# Source0-md5: 691734dc1078e05e726b4f5b8646dadf +Source0: http://ftp.gnome.org/pub/GNOME/sources/eel/2.22/%{name}-%{version}.tar.bz2 +# Source0-md5: cd0db25194c154f07c39b45ca5943999 URL: http://nautilus.eazel.com/ -BuildRequires: GConf2-devel >= 2.18.0.1 +BuildRequires: GConf2-devel >= 2.22.0 BuildRequires: autoconf BuildRequires: automake -BuildRequires: gail-devel >= 1.18.0 +BuildRequires: gail-devel >= 1.20.0 BuildRequires: gettext-devel -BuildRequires: gnome-desktop-devel >= 2.20.0 -BuildRequires: gnome-menus-devel >= 2.20.0 -BuildRequires: gnome-vfs2-devel >= 2.20.0 -BuildRequires: gtk+2-devel >= 2:2.12.0 -BuildRequires: intltool >= 0.35.5 -BuildRequires: libart_lgpl-devel >= 2.3.19 -BuildRequires: libglade2-devel >= 1:2.6.0 -BuildRequires: libgnomeui-devel >= 2.18.1 +BuildRequires: glib2-devel >= 1:2.16.0 +BuildRequires: gnome-desktop-devel >= 2.22.0 +BuildRequires: gtk+2-devel >= 2:2.12.5 +BuildRequires: intltool >= 0.37.0 +BuildRequires: libglade2-devel >= 1:2.6.2 +BuildRequires: libgnomeui-devel >= 2.22.0 BuildRequires: libtool -BuildRequires: libxml2-devel >= 1:2.6.28 +BuildRequires: libxml2-devel >= 1:2.6.31 BuildRequires: perl-base BuildRequires: pkgconfig BuildRequires: rpmbuild(macros) >= 1.197 -Requires: libgnomeui >= 2.18.1 +BuildRequires: startup-notification-devel >= 0.8 +Requires: libgnomeui >= 2.22.0 # [EMAIL PROTECTED] vs. [EMAIL PROTECTED] Conflicts: glibc-misc < 6:2.7 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -45,11 +44,13 @@ Summary(pl.UTF-8): Biblioteki i nagłówki potrzebne do programowania z użyciem Eel Group: X11/Development/Libraries Requires: %{name} = %{version}-%{release} -Requires: gail-devel >= 1.18.0 -Requires: gnome-desktop-devel >= 2.20.0 -Requires: gnome-menus-devel >= 2.20.0 -Requires: gnome-vfs2-devel >= 2.20.0 -Requires: libgnomeui-devel >= 2.18.1 +Requires: GConf2-devel >= 2.22.0 +Requires: gail-devel >= 1.20.0 +Requires: glib2-devel >= 1:2.16.0 +Requires: gnome-desktop-devel >= 2.22.0 +Requires: gtk+2-devel >= 2:2.12.5 +Requires: libgnomeui-devel >= 2.22.0 +Requires: libxml2-devel >= 1:2.6.31 %description devel This package provides the necessary development libraries and include @@ -60,16 +61,16 @@ tworzenia oprogramowania z wykorzystaniem Eel. %package static -Summary: Static eel libraries -Summary(pl.UTF-8): Biblioteki statyczne eel +Summary: Static Eel libraries +Summary(pl.UTF-8): Biblioteki statyczne Eel Group: X11/Development/Libraries Requires: %{name}-devel = %{version}-%{release} %description static -Static eel libraries. +Static Eel libraries. %description static -l pl.UTF-8 -Biblioteki statyczne eel. +Biblioteki statyczne Eel. %prep %setup -q @@ -80,6 +81,7 @@ %{__libtoolize} %{__aclocal} %{__autoconf} +%{__autoheader} %{__automake} %configure \ --disable-gtktest \ @@ -95,7 +97,7 @@ [ -d $RPM_BUILD_ROOT%{_datadir}/locale/[EMAIL PROTECTED] ] || \ mv -f $RPM_BUILD_ROOT%{_datadir}/locale/[EMAIL PROTECTED],latin} -%find_lang %{name} --with-gnome --all-name +%find_lang eel-2.0 %clean rm -rf $RPM_BUILD_ROOT @@ -103,21 +105,22 @@ %post -p /sbin/ldconfig %postun -p /sbin/ldconfig -%files -f %{name}.lang +%files -f eel-2.0.lang %defattr(644,root,root,755) %doc AUTHORS ChangeLog MAINTAINERS NEWS TODO -%attr(755,root,root) %{_libdir}/lib*.so.*.* +%attr(755,root,root) %{_libdir}/libeel-2.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libeel-2.so.2 %files devel %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/lib*.so -%{_libdir}/lib*.la +%attr(755,root,root) %{_libdir}/libeel-2.so +%{_libdir}/libeel-2.la %{_includedir}/eel-2 -%{_pkgconfigdir}/*.pc +%{_pkgconfigdir}/eel-2.0.pc %files static %defattr(644,root,root,755) -%{_libdir}/lib*.a +%{_libdir}/libeel-2.a %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -125,6 +128,32 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.100 2008-03-11 14:54:19 patrys +- 2.22.0 +- merged from DEVEL + +Revision 1.99.2.7 2008-03-11 14:41:54 patrys +- 2.22.0 + +Revision 1.99.2.6 2008-02-27 21:20:48 megabajt +- updated to 2.21.92 + +Revision 1.99.2.5 2008-02-11 17:51:03 megabajt +- updated to 2.21.91 + +Revision 1.99.2.4 2008-02-01 20:48:28 megabajt +- updated to 2.21.90 + +Revision 1.99.2.3 2008-01-14 20:37:34 megabajt +- updated to 2.21.5 + +Revision 1.99.2.2 2008-01-04 14:36:02 megabajt +- updated deps +- more verbose files + +Revision 1.99.2.1 2007-12-22 15:10:19 patrys +- 2.21.1 + Revision 1.99 2007-11-04 17:06:10 ankry - [EMAIL PROTECTED] -> [EMAIL PROTECTED], rel. 2 @@ -627,5 +656,3 @@ - adapterized - some cosmetics -* Wed Apr 04 2000 Ramiro Estrugo <[EMAIL PROTECTED]> -- created this thing ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/eel.spec?r1=1.99&r2=1.100&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
