Browse Source

takemikaduchi fix and add spec file

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@623 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 14 years ago
parent
commit
b3b74bf25a
39 changed files with 251 additions and 84 deletions
  1. 5 2
      d/dia/dia-vl.spec
  2. 11 3
      e/empathy/empathy-vl.spec
  3. 8 2
      e/evince/evince-vl.spec
  4. 9 1
      f/file-roller/file-roller-vl.spec
  5. 7 1
      g/gcalctool/gcalctool-vl.spec
  6. 6 1
      g/gconfmm/gconfmm-vl.spec
  7. 4 1
      g/gdl/gdl-vl.spec
  8. 7 2
      g/gedit/gedit-vl.spec
  9. 9 1
      g/gimp/gimp-vl.spec
  10. 6 1
      g/gnome-desktop/gnome-desktop-vl.spec
  11. 6 1
      g/gnome-keyring-manager/gnome-keyring-manager-vl.spec
  12. 6 1
      g/gnome-keyring/gnome-keyring-vl.spec
  13. 7 3
      g/gnome-settings-daemon/gnome-settings-daemon-vl.spec
  14. 6 3
      g/gnome-specimen/gnome-specimen-vl.spec
  15. 16 10
      g/gnome-spell/gnome-spell-vl.spec
  16. 4 1
      g/gnome-user-docs/gnome-user-docs-vl.spec
  17. 8 2
      g/gnome-volume-manager/gnome-volume-manager-vl.spec
  18. 3 3
      g/gnumeric/gnumeric-vl.spec
  19. 5 2
      g/gob2/gob2-vl.spec
  20. 5 2
      g/gobject-introspection/gobject-introspection-vl.spec
  21. 4 1
      g/goffice/goffice-vl.spec
  22. 4 3
      g/gtk-doc/gtk-doc-vl.spec
  23. 4 1
      g/gtksourceview2/gtksourceview2-vl.spec
  24. 10 3
      g/gtranslator/gtranslator-vl.spec
  25. 4 1
      g/gucharmap/gucharmap-vl.spec
  26. 4 1
      g/gvfs/gvfs-vl.spec
  27. 4 1
      lib/libc/libcroco/libcroco-vl.spec
  28. 5 2
      lib/libg/libgda/libgda-vl.spec
  29. 4 1
      lib/libg/libgnomecanvasmm/libgnomecanvasmm-vl.spec
  30. 4 1
      lib/libg/libgnomekbd/libgnomekbd-vl.spec
  31. 4 1
      lib/libg/libgnomemm/libgnomemm-vl.spec
  32. 6 1
      lib/libg/libgnomeuimm/libgnomeuimm-vl.spec
  33. 4 1
      lib/libo/liboobs/liboobs-vl.spec
  34. 7 2
      m/metacity/metacity-vl.spec
  35. 7 2
      n/nautilus/nautilus-vl.spec
  36. 10 4
      p/ptlib/ptlib-vl.spec
  37. 13 9
      r/rhythmbox/rhythmbox-vl.spec
  38. 8 4
      s/system-tools-backends/system-tools-backends-vl.spec
  39. 7 2
      v/vte/vte-vl.spec

+ 5 - 2
d/dia/dia-vl.spec

@@ -10,8 +10,8 @@
 Summary: A gtk+ based diagram creation program.
 Summary(ja): Gtk+ ベースのダイアグラム作成プログラム
 Name: dia
-Version: 0.97
-Release: 2%{?_dist_release}
+Version: 0.97.1
+Release: 1%{?_dist_release}
 License: GPL
 Group: Applications/Graphics
 
@@ -102,6 +102,9 @@ fi
 %{_datadir}/gnome/help/dia
 
 %changelog
+* Thu Mar 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.97.1-1
+- new upstream release
+
 * Sun Nov 29 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.97-2
 - add BR: libSM-devel (<BTS:828>)
 

+ 11 - 3
e/empathy/empathy-vl.spec

@@ -16,8 +16,8 @@ Summary:	GNOME Instant Messaging Client
 Summary(ja):	GNOME インスタントメッセージクラアイント
 
 Name:		empathy
-Version:	2.28.1
-Release:        4%{?_dist_release}
+Version:	2.28.2
+Release:        1%{?_dist_release}
 
 Group:		Applications/Communications
 License:	GPLv2+
@@ -51,6 +51,10 @@ BuildRequires:	libcanberra-devel >= %{libcanberra_version}
 BuildRequires:	gnome-keyring-devel >= %{gnome_keyring_version}
 BuildRequires:	unique-devel
 BuildRequires:	libnotify-devel >= %{libnotify_version}
+BuildRequires:	libtelepathy-devel
+BuildRequires:	libgnomecanvas-devel
+BuildRequires:	libbonoboui-devel
+BuildRequires:	python-devel
 
 Requires:	%{name}-libs = %{version}-%{release}
 Requires:	telepathy-filesystem
@@ -65,7 +69,7 @@ Requires:	telepathy-salut
 ## Also hardcode Haze dependency since Empathy is the default IM client in F10+
 ## and I'd hate for people to simply disregard it for lack of the "out of the
 ## box" protocol support that Pidgin has. (RHBZ: 458935)
-Requires:	telepathy-haze
+BuildRequires:	telepathy-haze
 # Require this for VOIP support 
 Requires:	telepathy-stream-engine
 
@@ -240,6 +244,10 @@ fi
 %{python_sitearch}/empathy*.so
 
 %changelog
+* Sat Mar 13 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.2-1
+- new upstream release
+- add BuildRequires: libtelepathy-devel, libgnomecanvas-devel, libbonoboui-devel, python-devel
+
 * Wed Feb 03 2010 Shu KONNO <owa@bg.wakwak.com> 2.28.1-4
 - rebuilt with python-2.6.4
 

+ 8 - 2
e/evince/evince-vl.spec

@@ -1,8 +1,8 @@
 Summary:	Document viewer
 Summary(ja): 	文書ビューワー
 Name:		evince
-Version:	2.28.1
-Release: 	2%{?_dist_release}
+Version:	2.28.2
+Release: 	1%{?_dist_release}
 Source0:	%{name}-%{version}.tar.bz2
 
 License:	GPL
@@ -21,6 +21,8 @@ BuildRequires:  libxml2-devel
 BuildRequires:  libspectre-devel >= 0.2.1
 BuildRequires:  libkpathsea-devel
 BuildRequires:  nautilus-devel
+BuildRequires:  libSM-devel
+BuildRequires:  GConf2-devel
 
 Requires(post):   desktop-file-utils scrollkeeper GConf2
 Requires(pre):    GConf2
@@ -181,6 +183,10 @@ fi
 
 
 %changelog
+* Sat Mar 13 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.2-1
+- new upstream release
+- add BuildRequires: libSM-devel, GConf2-devel
+
 * Sat Nov  7 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.1-2
 - added --disable-djvu option to %%configue
 

+ 9 - 1
f/file-roller/file-roller-vl.spec

@@ -3,11 +3,12 @@
 %define gconf2_version 2.28.0
 %define nautilus_version 2.26.0
 %define desktop_file_utils_version 0.9
+%define gnome_doc_utils_version 0.3.2
 
 Summary:	File Roller is a tool for viewing and creating archives.
 Summary(ja):    File Roller - アーカイブの表示・作成ツール
 Name:		file-roller
-Version:	2.28.1
+Version:	2.28.2
 Release:        1%{?_dist_release}
 
 License:	GPL
@@ -24,7 +25,10 @@ BuildRequires: glib2-devel >= %{glib2_version}
 BuildRequires: gtk2-devel >= %{gtk2_version}
 BuildRequires: GConf2-devel >= %{gconf2_version}
 BuildRequires: nautilus >= %{nautilus_version}
+BuildRequires: nautilus-devel >= %{nautilus_version}
 BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
+BuildRequires: gnome-doc-utils >= %{gnome_doc_utils_version}
+BuildRequires: libSM-devel
 
 %description
 File Roller is an application for creating and viewing archives files, 
@@ -117,6 +121,10 @@ fi
 %{_libdir}/nautilus/extensions-2.0/libnautilus-fileroller.so
 
 %changelog
+* Sat Mar 13 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.2-1
+- new upstream release
+- add BuildRequires: nautilus-devel, gnome-doc-utils, libSM-devel
+
 * Sun Nov  1 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.1-1
 - new upstream release
 

+ 7 - 1
g/gcalctool/gcalctool-vl.spec

@@ -1,5 +1,5 @@
 Name: gcalctool
-Version: 5.28.1
+Version: 5.28.2
 Release: 1%{?_dist_release}
 Summary: Gnome2 Calculator application
 Summary(ja): GNOME2 電卓アプリケーション
@@ -14,6 +14,8 @@ BuildRequires: GConf2-devel
 BuildRequires: gnome-doc-utils >= 0.3.2
 BuildRequires: perl-XML-Parser scrollkeeper
 BuildRequires: flex, bison
+BuildRequires: docbook-utils
+BuildRequires: desktop-file-utils
 Requires(post,postun): scrollkeeper
 Requires(post,pre,preun): GConf2
 
@@ -83,6 +85,10 @@ scrollkeeper-update > /dev/null 2>&1 || :
 %{_sysconfdir}/gconf/schemas/*
 
 %changelog
+* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.28.2-1
+- new upstream release
+- add BuildRequires: docbook-utils, desktop-file-utils
+
 * Sun Nov 01 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.28.1-1
 - new upstream release
 

+ 6 - 1
g/gconfmm/gconfmm-vl.spec

@@ -1,6 +1,6 @@
 Summary: A C++ wrapper for GConf2
 Name: gconfmm
-Version: 2.24.0
+Version: 2.28.0
 Release: 1%{?_dist_release}
 License: LGPL
 Group: System Environment/Libraries
@@ -9,6 +9,7 @@ URL: http://gtkmm.sourceforge.net
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: glibmm-devel >= 2.6.4
 BuildRequires: GConf2-devel >= 2.4.0
+BuildRequires: gtkmm2-devel >= 2.4.0
 
 %description
 
@@ -65,6 +66,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.0-1
+- new upstream release
+- add BuildRequires: gtkmm2-devel
+
 * Sat Oct  4 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.0-1
 - new upstream release
 

+ 4 - 1
g/gdl/gdl-vl.spec

@@ -1,4 +1,4 @@
-Version:	2.28.1
+Version:	2.28.2
 Release:	1%{?_dist_release}
 
 Name:		gdl
@@ -92,6 +92,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.2-1
+- new upstream release.
+
 * Mon Nov 02 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.28.1-1
 - new upstream release.
 - fixed BR.

+ 7 - 2
g/gedit/gedit-vl.spec

@@ -9,8 +9,8 @@
 Summary:	gedit is a small but powerful text editor for GNOME.
 Summary(ja):	GNOME 用の小さくかつ強力なテキストエディタ
 Name:		gedit
-Version:	2.28.2
-Release:	3%{?_dist_release}
+Version:	2.28.3
+Release:	1%{?_dist_release}
 License:	GPLv2
 Group:		Applications/Editors
 Source0:	gedit-%{version}.tar.bz2
@@ -35,6 +35,7 @@ BuildRequires: perl-XML-Parser
 BuildRequires: libattr-devel
 BuildRequires: libffi-devel
 BuildRequires: intltool > 0.40
+BuildRequires: libSM-devel
 #BuildRequires: gnome-python-desktop >= %{gnome_python_desktop_version}
 
 Packager:	daisuke, inagaki
@@ -168,6 +169,10 @@ scrollkeeper-update > /dev/null 2>&1 || :
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.3-1
+- new upstream release
+- add BuildRequires: libSM-devel
+
 * Fri Feb 05 2010 Shu KONNO <owa@bg.wakwak.com> 2.28.2-3
 - rebuilt with python-2.6.4-3
 

+ 9 - 1
g/gimp/gimp-vl.spec

@@ -5,7 +5,7 @@
 Summary: 	The GNU Image Manipulation Program
 Summary(ja):    GNU 画像加工プログラム
 Name: 		gimp
-Version: 	2.6.7
+Version: 	2.6.8
 Release:        1%{?_dist_release}
 License: 	GPL, LGPL
 Group: 		Applications/Graphics
@@ -38,6 +38,10 @@ BuildRequires:  hal-devel
 BuildRequires:  dbus-devel
 BuildRequires:  gvfs-devel
 BuildRequires:  alsa-lib-devel
+BuildRequires:  python-devel
+BuildRequires:  libXpm-devel
+BuildRequires:  libXmu-devel
+BuildRequires:  pygtk2-devel
 
 
 %description
@@ -221,6 +225,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.8-1
+- new upstream release
+- add BuildRequires: python-devel, libXpm, libXmu, pygtk2-devel
+
 * Mon Aug 17 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.7-1
 - new upstream release
 

+ 6 - 1
g/gnome-desktop/gnome-desktop-vl.spec

@@ -9,7 +9,7 @@
 Summary: Package containing code shared among gnome-panel, gnome-session, nautilus, etc.
 Summary(ja): gnome-panel, gnome-session, nautilus などの共用プログラム
 Name: gnome-desktop
-Version: 2.28.1
+Version: 2.28.2
 Release: 1%{?_dist_release}
 URL: http://www.gnome.org/
 Source0: %{name}-%{version}.tar.bz2
@@ -37,6 +37,7 @@ BuildRequires: startup-notification-devel >= %{startup_notification_version}
 BuildRequires: libXrandr-devel
 BuildRequires: autoconf, automake
 BuildRequires: gnome-doc-utils
+BuildRequires: docbook-utils
 
 %description
 
@@ -134,6 +135,10 @@ scrollkeeper-update
 %{_datadir}/gtk-doc
 
 %changelog
+* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.2-1
+- new upstream release
+- add BuildRequires: docbook-utils
+
 * Sat Oct 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.1-1
 - new upstream release
 

+ 6 - 1
g/gnome-keyring-manager/gnome-keyring-manager-vl.spec

@@ -1,7 +1,7 @@
 Summary: Keyring management program for the GNOME Desktop
 Summary(ja): GNOMEデスクトップ向けの鍵束管理ツール
 Name: gnome-keyring-manager
-Version: 2.18.0
+Version: 2.20.0
 Release: 1%{?_dist_release}
 License: GPL
 Group: User Interface/Desktops
@@ -13,6 +13,7 @@ BuildRequires: gnome-keyring-devel
 BuildRequires: libgnomeui-devel
 BuildRequires: pkgconfig
 BuildRequires: gnome-doc-utils >= 0.3.2
+BuildRequires: libSM-devel
 
 %description
 gnome-keyring-manager is an application that lets you manage the
@@ -57,6 +58,10 @@ done
 %{_datadir}/man/man1/*
 
 %changelog
+* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.20.0-1
+- new upstream release
+- add BuildRequires: libSM-devel
+
 * Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 2.18.0-1vl5
 - applied new versioning policy, spec in utf-8
 

+ 6 - 1
g/gnome-keyring/gnome-keyring-vl.spec

@@ -4,7 +4,7 @@
 Summary: A framework for managing user passwords and other secrets
 Summary(ja): ユーザのパスワードや秘匿情報を管理するためのフレームワーク
 Name: gnome-keyring
-Version: 2.28.1
+Version: 2.28.2
 Release: 1%{?_dist_release}
 License: GPL/LGPL
 Group: System Environment/Libraries
@@ -14,6 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
 Requires: gtk2 >= %{gtk2_version}
 Requires(post,pre,preun): GConf2
 BuildRequires: gtk2-devel >= %{gtk2_version}
+BuildRequires: GConf2-devel >= 1.0
 BuildRequires: dbus-devel >= 1.0
 BuildRequires: gettext
 BuildRequires: libgcrypt-devel
@@ -205,6 +206,10 @@ fi
 %endif
 
 %changelog
+* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.2-1
+- new upstream release
+- add BuildRequires: GConf2-devel
+
 * Sat Oct 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.1-1
 - new upstream release
 

+ 7 - 3
g/gnome-settings-daemon/gnome-settings-daemon-vl.spec

@@ -2,7 +2,7 @@ Summary:	The daemon sharing settings from GNOME to GTK+/KDE applications
 Summary(ja):	GNOME から GTK+/KDE のアプリケーションで設定を共有するためのデーモン
 
 Name:		gnome-settings-daemon
-Version:	2.28.1
+Version:	2.28.2
 Release:	1%{?_dist_release}
 
 Group:		System Environment/Daemons
@@ -66,10 +66,10 @@ developing applications that use %{name}.
 
 %prep
 %setup -q
-%patch4 -p1 -b .blurry
+## %patch4 -p1 -b .blurry
 %patch0 -p1 -b .osd-rounded-rectangle
 %patch1 -p1 -b .osd-visual-refresh
-%patch2 -p1 -b .left-handed-touchpad
+## %patch2 -p1 -b .left-handed-touchpad
 %patch3 -p1 -b .slight-hinting
 
 %patch100 -p1 -b .defaults
@@ -182,6 +182,10 @@ fi
 %{_libdir}/pkgconfig/gnome-settings-daemon.pc
 
 %changelog
+* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.2-1
+- new upstream release
+- drop Patch2, Patch4
+
 * Sat Oct 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.1-1
 - new upstream release
 - updated Patch100

+ 6 - 3
g/gnome-specimen/gnome-specimen-vl.spec

@@ -1,15 +1,15 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           gnome-specimen
-Version:        0.3
-Release:        2%{?_dist_release}
+Version:        0.4
+Release:        1%{?_dist_release}
 Summary:        A simple tool to view and compare fonts installed on your system
 Summary(ja):        システムにインストールされているフォントを閲覧・比較するシンプルなツール
 
 Group:          Applications/System
 License:        GPLv2+
 URL:            http://uwstopia.nl/geek/projects/gnome-specimen/
-Source0:        http://uwstopia.nl/geek/projects/gnome-specimen/releases/%{name}-%{version}.tar.gz
+Source0:        http://uwstopia.nl/geek/projects/gnome-specimen/releases/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildArch:      noarch
 
@@ -98,6 +98,9 @@ fi
 %config(noreplace) %{_sysconfdir}/gconf/schemas/%{name}.schemas
 
 %changelog
+* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4-1
+- new upstream release
+
 * Thu Feb 04 2010 Shu KONNO <owa@bg.wakwak.com> 0.3-2
 - rebuilt with python-2.6.4-3
 - fixed install directory

+ 16 - 10
g/gnome-spell/gnome-spell-vl.spec

@@ -1,8 +1,8 @@
 Summary: Bonobo component for spell checking
-Summary(ja): ・ケ・レ・�チ・ァ・テ・ッヘム Bonobo ・ウ・�ン。シ・ヘ・�ネ
+Summary(ja): 繧ケ繝壹Ν繝√ぉ繝�け逕ィ Bonobo 繧ウ繝ウ繝昴�繝阪Φ繝�
 Name: gnome-spell
-Version: 1.0.5
-Release: 10vl1
+Version: 1.0.8
+Release: 1%{?_dist_release}
 Source0: ftp://ftp.gnome.org/pub/gnome/sources/gnome-spell/1.0/%{name}-%{version}.tar.bz2
 Patch0: gnome-spell-1.0.2-pspell-compat.patch
 Patch1: gnome-spell-1.0.2-langlist.patch
@@ -13,6 +13,7 @@ Group: Applications/Text
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: aspell-devel, intltool >= 0.11
 BuildRequires: libgnomeui-devel, libbonoboui-devel, libglade2-devel
+BuildRequires: libSM-devel
 
 # for aspell back patch
 BuildRequires: autoconf, automake14
@@ -26,15 +27,15 @@ It's based on pspell package, which is required to build gnome-spell.
 
 %prep
 %setup -q
-%patch0 -p1 -b .pspell-compat
-%patch1 -p1 -b .langlist
-%patch2 -p1 -b .multilib
-%patch3 -p1 -b .nodep
+## %patch0 -p1 -b .pspell-compat
+## %patch1 -p1 -b .langlist
+## %patch2 -p1 -b .multilib
+## %patch3 -p1 -b .nodep
 
 %build
-autoheader
-automake-1.4
-autoconf
+# autoheader
+# automake-1.4
+# autoconf
 export _lib=%{_lib}
 %configure
 make
@@ -61,6 +62,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/idl/*
 
 %changelog
+* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.8-1
+- new upstream release
+- add BuildRequires: libSM-devel
+- drop Patch1, Patch3
+
 * Thu Oct  6 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.5-10vl1
 - new upstream based on Fedora development
   * Wed Nov 24 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.5-8

+ 4 - 1
g/gnome-user-docs/gnome-user-docs-vl.spec

@@ -1,7 +1,7 @@
 Summary:        GNOME User Documentation
 Summary(ja):    GNOME ユーザドキュメント
 Name:           gnome-user-docs
-Version:        2.28.0
+Version:        2.28.2
 Release:        1%{?_dist_release}
 License:        FDL
 Source:         gnome-user-docs-%{version}.tar.bz2
@@ -86,6 +86,9 @@ exit 0
 
 
 %changelog
+* Wed Mar 10 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.2-1
+- new upstream release
+
 * Sat Nov 28 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.28.0-1
 - new upstream release
 

+ 8 - 2
g/gnome-volume-manager/gnome-volume-manager-vl.spec

@@ -1,7 +1,7 @@
 Summary: The GNOME Volume Manager
 Summary(ja): GNOME ボリュームマネージャ
 Name: gnome-volume-manager
-Version: 2.24.0
+Version: 2.24.1
 Release: 1%{?_dist_release}
 License: GPL
 Group: Applications/System
@@ -25,6 +25,7 @@ BuildRequires: dbus-devel >= 0.60
 BuildRequires: dbus-glib-devel >= 0.60
 BuildRequires: libnotify-devel
 BuildRequires: desktop-file-utils
+BuildRequires: libSM-devel
 Requires: gnome-mime-data
 Requires: control-center >= 2.0
 Requires: dbus >= 0.60
@@ -53,7 +54,7 @@ applications.
 %setup -q
 %patch2 -p1 -b .add-console-user-check
 #patch3 -p0 -b .screensaver
-%patch10 -p1 -b .vine
+#%patch10 -p1 -b .vine
 
 %build
 %configure
@@ -121,6 +122,11 @@ fi
 %{_libexecdir}/gnome-volume-manager
 
 %changelog
+* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.1-1
+- new upstream release
+- add BuildRequires: libSM-devel
+- drop Patch10
+
 * Fri Sep 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
 - new upstream release
 

+ 3 - 3
g/gnumeric/gnumeric-vl.spec

@@ -1,10 +1,10 @@
 %define gnumeric_version %{version}-bonobo
-%define goffice_version  0.8.0
+%define goffice_version  0.8.1
 
 Summary:     A spreadsheet program for GNOME.
 Summary(ja): GNOME スプレッドシート
 Name: 	     gnumeric
-Version:     1.10.0
+Version:     1.10.1
 Release:     1%{?_dist_release}
 License:     GPLv2
 Group: 	     Applications/Productivity
@@ -185,7 +185,7 @@ scrollkeeper-update > /dev/null 2>&1 || :
 * Sun Feb 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.0-1
 - new upstream release
 - add BuildRequires: libSM-devel
-- fix BuildRequires: goffice-devel >= 0.8.0
+- fix BuildRequires: goffice-devel >= 0.8.1
 
 * Sun May 17 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.8.3-3
 - spec in UTF-8 (fixed)

+ 5 - 2
g/gob2/gob2-vl.spec

@@ -1,11 +1,11 @@
 Summary: GOB2, The GObject Builder
 Summary(ja): GOB2 - GObject ビルダ
 Name: gob2
-Version: 2.0.15
+Version: 2.0.16
 Release: 1%{?_dist_release}
 License: GPLv2+
 Group: Development/Tools
-Source: gob2-%{version}.tar.gz
+Source: gob2-%{version}.tar.bz2
 Url: http://www.5z.com/jirka/gob.html
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/aclocal/*
 
 %changelog
+* Thu Mar 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.0.16-1
+- new upstream release
+
 * Sat May 10 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.15-1
 - initial build for Vine Linux
 

+ 5 - 2
g/gobject-introspection/gobject-introspection-vl.spec

@@ -2,7 +2,7 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           gobject-introspection
-Version:        0.6.7
+Version:        0.6.8
 Release:        1%{?_dist_release}
 Summary:        Introspection system for GObject-based libraries
 
@@ -102,7 +102,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/*.gz
 
 %changelog
-* Sun Feb 28 2010 Yoji TOYODA <owa@bg.wakwak.com> 0.6.7-1
+* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.8-1
+- new upstream release
+
+* Sun Feb 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.7-1
 - new upstream release
 - add Patch0 for ppc
 

+ 4 - 1
g/goffice/goffice-vl.spec

@@ -1,6 +1,6 @@
 Summary: Set of document centric objects and utilities for glib/gtk
 Name: goffice
-Version: 0.8.0
+Version: 0.8.1
 Release: 1%{?_dist_release}
 Source0: http://ftp.gnome.org/pub/GNOME/sources/goffice/0.6/%{name}-%{version}.tar.bz2
 Patch0: goffice-0.6.6-pcre_path.patch
@@ -81,6 +81,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/gtk-doc/html/goffice-0.8
 
 %changelog
+* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.1-1
+- new upstream release
+
 * Sun Feb 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.0-1
 - new upstream release
 

+ 4 - 3
g/gtk-doc/gtk-doc-vl.spec

@@ -1,5 +1,5 @@
 %define	name	gtk-doc
-%define	ver	1.11
+%define	ver	1.13
 %define rel	1%{_dist_release}
 
 Summary:	API documentation generation tool for GTK+ and GNOME
@@ -60,13 +60,14 @@ scrollkeeper-update > /dev/null 2>&1 || :
 %doc AUTHORS COPYING ChangeLog INSTALL NEWS README doc/* examples
 %{_bindir}/*
 %{_datadir}/aclocal/gtk-doc.m4
-%{_datadir}/gnome/help/gtk-doc-manual
 %{_datadir}/gtk-doc
 %{_datadir}/sgml/gtk-doc
-%{_datadir}/omf/gtk-doc-manual
 %{_datadir}/pkgconfig/*.pc
 
 %changelog
+* Thu Mar 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.13-1
+- new upstream release
+
 * Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.11-1
 - new upstream release
 

+ 4 - 1
g/gtksourceview2/gtksourceview2-vl.spec

@@ -6,7 +6,7 @@
 Summary: A library for viewing source files
 Summary(ja): ソースコードなどを表示するためのライブラリ
 Name: gtksourceview2
-Version: 2.8.1
+Version: 2.8.2
 Release: 1%{?_dist_release}
 License: LGPLv2+ and GPLv2+
 # the library itself is LGPL, some .lang files are GPL
@@ -82,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/*.so
 
 %changelog
+* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.2-1
+- new upstream release
+
 * Sun Nov  1 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.1-1
 - new upstream release
 - removed BR: gnome-vfs2-devel

+ 10 - 3
g/gtranslator/gtranslator-vl.spec

@@ -1,8 +1,8 @@
 Summary: A GNOME po file editor with many bells and whistles.
 Summary(ja): GNOME po ファイルエディタ
 Name: gtranslator
-Version: 1.9.6
-Release: 2%{?_dist_release}
+Version: 1.9.9
+Release: 1%{?_dist_release}
 License: GPL
 Group: Applications/Development
 URL: http://www.gtranslator.org/
@@ -25,6 +25,7 @@ BuildRequires: subversion-devel
 
 BuildRequires: gnome-doc-utils >= 0.3.2
 BuildRequires: libuuid-devel
+BuildRequires: unique-devel
 
 Requires(post): scrollkeeper GConf2
 Requires(pre): GConf2
@@ -59,7 +60,7 @@ applications which will use %{name}.
 
 %prep
 %setup -q
-%patch0 -p1
+# %patch0 -p1
 
 %build
 %configure --disable-static \
@@ -116,6 +117,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/gtranslator
 %{_datadir}/omf/gtranslator
 %{_datadir}/pixmaps/*
+%{_datadir}/icons/hicolor/*/apps/gtranslator.*
 %{_mandir}/man?/*
 
 %files devel
@@ -125,6 +127,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Thu Mar 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.9.9-1
+- new upstream release
+- add BuildRequires: unique-devel
+- drop Patch0
+
 * Thu Nov 19 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 1.9.6-2
 - add libuuid to Requires.
 - add libuuid-devel and gnome-doc-utils to BR.

+ 4 - 1
g/gucharmap/gucharmap-vl.spec

@@ -1,7 +1,7 @@
 Summary: A Unicode/ISO10646 character map and font viewer.
 Summary(ja): Unicode/ISO10646 文字コード表およびフォントビューワ
 Name: gucharmap
-Version: 2.28.1
+Version: 2.28.2
 Release: 1%{?_dist_release}
 License: GPL
 Group: Applications/System
@@ -127,6 +127,9 @@ fi
 %{_includedir}/gucharmap-2
 
 %changelog
+* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.2-1
+- new upstream release
+
 * Sun Nov  1 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.1-1
 - new upstream release
 

+ 4 - 1
g/gvfs/gvfs-vl.spec

@@ -1,7 +1,7 @@
 Summary: Backends for the gio framework in GLib
 Summary(ja): GLib の GIO フレームワークのバックエンド
 Name: gvfs
-Version: 1.4.1
+Version: 1.4.3
 Release: 1%{?_dist_release}
 License: LGPLv2+
 Group: System Environment/Libraries
@@ -250,6 +250,9 @@ update-desktop-database &> /dev/null ||:
 
 
 %changelog
+* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.3-1
+- new upstream release
+
 * Sat Oct 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.1-1
 - new upstream release
 

+ 4 - 1
lib/libc/libcroco/libcroco-vl.spec

@@ -1,7 +1,7 @@
 Summary:          A CSS2 parsing library 
 Summary:          CSS2 をパースするためのライブラリ
 Name:             libcroco
-Version:          0.6.1
+Version:          0.6.2
 Release: 	  1%{?_dist_release}
 License:          LGPL
 Group:            System Environment/Libraries
@@ -74,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/libcroco-0.6.pc
 
 %changelog
+* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.2-1
+- new upstream release
+
 * Wed Sep 17 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.1-1
 - applied new versioning policy
 - spec in UTF-8

+ 5 - 2
lib/libg/libgda/libgda-vl.spec

@@ -1,6 +1,6 @@
 %define major	4
 %define minor	0
-%define micro	5
+%define micro	8
 %define	version	%{major}.%{minor}.%{micro}
 
 %define __libtoolize :
@@ -405,7 +405,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Mon Nov 02 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> %{major}.%{minor}.%{micro}-3
+* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.0.8-1
+- new upstream release
+
+* Mon Nov 02 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 4.0.5-1
 - new upstream release
 - remove gnome-vfs2-devel from BR.(use gio-2.0)
 - add Vendor, Distribution and Packager.

+ 4 - 1
lib/libg/libgnomecanvasmm/libgnomecanvasmm-vl.spec

@@ -1,6 +1,6 @@
 Summary: 	A C++ interface for libgnomecanvas
 Name: 		libgnomecanvasmm
-Version: 	2.22.0
+Version: 	2.26.0
 Release: 	1%{?_dist_release}
 License: 	LGPL
 Group: 		System Environment/Libraries
@@ -74,6 +74,9 @@ if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.26.0-1
+- new upstream release
+
 * Sat Oct  4 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.0-1vl5
 - new upstream release
 

+ 4 - 1
lib/libg/libgnomekbd/libgnomekbd-vl.spec

@@ -1,7 +1,7 @@
 Summary:        A keyboard configuration library
 Summary(ja):	キーボード設定ライブラリ
 Name:           libgnomekbd
-Version:       	2.28.0
+Version:       	2.28.2
 Release:        1%{?_dist_release}
 Group:          System Environment/Libraries
 License:        LGPL
@@ -119,6 +119,9 @@ touch --no-create %{_datadir}/icons/hicolor || :
 
 
 %changelog
+* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.2-1
+- new upstream release
+
 * Sat Oct 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.0-1
 - new upstream release
 - remove BR: libglade2-devel

+ 4 - 1
lib/libg/libgnomemm/libgnomemm-vl.spec

@@ -6,7 +6,7 @@
 Summary: 	A C++ interface for Gnome libs (a GUI library for X).
 Summary(ja): 	Gnome ライブラリの C++ インターフェイス
 Name: 		libgnomemm
-Version: 	2.24.0
+Version: 	2.28.0
 Release: 	1%{?_dist_release}
 License: 	LGPL
 Group: 		System Environment/Libraries
@@ -81,6 +81,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.0-1
+- new upstream release
+
 * Sat Oct  4 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.0-1
 - new upstream release
 

+ 6 - 1
lib/libg/libgnomeuimm/libgnomeuimm-vl.spec

@@ -1,6 +1,6 @@
 Summary: 	A C++ interface for libgnomeui
 Name: 		libgnomeuimm
-Version: 	2.24.0
+Version: 	2.28.0
 Release: 	1%{?_dist_release}
 License: 	LGPL
 Group: 		System Environment/Libraries
@@ -13,6 +13,7 @@ BuildRequires:  libgnomecanvasmm-devel >= 2.6.0
 BuildRequires:  gconfmm-devel >= 2.6.0
 BuildRequires:  libglademm2-devel >= 2.4.0
 BuildRequires:  gnome-vfsmm-devel >= 2.16.0
+BuildRequires:	libSM-devel
 
 %description
 This package provides a C++ interface for GnomeUI.  It is a subpackage
@@ -84,6 +85,10 @@ if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.0-1
+- new upstream release
+- add BuildRequires: libSM-devel
+
 * Sat Oct  4 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.0-1vl5
 - new upstream release
 

+ 4 - 1
lib/libo/liboobs/liboobs-vl.spec

@@ -1,6 +1,6 @@
 Summary: System configuration backend library
 Name: liboobs
-Version: 2.22.0
+Version: 2.22.2
 Release: 1%{?_dist_release}
 Source0: http://ftp.gnome.org/pub/GNOME/sources/liboobs/2.22/%{name}-%{version}.tar.bz2
 License: GPL
@@ -65,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/gtk-doc/html/liboobs
 
 %changelog
+* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.22.2-1
+- new upstream release
+
 * Thu Jul  3 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.22.0-1
 - new upstream release
 - new versioning policy; spec in UTF-8

+ 7 - 2
m/metacity/metacity-vl.spec

@@ -3,8 +3,8 @@
 Summary: Metacity window manager
 Summary(ja): Metacity ウインドウマネージャ
 Name: metacity
-Version: 2.28.0
-Release: 2%{?_dist_release}
+Version: 2.28.1
+Release: 1%{?_dist_release}
 URL: http://ftp.gnome.org/pub/gnome/sources/metacity/
 License: GPL
 Group: User Interface/Desktops
@@ -38,6 +38,7 @@ BuildRequires: libXcomposite-devel, libXdamage-devel
 BuildRequires: zenity
 BuildRequires: libcanberra-devel
 BuildRequires: libgtop2-devel
+BuildRequires: gnome-doc-utils
 Requires(post): GConf2
 
 %description
@@ -127,6 +128,10 @@ done
 %{_mandir}/man1/metacity-window-demo.1.gz
 
 %changelog
+* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.1-1
+- new upstream release
+- add BuildRequires: gnome-doc-utils
+
 * Mon Nov 02 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 2.28.0-2
 - add BR: libgtop2-devel
 

+ 7 - 2
n/nautilus/nautilus-vl.spec

@@ -16,8 +16,8 @@
 Name:		nautilus
 Summary:        Nautilus is a file manager for GNOME
 Summary(ja):	Nautilus - GNOME ファイルマネージャ
-Version: 	2.28.1
-Release:        2%{?_dist_release}
+Version: 	2.28.4
+Release:        1%{?_dist_release}
 License: 	GPLv2+
 Group:          User Interface/Desktops
 URL: 		http://www.gnome.org/projects/nautilus/
@@ -61,6 +61,7 @@ BuildRequires:  startup-notification-devel >= %{startup_notification_version}
 BuildRequires:	libexif-devel  >= %{libexif_version}
 BuildRequires:  unique-devel
 BuildRequires:  libtool, autoconf
+BuildRequires:  libSM-devel
 
 Obsoletes:      nautilus-extras
 Obsoletes:      nautilus-suggested
@@ -196,6 +197,10 @@ fi
 
 
 %changelog
+* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.4-1
+- new upstream release
+- add BuildRequires: libSM-devel
+
 * Sat Nov  7 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.1-2
 - removed Requires: eel2
 - added %%posttrans section

+ 10 - 4
p/ptlib/ptlib-vl.spec

@@ -1,7 +1,7 @@
 Summary:	Portable Tools Library
 Name:		ptlib
-Version:	2.6.2
-Release:        3%{?_dist_release}
+Version:	2.6.5
+Release:        1%{?_dist_release}
 URL:		http://www.opalvoip.org/
 Source0:	ftp://ftp.gnome.org/pub/gnome/sources/ptlib/2.6/%{name}-%{version}.tar.bz2
 License:	MPLv1.0
@@ -11,7 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires:	expat openssl-devel pkgconfig
 BuildRequires:  alsa-lib-devel, libstdc++3-devel, libv4l-devel
 BuildRequires:  openldap-devel, expat-devel, SDL-devel, flex, bison
-BuildRequires:  libraw1394-devel, libdv-devel
+BuildRequires:  libraw1394-devel, libdv-devel, libavc1394-devel
 Obsoletes:      pwlib, pwlib-alsa, pwlib-avc, pwlib-dc, pwlib-oss, pwlib-v4l
 
 %description
@@ -43,7 +43,8 @@ export CFLAGS="$CFLAGS -DLDAP_DEPRECATED"
            --enable-opal \
 	   --enable-plugins \
 	   --disable-oss \
-	   --enable-v4l2
+	   --enable-v4l2 \
+	   --enable-avc
 make %{?_smp_mflags}
 
 %install
@@ -90,6 +91,11 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/*
 
 %changelog
+* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.5-1
+- new upstream release
+- add BuildRequires: libavc1394-devel
+- add configure option (--enable-avc)
+
 * Wed Jun 24 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.6.2-3
 - rebuilt on ppc w/o libdc1394-devel
 

+ 13 - 9
r/rhythmbox/rhythmbox-vl.spec

@@ -6,8 +6,8 @@
 Summary: Music Management Application 
 Summary(ja): 音楽管理アプリケーション
 Name: rhythmbox
-Version: 0.12.6
-Release: 2%{?_dist_release}
+Version: 0.12.7
+Release: 1%{?_dist_release}
 License: GPL2+ with exceptions and GFDL
 Group: Applications/Multimedia
 URL: http://projects.gnome.org/rhythmbox/
@@ -67,8 +67,8 @@ Requires: gstreamer-python
 %if %{enable_DLNA_UPnP}
 Requires: python-Coherence
 %endif
-PreReq: desktop-file-utils >= %{desktop_file_utils_version}
-PreReq: scrollkeeper GConf2
+Requires: desktop-file-utils >= %{desktop_file_utils_version}
+Requires: scrollkeeper GConf2
 
 # # gstreamer-plugins-ffmpeg and gstreamer-plugins-ugly package provided by 
 # # self-build-gstreamer-plugins-ffmpeg and self-build-gstreamer-plugins-ugly, 
@@ -96,9 +96,9 @@ GStreamer により数多くの音声フォーマットをサポート、
 %prep
 %setup -q
 %patch0 -p1 -b .http-head
-%patch1 -p1 -b .webkit
-%patch2 -p1 -b .mb-crasher
-%patch3 -p1 -b .track-change-hang
+## %patch1 -p1 -b .webkit
+## %patch2 -p1 -b .mb-crasher
+## %patch3 -p1 -b .track-change-hang
 # autoreconf -i
 
 # Use the installed louie, not the one in Coherence
@@ -210,8 +210,7 @@ fi
 %doc AUTHORS COPYING ChangeLog README NEWS
 %{_sysconfdir}/gconf/schemas/rhythmbox.schemas
 %{_bindir}/*
-%{_libdir}/lib*.so.*
-%{_libdir}/librhythmbox-core.so*
+%{_libdir}/lib*.so*
 %{_libdir}/rhythmbox/plugins
 %{_datadir}/applications/rhythmbox.desktop
 %{_datadir}/dbus-1/services/org.gnome.Rhythmbox.service
@@ -219,10 +218,15 @@ fi
 %{_datadir}/icons/*
 %{_datadir}/omf/rhythmbox
 %{_datadir}/rhythmbox
+%{_mandir}/man1/*
 %{_libexecdir}/rhythmbox-metadata
 
 
 %changelog
+* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.7-1
+- new upstream release
+- drop Patch1, Patch2, Patch3
+
 * Mon Feb 15 2010 Shu KONNO <owa@bg.wakwak.com> 0.12.6-2
 - rebuilt with new environment
 

+ 8 - 4
s/system-tools-backends/system-tools-backends-vl.spec

@@ -1,5 +1,5 @@
 # Note that this is NOT a relocatable package
-%define ver      	2.6.0
+%define ver      	2.8.3
 %define rel		1%{?_dist_release}
 
 Summary:	System Tools Backends
@@ -46,6 +46,8 @@ CFLAGS="$RPM_OPT_FLAGS" make %{?_smp_mflags}
 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d
 install -m755 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/system-tools-backends
 
+%find_lang %{name}
+
 %clean
 rm -rf %{buildroot}
 
@@ -64,20 +66,22 @@ fi
 /sbin/chkconfig --add system-tools-backends
 
 
-%files
+%files -f %{name}.lang
 %defattr(-,root,root)
 %doc README AUTHORS COPYING NEWS ChangeLog
 %{_sysconfdir}/rc.d/init.d/system-tools-backends
 %{_sysconfdir}/dbus-1/system.d/*
-%{_bindir}/*
+%{_sbindir}/*
 %{_datadir}/dbus-1/system-services/*
-%{_datadir}/PolicyKit/policy/*
 %dir %{_datadir}/system-tools-backends-2.0
 %{_datadir}/system-tools-backends-2.0/*
 %{_libdir}/pkgconfig/*
 
 
 %changelog
+* Thu Mar 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.3-1
+- new upstream release
+
 * Thu Jul  3 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.6.0-1
 - updated to newest upstream release
 - new versioning policy; spec in UTF-8

+ 7 - 2
v/vte/vte-vl.spec

@@ -1,8 +1,8 @@
 Summary: An terminal emulator.
 Summary(ja): ターミナルエミュレータ
 Name: vte
-Version: 0.22.4
-Release: 3%{?_dist_release}
+Version: 0.22.5
+Release: 1%{?_dist_release}
 License: LGPL
 Group: System Environment/Libraries
 Source: %{name}-%{version}.tar.bz2
@@ -11,6 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: gtk2-devel
 BuildRequires: python-devel
 BuildRequires: pygtk2-devel
+BuildRequires: ncurses-devel
 
 %description
 VTE is an experimental terminal emulator widget for use with GTK+ 2.0.
@@ -77,6 +78,10 @@ rm -fr $RPM_BUILD_ROOT
 %{_datadir}/pygtk/2.0/defs/vte.defs
 
 %changelog
+* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.22.5-1
+- new upstream release
+- add BuildRequires: ncurses-devel
+
 * Fri Feb 12 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.22.4-3
 - rebuilt with gcc-4.4.3-3 on ppc