SPECS: libgnomeui.spec - updated to 2.18.0; merged changes from DEVEL

megabajt megabajt at pld-linux.org
Mon Mar 12 16:01:24 CET 2007


Author: megabajt                     Date: Mon Mar 12 15:01:24 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 2.18.0; merged changes from DEVEL

---- Files affected:
SPECS:
   libgnomeui.spec (1.102 -> 1.103) 

---- Diffs:

================================================================
Index: SPECS/libgnomeui.spec
diff -u SPECS/libgnomeui.spec:1.102 SPECS/libgnomeui.spec:1.103
--- SPECS/libgnomeui.spec:1.102	Tue Feb 13 07:46:51 2007
+++ SPECS/libgnomeui.spec	Mon Mar 12 16:01:19 2007
@@ -2,39 +2,39 @@
 Summary:	GNOME base GUI library
 Summary(pl.UTF-8):	Podstawowa biblioteka GUI GNOME
 Name:		libgnomeui
-Version:	2.16.1
-Release:	2
+Version:	2.18.0
+Release:	1
 License:	LGPL
 Group:		X11/Libraries
-Source0:	http://ftp.gnome.org/pub/gnome/sources/libgnomeui/2.16/%{name}-%{version}.tar.bz2
-# Source0-md5:	d9b975952bf5feee8818d3fb18cca0b3
+Source0:	http://ftp.gnome.org/pub/gnome/sources/libgnomeui/2.18/%{name}-%{version}.tar.bz2
+# Source0-md5:	06bb556b8c44cbbe1c1bd3b630485fcc
 URL:		http://www.gnome.org/
-BuildRequires:	GConf2-devel >= 2.14.0
-BuildRequires:	audiofile-devel >= 1:0.2.3
+BuildRequires:	GConf2-devel >= 2.18.0.1
 BuildRequires:	autoconf >= 2.54
 BuildRequires:	automake
-BuildRequires:	esound-devel >= 1:0.2.31
 BuildRequires:	gnome-common >= 2.12.0
-BuildRequires:	gnome-keyring-devel >= 0.6.0
-BuildRequires:	gnome-vfs2-devel >= 2.16.1
-BuildRequires:	gtk-doc >= 1.7
-BuildRequires:	gtk+2-devel >= 2:2.10.6
-BuildRequires:	libbonoboui-devel >= 2.16.0
+BuildRequires:	gnome-keyring-devel >= 0.7.92
+BuildRequires:	gnome-vfs2-devel >= 2.18.0
+BuildRequires:	gtk-doc >= 1.8
+BuildRequires:	gtk+2-devel >= 2:2.10.9
+BuildRequires:	intltool >= 0.35.5
+BuildRequires:	libbonoboui-devel >= 2.18.0
 BuildRequires:	libglade2-devel >= 1:2.6.0
-BuildRequires:	libgnome-devel >= 2.16.0
+BuildRequires:	libgnome-devel >= 2.18.0
 BuildRequires:	libgnomecanvas-devel >= 2.14.0
 BuildRequires:	libjpeg-devel
 BuildRequires:	libtool
-BuildRequires:	pango-devel >= 1:1.14.5
+BuildRequires:	pango-devel >= 1:1.16.0
 BuildRequires:	perl-base
 BuildRequires:	pkgconfig
 BuildRequires:	popt-devel >= 1.5
 BuildRequires:	rpmbuild(macros) >= 1.197
-Requires:	gtk+2 >= 2:2.10.6
-Requires:	gnome-keyring-libs >= 0.6.0
-Requires:	gnome-vfs2-libs >= 2.16.1
-Requires:	libbonoboui >= 2.16.0
-Requires:	pango >= 1:1.14.5
+BuildRequires:	xorg-lib-libSM-devel
+Requires:	gtk+2 >= 2:2.10.9
+Requires:	gnome-keyring-libs >= 0.7.92
+Requires:	gnome-vfs2-libs >= 2.18.0
+Requires:	libbonoboui >= 2.18.0
+Requires:	pango >= 1:1.16.0
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -58,15 +58,15 @@
 Summary(pl.UTF-8):	Pliki nagłówkowe libgnomeui
 Group:		X11/Development/Libraries
 Requires:	%{name} = %{version}-%{release}
-Requires:	GConf2-devel >= 2.14.0
-Requires:	esound-devel >= 1:0.2.31
-Requires:	gnome-keyring-devel >= 0.6.0
-Requires:	gnome-vfs2-devel >= 2.16.1
-Requires:	gtk+2-devel >= 2:2.10.6
-Requires:	libbonoboui-devel >= 2.16.0
+Requires:	GConf2-devel >= 2.18.0.1
+Requires:	gnome-keyring-devel >= 0.7.92
+Requires:	gnome-vfs2-devel >= 2.18.0
+Requires:	gtk+2-devel >= 2:2.10.9
+Requires:	libbonoboui-devel >= 2.18.0
 Requires:	libglade2-devel >= 1:2.6.0
 Requires:	libjpeg-devel
 Requires:	popt-devel >= 1.5
+Requires:	xorg-lib-libSM-devel
 
 %description devel
 GNOME (GNU Network Object Model Environment) is a user-friendly set of
@@ -108,6 +108,8 @@
 
 %build
 %{__gtkdocize}
+%{__glib_gettextize}
+%{__intltoolize}
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
@@ -139,7 +141,7 @@
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README
+%doc AUTHORS ChangeLog MAINTAINERS NEWS README
 %attr(755,root,root) %{_libdir}/gnome_segv2
 %attr(755,root,root) %{_libdir}/gtk-2.0/2.*/filesystems/libgnome-vfs.so
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
@@ -167,6 +169,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.103  2007/03/12 15:01:19  megabajt
+- updated to 2.18.0; merged changes from DEVEL
+
+Revision 1.102.2.1  2007/03/01 17:48:26  megabajt
+- updated to 2.17.92
+
 Revision 1.102  2007/02/13 06:46:51  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/libgnomeui.spec?r1=1.102&r2=1.103&f=u



More information about the pld-cvs-commit mailing list