Author: aflinta Date: Tue Sep 6 10:16:44 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - merged from DEVEL, 2.12.0
---- Files affected: SPECS: libgnome.spec (1.87 -> 1.88) ---- Diffs: ================================================================ Index: SPECS/libgnome.spec diff -u SPECS/libgnome.spec:1.87 SPECS/libgnome.spec:1.88 --- SPECS/libgnome.spec:1.87 Thu Jul 7 13:28:14 2005 +++ SPECS/libgnome.spec Tue Sep 6 12:16:37 2005 @@ -2,32 +2,31 @@ Summary: GNOME base library Summary(pl): Podstawowa biblioteka GNOME Name: libgnome -Version: 2.10.1 +Version: 2.12.0 Release: 1 License: LGPL Group: Libraries -Source0: http://ftp.gnome.org/pub/gnome/sources/libgnome/2.10/%{name}-%{version}.tar.bz2 -# Source0-md5: dfb1a9b5fd25da8680a166c83ce0b6a8 -Patch0: %{name}-include-popt.patch +Source0: http://ftp.gnome.org/pub/gnome/sources/libgnome/2.12/%{name}-%{version}.tar.bz2 +# Source0-md5: 0b5dc2ee288035bcbcfb3275216e7a9d URL: http://www.gnome.org/ -BuildRequires: GConf2-devel >= 2.10.0 +BuildRequires: GConf2-devel >= 2.12.0 BuildRequires: audiofile-devel >= 1:0.2.3 BuildRequires: autoconf >= 2.54 BuildRequires: automake -BuildRequires: esound-devel >= 1:0.2.31 +BuildRequires: esound-devel >= 1:0.2.35 BuildRequires: gettext-devel -BuildRequires: gnome-vfs2-devel >= 2.10.0-2 -BuildRequires: gtk-doc >= 1.0 -BuildRequires: intltool >= 0.29 -BuildRequires: libbonobo-devel >= 2.8.1 +BuildRequires: gnome-vfs2-devel >= 2.12.0 +BuildRequires: gtk-doc >= 1.3 +BuildRequires: intltool >= 0.34.1 +BuildRequires: libbonobo-devel >= 2.10.1 BuildRequires: libtool BuildRequires: perl-base BuildRequires: pkgconfig BuildRequires: popt-devel >= 1.5 BuildRequires: rpmbuild(macros) >= 1.197 Requires(post): /sbin/ldconfig -Requires(post,preun): GConf2 >= 2.10.0 -Requires: gnome-vfs2 >= 2.10.0-2 +Requires(post,preun): GConf2 >= 2.12.0 +Requires: gnome-vfs2 >= 2.12.0 Obsoletes: gnome-objc BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -50,10 +49,10 @@ Summary(pl): Pliki nagłówkowe libgnome Group: Development/Libraries Requires: %{name} = %{version}-%{release} -Requires: GConf2-devel >= 2.10.0 +Requires: GConf2-devel >= 2.12.0 Requires: audiofile-devel >= 1:0.2.3 -Requires: esound-devel >= 1:0.2.31 -Requires: gnome-vfs2-devel >= 2.10.0-2 +Requires: esound-devel >= 1:0.2.35 +Requires: gnome-vfs2-devel >= 2.12.0 Requires: gtk-doc-common Requires: popt-devel >= 1.5 @@ -82,7 +81,6 @@ %prep %setup -q -%patch0 -p1 %build export _POSIX2_VERSION=199209 @@ -156,20 +154,35 @@ %files -f %{name}.lang %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README -%{_sysconfdir}/gconf/schemas/* -%{_sysconfdir}/sound %attr(755,root,root) %{_bindir}/gnome-open %attr(755,root,root) %{_libdir}/lib*.so.*.* %attr(755,root,root) %{_libdir}/bonobo/monikers/*.so %{_libdir}/bonobo/servers/* +%{_mandir}/man7/gnome-options* +%{_sysconfdir}/gconf/schemas/desktop_gnome_accessibility_keyboard.schemas +%{_sysconfdir}/gconf/schemas/desktop_gnome_accessibility_startup.schemas +%{_sysconfdir}/gconf/schemas/desktop_gnome_applications_browser.schemas +%{_sysconfdir}/gconf/schemas/desktop_gnome_applications_help_viewer.schemas +%{_sysconfdir}/gconf/schemas/desktop_gnome_applications_terminal.schemas +%{_sysconfdir}/gconf/schemas/desktop_gnome_applications_window_manager.schemas +%{_sysconfdir}/gconf/schemas/desktop_gnome_background.schemas +%{_sysconfdir}/gconf/schemas/desktop_gnome_file_views.schemas +%{_sysconfdir}/gconf/schemas/desktop_gnome_interface.schemas +%{_sysconfdir}/gconf/schemas/desktop_gnome_lockdown.schemas +%{_sysconfdir}/gconf/schemas/desktop_gnome_peripherals_keyboard.schemas +%{_sysconfdir}/gconf/schemas/desktop_gnome_peripherals_mouse.schemas +%{_sysconfdir}/gconf/schemas/desktop_gnome_sound.schemas +%{_sysconfdir}/gconf/schemas/desktop_gnome_thumbnailers.schemas +%{_sysconfdir}/gconf/schemas/desktop_gnome_typing_break.schemas +%{_sysconfdir}/sound %files devel %defattr(644,root,root,755) +%{_gtkdocdir}/%{name} +%{_includedir}/libgnome-2.0 %attr(755,root,root) %{_libdir}/lib*.so %{_libdir}/lib*.la %{_pkgconfigdir}/*.pc -%{_includedir}/libgnome-2.0 -%{_gtkdocdir}/%{name} %files static %defattr(644,root,root,755) @@ -181,8 +194,25 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ -Revision 1.87 2005/07/07 11:28:14 freetz -- 2.10.1 +Revision 1.88 2005/09/06 10:16:37 aflinta +- merged from DEVEL, 2.12.0 + +Revision 1.86.2.5 2005/08/23 11:43:23 paladine +- sorted %%files again + +Revision 1.86.2.4 2005/08/23 11:32:55 aflinta +- added missing manpage + +Revision 1.86.2.3 2005/08/23 10:57:31 paladine +- updated to 2.11.3 +- itemize schemas +- sorted %%files + +Revision 1.86.2.2 2005/08/05 07:41:56 aflinta +- up to version 2.11.2 + +Revision 1.86.2.1 2005/07/03 15:28:22 freetz +- 2.11.1, popt patch already included Revision 1.86 2005/05/04 11:12:06 charles - BR: gettext-devel @@ -213,307 +243,5 @@ Revision 1.78 2005/03/07 22:31:14 paladine - merged from DEVEL -Revision 1.77 2005/02/23 13:13:37 paladine -- updated to 2.8.1 -- removed obsolete va patch -- missing BR: pkgconfig - Revision 1.76.2.3 2005/03/07 17:51:31 wiget - updated to 2.10.0 - -Revision 1.76.2.2 2005/03/01 21:28:58 paladine -- updated to 2.9.2 -- removed outdated va patch - -Revision 1.76.2.1 2005/02/06 22:25:19 grzegol -- updated to 2.9.1 - -Revision 1.76 2004/11/18 06:32:23 ankry -- O: gnome-objc, rel. 3 - -Revision 1.75 2004/09/16 18:58:37 qboosh -- added va patch, release 2 - -Revision 1.74 2004/09/13 17:25:25 grzegol -- merged from DEVEL and updated to 2.8.0 -- removed locale-names patch and remove no locale in %%install - -Revision 1.73 2004/08/16 08:47:29 krzak -- rel 2 - rebuild with new XFree86 - -Revision 1.72.2.6 2004/08/30 15:17:57 grzegol -- updated to 2.7.92 - -Revision 1.72.2.5 2004/08/22 20:32:43 aflinta -- rebuild with howl, release 2 - -Revision 1.72.2.4 2004/08/16 20:10:55 aflinta -- up to verison 2.7.91 - -Revision 1.72.2.3 2004/07/20 19:43:27 grzegol -- updated to 2.7.2 - -Revision 1.72.2.2 2004/07/01 13:55:24 grzegol -- updated BRs and Rs - -Revision 1.72.2.1 2004/06/05 15:05:01 freetz -- 2.7.1 - gnome 2.8 developement series - -Revision 1.72 2004/04/20 22:36:34 aflinta -- up to version 2.6.1.1 - -Revision 1.71 2004/04/19 23:07:28 grzegol -- updated to 2.6.1 - -Revision 1.70 2004/03/22 08:55:52 aflinta -- merged from DEVEL, updated to version 2.6.0 - -Revision 1.69 2004/03/19 23:46:29 ankry -- massive change: BR openssl-devel >= 0.9.7d - -Revision 1.68 2003/12/27 17:27:01 qboosh -- removed unused .la for bonobo moniker module; release 2 - -Revision 1.67.2.12 2004/03/19 16:29:37 grzegol -- added epoch to esound requires - -Revision 1.67.2.11 2004/03/18 18:14:39 grzegol -- added epoch to audiofile requires - -Revision 1.67.2.10 2004/03/16 12:22:21 grzegol -- updated to 2.5.92.1 - -Revision 1.67.2.9 2004/03/16 00:58:56 grzegol -- updated to 2.5.92 - -Revision 1.67.2.8 2004/03/09 20:41:24 grzegol -- updated to 2.5.91 - -Revision 1.67.2.7 2004/02/24 12:13:45 grzegol -- updated to 2.5.90 -- added locale-names patch (changes locale no -> nb) -- updated BRs, strict internal deps - -Revision 1.67.2.6 2004/02/03 13:01:47 grzegol -- updated to 2.5.4 - -Revision 1.67.2.5 2004/01/14 11:52:15 wiget -- hack to build with new coreutils builded on new glibc - -Revision 1.67.2.4 2004/01/14 10:48:17 trojan -- updated to 2.5.3 - -Revision 1.67.2.3 2003/12/29 09:59:57 trojan -- updated to 2.5.2 - -Revision 1.67.2.2 2003/12/09 13:42:38 wiget -- 2.5.1 - -Revision 1.67.2.1 2003/11/25 15:40:17 wiget -- 2.5.0 - -Revision 1.67 2003/09/30 20:18:25 eothane -- ahh, what the hell: openssl 0.9.7c - -Revision 1.66 2003/09/01 14:48:49 grzegol -- updated to 2.4.0 - -Revision 1.65 2003/08/25 22:01:56 grzegol -- updated to 2.3.7 - -Revision 1.64 2003/08/12 04:35:58 aflinta -- version 2.3.6 - -Revision 1.63 2003/07/04 13:18:10 aflinta -- version 2.3.3.1 - -Revision 1.62 2003/06/04 08:22:21 aflinta -- version 2.3.3 - -Revision 1.61 2003/05/25 11:00:53 malekith -- massive attack, adding Source-md5 - -Revision 1.60 2003/05/25 05:49:51 misi3k -- massive attack s/pld.org.pl/pld-linux.org/ - -Revision 1.59 2003/05/12 19:23:29 aflinta -- cleanups, release 2 - -Revision 1.58 2003/05/12 12:14:58 qboosh -- removed static modules - -Revision 1.57 2003/04/28 15:54:56 djrzulf -- added missed BR - -Revision 1.56 2003/03/27 17:49:47 aflinta -- updated to version 2.3.0 - -Revision 1.55 2003/02/27 17:35:07 aflinta -- owner of /etc/sound, release 2 - -Revision 1.54 2003/01/23 14:53:54 aflinta -- updated to version 2.2.0.1 - -Revision 1.53 2003/01/22 05:27:37 aflinta -- updated to version 2.2.0 - -Revision 1.52 2003/01/14 07:25:43 trojan -- fixed %%files (no need 755 for *.la) - -Revision 1.51 2003/01/08 10:26:38 aflinta -- updated to version 2.1.90 - -Revision 1.50 2002/12/16 18:14:56 aflinta -- updated to version 2.1.5 - -Revision 1.49 2002/12/09 23:15:54 aflinta -- updated to version 2.1.4 - -Revision 1.48 2002/12/04 19:17:41 aflinta -- moved from /usr/X11R6 to /usr, _gtkdocdir is now in rpm macros, release 2 - -Revision 1.47 2002/12/03 10:31:08 wrobell -- group changed from X11/* to * (these libraries does not require X11 stuff) - -Revision 1.46 2002/12/02 20:48:18 wolf -- rpm-build >= 4.1-7 is reqired by %%gconf_schema_install - -Revision 1.45 2002/11/29 10:42:26 pascalek -- back to /usr (my mistake)^2 - -Revision 1.44 2002/11/29 10:00:52 pascalek -- changed _prefix to /usr/X11R6 - -Revision 1.43 2002/11/28 17:11:46 aflinta -- updated to version 2.1.2 - -Revision 1.42 2002/11/27 14:26:54 wrobell -- proper _mandir, what about gtkdocdir? - -Revision 1.41 2002/11/26 17:46:58 aflinta -- updated BR, release 2 - -Revision 1.40 2002/11/26 11:15:39 wrobell -- prefix changed to /usr, libgnome does not require X11 libraries - -Revision 1.39 2002/11/25 14:16:53 ankry -- massive attack: no need for 755 for *.la - -Revision 1.38 2002/11/25 01:41:26 ankry -Massive attack: -- s/man[ea]d[zż][ae]r/zarządca/g -- (some) new %%doc - -Revision 1.37 2002/11/03 21:25:50 grzegol -- updated to 2.1.1 - -Revision 1.36 2002/10/29 18:54:30 aflinta -- rebuild against bonobo-activation 2.1.0, release up - -Revision 1.35 2002/10/24 09:25:29 malekith -- fixed URL; release 2 - -Revision 1.34 2002/10/07 13:31:01 qboosh -- BR: autoconf,automake,libtool; updated Requires() - -Revision 1.33 2002/09/27 22:23:40 aflinta -- updated to version 2.1.0 - -Revision 1.32 2002/09/09 20:10:22 aflinta -- updated to version 2.0.5 - -Revision 1.31 2002/09/04 23:35:20 aflinta -- updated to version 2.0.4 - -Revision 1.30 2002/08/29 12:57:41 aflinta -- release 2 - -Revision 1.29 2002/08/29 11:37:50 aflinta -- updated BR - -Revision 1.28 2002/08/29 09:38:57 kura -Version: 2.0.3 - -Revision 1.27 2002/08/15 01:41:24 michuz -- updated to 2.0.2 - -Revision 1.26 2002/07/26 20:29:33 wolf -- added missing BR - -Revision 1.25 2002/07/02 12:44:36 ankry -- Requires gtk-doc-common for -devel subpackage -- release 2 - -Revision 1.24 2002/06/12 10:40:57 wiget -force newer build env - -Revision 1.23 2002/06/11 17:29:39 aflinta -- changed source from ftp:// to http:// - -Revision 1.22 2002/06/11 08:55:42 wiget -updated to 2.0.1 - -Revision 1.21 2002/06/11 06:51:47 wiget -release 1 - -Revision 1.20 2002/06/11 06:51:09 wiget -updated to 2.0.0 - -Revision 1.19 2002/05/28 07:02:42 wiget -updated to 1.117.2, added gtk-doc to -devel - -Revision 1.18 2002/05/22 00:23:09 kloczek -- release 1. - -Revision 1.17 2002/05/21 08:40:15 wiget -- updated to 1.117.1 -- strict BR -- using new auto* macros -- added missing stylesheets -- simplified %%post - -Revision 1.16 2002/05/17 06:45:42 kloczek -- next typo :> - -Revision 1.15 2002/05/17 06:40:14 kloczek -- typo. - -Revision 1.14 2002/05/17 06:36:30 kloczek -- cosmetics. - -Revision 1.13 2002/05/14 17:32:53 michuz -- updated to 1.117.0 - -Revision 1.12 2002/05/14 10:43:18 wiget -%%files fixes - -Revision 1.11 2002/04/30 01:49:10 michuz -- more BR - -Revision 1.10 2002/04/30 01:46:34 michuz -- updated to 1.116.0 - -Revision 1.9 2002/04/26 14:44:13 michuz -- updated to 1.115.0 - -Revision 1.8 2002/04/18 15:48:28 michuz -- removed patch0 - -Revision 1.7 2002/04/13 15:30:40 michuz -- BR cleanups - -Revision 1.5 2002/02/23 03:26:02 kloczek -- adapterized. - -Revision 1.4 2002/02/22 23:29:11 kloczek -- removed all Group fields translations (oure rpm now can handle translating - Group field using gettext). - -Revision 1.3 2002/02/01 15:58:43 qboosh -- added -static, postun, pl descriptions, gzip doc, fixed *.so* perms - -Revision 1.2 2002/02/01 05:44:37 kloczek -- partialy rewrited, -- switch to bzipped2 tar ball. - -Based on RH spec by Owen Taylor <[EMAIL PROTECTED]> ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/libgnome.spec?r1=1.87&r2=1.88&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
