Browse Source

pidgin: rebuild only, others: new upstream release

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1443 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 13 years ago
parent
commit
a51b9b670f

+ 11 - 8
e/epiphany-extensions/epiphany-extensions-vl.spec

@@ -1,5 +1,6 @@
 %global ephy_major          2.30
-%global ephy_min_version    %{ephy_major}.0
+%global ephy_api_major      2.29
+%global ephy_min_version    %{ephy_major}.1
 %global gecko_version       1.9.1
 
 Summary:        Extensions for Epiphany, the GNOME web browser
@@ -56,8 +57,7 @@ GNOME web browser.
 %{__rm} -rf %{buildroot}
 make DESTDIR=%{buildroot} LIBTOOL=%{_bindir}/libtool install
 
-## %{find_lang} %{name}-%{ephy_major}
-%{find_lang} %{name}-2.29
+%{find_lang} %{name}-%{ephy_api_major}
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -69,8 +69,7 @@ scrollkeeper-update -q -o %{_datadir}/omf/%{name} ||:
 %postun
 scrollkeeper-update -q ||:
 
-## %files -f %{name}-%{ephy_major}.lang
-%files -f %{name}-2.29.lang
+%files -f %{name}-%{ephy_api_major}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING COPYING.README ChangeLog README NEWS
 %{_datadir}/epiphany/icons/hicolor/*/status/feed-presence.*
@@ -78,13 +77,17 @@ scrollkeeper-update -q ||:
 %{_datadir}/%{name}/
 %{_datadir}/gnome/help/%{name}
 %{_datadir}/omf/%{name}
-%exclude %{_libdir}/epiphany/%{ephy_major}/extensions/*.a
-%exclude %{_libdir}/epiphany/%{ephy_major}/extensions/*.la
-%{_libdir}/epiphany/%{ephy_major}/extensions/
+%exclude %{_libdir}/epiphany/%{ephy_api_major}/extensions/*.a
+%exclude %{_libdir}/epiphany/%{ephy_api_major}/extensions/*.la
+%{_libdir}/epiphany/%{ephy_api_major}/extensions/
 #{_sysconfdir}/gconf/schemas/smart-bookmarks.schemas
 #{_sysconfdir}/gconf/schemas/epilicious.schemas
 
 %changelog
+* Sat Jul 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
+- new upstream release
+- fix %install and %files (change installation diretory)
+
 * Wed Apr 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
 - new upstream release
 - add BuildRequires: GConf2-devel, gnome-doc-utils >= 0.3.2

+ 4 - 1
e/evolution-webcal/evolution-webcal-vl.spec

@@ -5,7 +5,7 @@
 
 Name: evolution-webcal
 Summary: A handler for webcal URIs
-Version: 2.28.0
+Version: 2.28.1
 Release: 1%{?_dist_release}
 License: GPL
 Group: Applications/Internet
@@ -79,6 +79,9 @@ fi
 
 
 %changelog
+* Sat Jul 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.28.1-1
+- new upstream release
+
 * Sun Nov  1 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.28.0-1
 - new upstream release
 

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

@@ -1,5 +1,5 @@
 Name: gcalctool
-Version: 5.30.1
+Version: 5.30.2
 Release: 1%{?_dist_release}
 Summary: Gnome2 Calculator application
 Summary(ja): GNOME2 電卓アプリケーション
@@ -84,6 +84,9 @@ scrollkeeper-update > /dev/null 2>&1 || :
 %{_sysconfdir}/gconf/schemas/*
 
 %changelog
+* Sat Jul 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.30.2-1
+- new upstream release
+
 * Sat May 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.30.1-1
 - new upstream release
 

+ 8 - 2
g/gconfmm/gconfmm-vl.spec

@@ -1,6 +1,6 @@
 Summary: A C++ wrapper for GConf2
 Name: gconfmm
-Version: 2.28.0
+Version: 2.28.2
 Release: 1%{?_dist_release}
 License: LGPL
 Group: System Environment/Libraries
@@ -21,7 +21,7 @@ object-oriented framework.
 %package devel
 Summary: Headers for developing programs that will use gconfmm
 Group: Development/Libraries
-Requires: %{name} = %{version}
+Requires: %{name} = %{version}-%{release}
 Requires: glibmm-devel >= 2.6.4
 Requires: GConf2-devel >= 2.4.0
 
@@ -63,9 +63,15 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/gconfmm-2.6
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc
+%{_datadir}/devhelp/books/gconfmm-2.6/gconfmm-2.6.devhelp2
+%doc %{_datadir}/doc/gconfmm-2.6
 
 
 %changelog
+* Sat Jul 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.2-1
+- new upstream release
+- fix %files
+
 * Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.0-1
 - new upstream release
 - add BuildRequires: gtkmm2-devel

+ 12 - 6
g/gnome-cups-manager/gnome-cups-manager-vl.spec

@@ -1,9 +1,7 @@
-%define cvsdate 20060307
-
 Summary: GNOME CUPS printer management tool
 Summary(ja): GNOME CUPS プリンタ管理ツール
 Name: gnome-cups-manager
-Version: 0.31.0.%{cvsdate}
+Version: 0.33
 Release: 1%{?_dist_release}
 License: GPL
 Group: Applications/System
@@ -24,6 +22,8 @@ BuildRequires: libgnomeui-devel
 BuildRequires: libglade2-devel
 BuildRequires: libgnomecups-devel
 BuildRequires: samba-libsmbclient-devel
+BuildRequires: libSM-devel
+BuildRequires: desktop-file-utils
 Requires: libgnomecups, libgnomeui, libglade2, hicolor-icon-theme, cups
 Requires: gksu
 #Requires: pam, usermode, usermode-gtk
@@ -53,7 +53,7 @@ Development files for GNOME-CUPS library
 %patch10 -p1 -b .gksu
 %patch11 -p1 -b .vine
 %patch12 -p1 -b .gksu-quote-args
-%patch20 -p1 -b .add-printer
+## %patch20 -p1 -b .add-printer
 %patch21 -p1 -b .gnome-cups-icon
 %patch22 -p1 -b .gnome-cups-manager
 
@@ -63,8 +63,8 @@ cp -f %{SOURCE100} gnome-cups-manager/xd2-testpage-a4.eps
 sed -i -e 's/GNOME_COMPILE_WARNINGS(maximum)//g' configure.in
 
 %build
-intltoolize -f -c
-autoreconf
+## intltoolize -f -c
+## autoreconf
 %configure
 %__make %{?_smp_mflags}
 
@@ -116,6 +116,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Jul 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.33-1
+- new upstream release
+- add BuildRequires: libSM-devel, desktop-file-utils
+- drop Patch20
+- comment out (intltoolize and autoreconf)
+
 * Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 0.31.0.20060307-1vl5
 - applied new versioning policy, spec in utf-8
 

+ 5 - 2
g/gnome-doc-utils/gnome-doc-utils-vl.spec

@@ -1,12 +1,12 @@
 Summary: Documentation utilities for the GNOME project
 Summary(ja): GNOMEプロジェクト用ドキュメントユーティリティ
 Name: gnome-doc-utils
-Version: 0.20.0
+Version: 0.20.1
 Release: 1%{?_dist_release}
 License: LGPL
 Group: Development/Tools
 URL: http://www.gnome.org/
-Source0: %{name}-%{version}.tar.bz2
+Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-doc-utils/0.20/%{name}-%{version}.tar.bz2
 BuildArch: noarch
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: libxml2-devel >= 2.6.12
@@ -66,6 +66,9 @@ scrollkeeper-update > /dev/null 2>&1 || :
 %{_datadir}/gnome-doc-utils
 
 %changelog
+* Sat Jul 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.20.1-1
+- new upstream release
+
 * Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.20.0-1
 - new upstream release
 

+ 5 - 2
g/gnome-menus/gnome-menus-vl.spec

@@ -3,12 +3,12 @@
 Summary:  A menu system for the GNOME project
 Summary(ja): GNOMEプロジェクト用メニューシステム
 Name: gnome-menus
-Version: 2.30.0
+Version: 2.30.2
 Release: 1%{?_dist_release}
 License: LGPL
 Group: System Environment/Libraries
 URL: http://www.gnome.org/
-Source0: %{name}-%{version}.tar.bz2
+Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-menus/2.30/%{name}-%{version}.tar.bz2
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: python-devel, glib2-devel
@@ -87,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT
 #{_bindir}/gnome-menu-spec-test
 
 %changelog
+* Sat Jul 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-1
+- new upstream release
+
 * Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
 - new upstream release
 

+ 9 - 3
g/gnome-phone-manager/gnome-phone-manager-vl.spec

@@ -1,8 +1,8 @@
 Name:		gnome-phone-manager
 Summary:	Gnome Phone Manager
 Summary(ja): Gnome Phone マネージャー
-Version: 	0.60
-Release: 	4%{?_dist_release}
+Version: 	0.65
+Release: 	1%{?_dist_release}
 License: 	GPLv2+
 Group: 		Applications/System
 Source:		http://ftp.gnome.org/pub/GNOME/sources/gnome-phone-manager/%{version}/%{name}-%{version}.tar.bz2
@@ -28,6 +28,7 @@ BuildRequires:	gnome-icon-theme >= 2.19.1
 BuildRequires:	evolution-data-server-devel
 BuildRequires:	gtkspell-devel
 BuildRequires:	telepathy-glib-devel
+BuildRequires:	libcanberra-devel
 
 # search telepathy
 # empathy - GNOME インスタントメッセージクラアイント
@@ -75,7 +76,7 @@ Instant Messaging application that uses Telepathy, such as Empathy.
 #----------------------------------------------------------------------------
 %prep
 %setup -q
-%patch0 -p0
+## %patch0 -p0
 
 %build
 %configure
@@ -141,6 +142,11 @@ fi
 #
 #----------------------------------------------------------------------------
 %changelog
+* Sat Jul 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.65-1
+- new upstream release
+- add BuildRequires: libcanberra-devel
+- drop Patch0
+
 * Mon Oct 27 2008 Seiichirou Babasaki - 0.60-4
 - Import gnome-phone-manager - Packager: Babasaki
 - Updated specfile

+ 9 - 3
g/gnome-vfsmm/gnome-vfsmm-vl.spec

@@ -1,14 +1,15 @@
 Name: gnome-vfsmm
 Summary: C++ wrapper for gnome-vfs
-Version: 2.24.0
+Version: 2.26.0
 Release: 1%{?_dist_release}
 License: LGPL
 Group: System Environment/Libraries
 URL: http://gtkmm.sourceforge.net/
-Source0: ftp://ftp.sourceforge.net/pub/sourceforge/gtkmm/%{name}-%{version}.tar.bz2
+Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-vfsmm/2.26/%{name}-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: glibmm-devel >= 2.4.0
 BuildRequires: gnome-vfs2-devel >= 2.8.1 
+BuildRequires: doxygen
 
 %description
 This package is part of the gnomemm project and provides a C++ interface for
@@ -17,7 +18,7 @@ gnome-vfs.
 %package devel
 Summary: Headers for developing programs that will use %{name}.
 Group: Development/Libraries
-Requires: %{name} = %{version}
+Requires: %{name} = %{version}-%{release}
 Requires: glibmm-devel >= 2.4.0
 Requires: gnome-vfs2-devel >= 2.8.1 
 
@@ -59,6 +60,11 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Sun Jul 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.26.0-1 
+- new upstream release
+- add BuildRequires: doxygen
+- fix URL of Source0
+
 * Sat Oct  4 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.0-1vl5 
 - new upstream release
 

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

@@ -1,11 +1,11 @@
 Summary: GOB2, The GObject Builder
 Summary(ja): GOB2 - GObject ビルダ
 Name: gob2
-Version: 2.0.16
+Version: 2.0.17
 Release: 1%{?_dist_release}
 License: GPLv2+
 Group: Development/Tools
-Source: gob2-%{version}.tar.bz2
+Source: http://ftp.gnome.org/pub/GNOME/sources/gob2/2.0/%{name}-%{version}.tar.bz2
 Url: http://www.5z.com/jirka/gob.html
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -43,6 +43,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/aclocal/*
 
 %changelog
+* Sun Jul 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.0.17-1
+- new upstream release
+- fix URL of Source
+
 * Thu Mar 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.0.16-1
 - new upstream release
 

+ 5 - 5
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.10
+Version:        0.6.14
 Release:        1%{?_dist_release}
 Summary:        Introspection system for GObject-based libraries
 
@@ -10,7 +10,6 @@ Group:		Development/Libraries
 License:        GPLv2+, LGPLv2+, MIT
 URL:            http://live.gnome.org/GObjectIntrospection
 Source0:        ftp://ftp.gnome.org/pub/gnome/sources/%{name}/0.6/%{name}-%{version}.tar.bz2
-Patch0:		gobject-introspection-0.6.7-ginfo-ppc.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
 BuildRequires:  glib2-devel
@@ -51,9 +50,6 @@ Libraries and headers for gobject-introspection
 
 %prep
 %setup -q
-%ifarch ppc
-%patch0 -p1 -b .ppc
-%endif
 
 %build
 %configure
@@ -104,6 +100,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/*.gz
 
 %changelog
+* Sun Jul 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.14-1
+- new upstream release
+- remove Patch0
+
 * Thu Apr 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.10-1
 - new upstream release
 

+ 15 - 5
g/gtk-vnc/gtk-vnc-vl.spec

@@ -6,7 +6,7 @@ Summary: A GTK widget for VNC clients
 Summary(ja): VNCクライアント用 GTK ウィジェット
 
 Name: gtk-vnc
-Version: 0.3.10
+Version: 0.4.1
 Release: 1%{?_dist_release}
 License: LGPLv2+
 Group: Development/Libraries
@@ -29,7 +29,7 @@ allowing it to be completely asynchronous while remaining single threaded.
 Summary: Development filesdor gtk-vnc library
 Summary(ja): gtk-vnc ライブラリの開発ファイル
 Group: Development/Libraries
-Requires: %{name} = %{version}
+Requires: %{name} = %{version}-%{release}
 Requires: pkgconfig
 Requires: pygtk2-devel gtk2-devel gnutls-devel
 
@@ -43,7 +43,7 @@ Libraries, includes, etc. to compile with the gtk-vnc library
 Summary: Python bindings for the gtk-vnc library
 Summary(ja): gtk-vnc ライブラリの python バインディング
 Group: Development/Libraries
-Requires: %{name} = %{version}
+Requires: %{name} = %{version}-%{release}
 
 %description python
 gtk-vnc is a VNC viewer widget for GTK. It is built using coroutines
@@ -56,7 +56,7 @@ A module allowing use of the GTK-VNC widget from python
 Summary: Mozilla plugin for the gtk-vnc library
 Summary(ja): gtk-vnc ライブラリの mozilla プラグイン
 Group: Development/Libraries
-Requires: %{name} = %{version}
+Requires: %{name} = %{version}-%{release}
 
 %description plugin
 gtk-vnc is a VNC viewer widget for GTK. It is built using coroutines
@@ -68,7 +68,7 @@ browsers.
 
 %prep
 %setup -q
-%patch100 -p1
+## %patch100 -p1
 
 %build
 %if %{with_plugin}
@@ -102,15 +102,20 @@ rm -fr %{buildroot}
 %files -f %{name}.lang
 %defattr(-, root, root)
 %doc AUTHORS ChangeLog NEWS README COPYING.LIB
+%{_bindir}/gvnccapture
 %{_libdir}/lib*.so.*
+%{_mandir}/man1/gvnccapture.1.gz
 
 %files devel
 %defattr(-, root, root)
 %doc examples/gvncviewer.c
 %{_libdir}/lib*.so
 %dir %{_includedir}/%{name}-1.0/
+%dir %{_includedir}/gvnc-1.0/
 %{_includedir}/%{name}-1.0/*.h
+%{_includedir}/gvnc-1.0/*.h
 %{_libdir}/pkgconfig/%{name}-1.0.pc
+%{_libdir}/pkgconfig/gvnc-1.0.pc
 
 %files python
 %defattr(-, root, root)
@@ -124,6 +129,11 @@ rm -fr %{buildroot}
 %endif
 
 %changelog
+* Sun Jul 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.1-1
+- new upstream release
+- drop Patch100
+- fix %files 
+
 * Sun Apr 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.10-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.6.2
+Version: 1.6.3
 Release: 1%{?_dist_release}
 License: LGPLv2+
 Group: System Environment/Libraries
@@ -286,6 +286,9 @@ killall -USR1 gvfsd >&/dev/null || :
 
 
 %changelog
+* Sun Jul 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.3-1
+- new upstream release
+
 * Tue Jun 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.2-1
 - new upstream release
 

+ 4 - 1
p/pangomm/pangomm-vl.spec

@@ -1,7 +1,7 @@
 %define apiver 1.4
 
 Name:           pangomm
-Version:        2.26.1
+Version:        2.26.2
 Release:        1%{?_dist_release}
 Summary:        C++ interface for Pango
 Summary(ja):    Pango の C++ インターフェース
@@ -92,6 +92,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/devhelp/books/pangomm-%{apiver}
 
 %changelog
+* Sun Jul 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.26.2-1
+- new upstream release
+
 * Thu Apr 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.26.1-1
 - new upstream release
 

+ 4 - 1
p/pidgin/pidgin-vl.spec

@@ -17,7 +17,7 @@ Summary:	A GTK+ based multi-protocol instant messaging client
 Summary(ja):	マルチプロトコル対応のインスタントメッセンジャー
 Name:		pidgin
 Version:	2.7.1
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 License:	GPL
 Group:		Applications/Internet
 URL:		http://pidgin.im/
@@ -336,6 +336,9 @@ fi
 %{_libdir}/pkgconfig/gnt.pc
 
 %changelog
+* Sun Jul 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.1-2
+- rebuild package (because i686 package is broken)
+
 * Sat Jul 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.1-1
 - new upstream release
 - update patch0 for pidgin-2.7.1

+ 16 - 5
s/sane-clients/sane-clients-vl.spec

@@ -6,18 +6,20 @@ Summary(ja):SANE (Scanner Access Now Easy) クライアント
 Group:		Applications/Multimedia
 Name:		sane-clients
 Version:	1.0.14
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 URL:		http://www.mostang.com/sane/
 Source:		ftp://ftp.mostang.com/pub/sane/sane-frontends-%{version}.tar.gz
+Patch0:		sane-frontends-1.0.14-array-out-of-bounds.patch
+Patch1:		sane-frontends-1.0.14-sane-backends-1.0.20.patch
 %{?nosrc:NoSource: 0}
 License:	GPL (programs), relaxed LGPL (libraries), and public domain (docs)
 
-BuildPrereq: sane-devel = %{sane_ver}
-BuildPreReq: gtk+ >= 1.2.0
-BuildPreReq: gimp >= 1.1
+BuildRequires: sane-devel = %{sane_ver}
+BuildRequires: gtk2-devel
+BuildRequires: gimp-devel
 Requires: sane = %{sane_ver}
-Requires: gtk+ >= 1.2.0
 Buildroot: %{_tmppath}/%{name}-%{version}-root
+
 Vendor: Project Vine
 Distribution: Vine Linux
 
@@ -30,6 +32,8 @@ SANE モジュールを使うGUIクライアントxscanimageとxcamを収録し
 
 %prep
 %setup -q -n sane-frontends-%{version}
+%patch0 -p1 -b .array
+%patch1 -p1 -b .sane_backends
 
 %build
 %configure --datadir=%{_datadir}/sane
@@ -60,6 +64,13 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jul 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.14-2
+- rebuild with sane-1.0.21
+- change BuildRequires (from gtk+ to gtk2-devel)
+- change BuildRequires (from gimp to gimp-devel)
+- add Patch0(sane-frontends-1.0.14-array-out-of-bounds.patch)
+- add Patch1(sane-frontends-1.0.14-sane-backends-1.0.20.patch)
+
 * Sat Oct 11 2008 Shu KONNO <owa@bg.wakwak.com> 1.0.14-1vl5
 - applied new versioning policy, spec in utf-8
 

+ 27 - 7
s/sane/sane-vl.spec

@@ -6,12 +6,13 @@
 Summary:	SANE -- Easy local and networked scanner access
 Summary(ja):	スキャナ操作ツール
 Name:		sane
-Version:	1.0.18
-Release:	3%{?_dist_release}
+Version:	1.0.21
+Release:	1%{?_dist_release}
 URL:		http://www.sane-project.org/
 Source:		ftp://ftp.sane-project.org/pub/sane/%{name}-backends-%{version}.tar.gz
 Source10:       sane-hierarchy.png
-Patch:		sane-1.0.15-vine.patch
+Patch0:		sane-1.0.21-vine.patch
+Patch1:		sane-backends-1.0.21-i18n.patch
 %{?nosrc:NoSource: 0}
 License:	GPL (programs), relaxed LGPL (libraries), and public domain (docs)
 Group:		Applications/Multimedia
@@ -67,6 +68,10 @@ Summary:  SANE (Scanner Access Now Easy) development toolkit
 Summary(ja):  SANE (Scanner Access Now Easy) 開発ツールキット
 Group:    Development/Libraries
 Requires: %{name} = %{version}
+Requires: libjpeg-devel
+Requires: libgphoto2-devel
+Requires: libexif-devel
+Requires: libusb-devel
 
 %description devel
 Static libraries and header files for writing SANE modules.
@@ -77,7 +82,8 @@ SANE のモジュールを書くための、ヘッダファイルと静的ライ
 
 %prep
 %setup -q -n %{name}-backends-%{version}
-%patch -p1
+%patch0 -p1 -b .vine
+%patch1 -p1 -b .i18n
 
 %build
 %configure --with-gnu-ld --enable-static
@@ -107,7 +113,7 @@ echo "#usb /dev/usb/scanner0" >> epson.conf
 
 %install
 %__rm -rf $RPM_BUILD_ROOT
-%makeinstall
+%{__make} install DESTDIR=${RPM_BUILD_ROOT}
 %__mv $RPM_BUILD_ROOT%{_sbindir}/saned $RPM_BUILD_ROOT%{_sbindir}/in.saned
 %__install -m755 tools/xerox $RPM_BUILD_ROOT%{_bindir}
 %__install -m755 tools/umax_pp $RPM_BUILD_ROOT%{_bindir}
@@ -125,6 +131,7 @@ popd
 %__rm -rf $RPM_BUILD_ROOT%{_libdir}/lib*.la
 %__rm -rf $RPM_BUILD_ROOT%{_libdir}/sane/lib*.la
 
+
 %post
 %__grep -q %{_libdir}/sane %{_sysconfdir}/ld.so.conf || \
      echo %{_libdir}/sane >> %{_sysconfdir}/ld.so.conf
@@ -163,12 +170,17 @@ fi
 %defattr(-,root,root)
 %doc README* AUTHORS ChangeLog* COPYING LICENSE PROBLEMS PROJECTS NEWS
 %doc doc/figs doc/icons doc/html doc/canon doc/mustek doc/mustek_usb doc/umax
-%doc doc/*.{txt,ps,tex,dvi,sty}
+%doc doc/*.{txt,tex,sty}
 %doc tools
 %dir %{_sysconfdir}/sane.d
 %config %{_sysconfdir}/sane.d/*
 %{_sbindir}/*
-%{_bindir}/*
+%{_bindir}/find-scanner
+%{_bindir}/gamma4scanimage
+%{_bindir}/sane-find-scanner
+%{_bindir}/scanimage
+%{_bindir}/umax_pp
+%{_bindir}/xerox
 %{_libdir}/lib*.so.*
 %{_libdir}/lib*.so
 %{_libdir}/sane/lib*.so.*
@@ -183,6 +195,7 @@ fi
 
 %files devel
 %defattr(-,root,root)
+%{_bindir}/sane-config
 %{_includedir}/sane
 %{_libdir}/lib*.a
 #{_libdir}/lib*.la
@@ -190,6 +203,13 @@ fi
 #{_libdir}/sane/lib*.la
 
 %changelog
+* Sun Jul 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.21-1
+- new upstream release
+- change Patch (from sane-1.0.15-vine.patch to sane-1.0.21-vine.patch)
+- move sane-config to devel package
+- add Requires: libjpeg-devel, libgphoto2-devel, libexif-devel, libusb-devel (devel package)
+- add Patch1(sane-backends-1.0.21-i18n.patch)
+
 * Sun Oct 12 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.18-3
 - added BuildRequires: libgphoto2-devel instead of ghoto2-devel
 

+ 4 - 1
v/vte/vte-vl.spec

@@ -1,7 +1,7 @@
 Summary: An terminal emulator.
 Summary(ja): ターミナルエミュレータ
 Name: vte
-Version: 0.24.2
+Version: 0.24.3
 Release: 1%{?_dist_release}
 License: LGPL
 Group: System Environment/Libraries
@@ -78,6 +78,9 @@ rm -fr $RPM_BUILD_ROOT
 %{_datadir}/pygtk/2.0/defs/vte.defs
 
 %changelog
+* Sun Jul 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.24.3-1
+- new upstream release
+
 * Tue Jun 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.24.2-1
 - new upstream release
 

+ 14 - 6
x/xsane/xsane-vl.spec

@@ -2,7 +2,7 @@
 Name: xsane
 Summary: XSane is a graphical frontend for scanners. It uses the library SANE.
 Summary: SANE スキャナインタフェースの Xウィンドウ用フロントエンドです
-Version: 0.995
+Version: 0.997
 Release: 1%{?_dist_release}
 Source: http://www.xsane.org/download/%{name}-%{version}.tar.gz
 %{?nosrc:NoSource:     0}
@@ -15,6 +15,7 @@ BuildRequires: sane-devel, gtk2-devel, atk-devel, pango-devel
 BuildRequires: gimp >= 1.3.23
 BuildRequires: libjpeg-devel, libpng-devel, libtiff-devel,zlib-devel
 BuildRequires: sed, glibc-common
+BuildRequires: gimp-devel
 
 %description
 Xsane is a grahical frontend for sane. Install this if you want a grahpical
@@ -41,12 +42,12 @@ ICONFILE=sane-logo2.jpg
 [ -f %{_datadir}/sane/${ICONFILE} ] && cp %{_datadir}/sane/${ICONFILE} ./
 
 %build
-%configure --enable-gimp
-make
+%configure
+%{__make} %{?_smp_mflags}
 
 %install
 %__rm -rf $RPM_BUILD_ROOT
-%makeinstall
+%{__make} install DESTDIR=${RPM_BUILD_ROOT}
 
 cp src/*.xpm $RPM_BUILD_ROOT%{_datadir}/sane/%{name}
 
@@ -77,21 +78,28 @@ MultipleArgs=false
 Categories=Application;Graphics;
 EOF
 
+%find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %defattr(-,root,root)
 %doc xsane.*
 %{_bindir}/*
 %{_mandir}/*/*
 %{_datadir}/sane/*
-%{_datadir}/locale/*/LC_MESSAGES/*
 %{_libdir}/gimp/*/plug-ins/*
+%{_datadir}/pixmaps/xsane.xpm
 %config(missingok) %{_datadir}/applications/*
 
 %changelog
+* Sun Jul 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.997-1
+- new upstream release
+- add BuildRequires: gimp-devel
+- remove configure option (--enable-gimp)
+- fix %files
+
 * Sat Jul 26 2008 Shu KONNO <owa@bg.wakwak.com> 0.995-1vl5
 - applied new versioning policy
 - updated script to create %{name}.desktop

+ 11 - 7
x/xscreensaver/xscreensaver-vl.spec

@@ -2,8 +2,8 @@
 
 %define default_text  %{_datadir}/doc/HTML/README-Accessibility
 
-%define pam_ver       0.80
-%define autoconf_ver  2.53
+%define pam_ver       1.1
+%define autoconf_ver  2.65
 
 %define update_po     1
 
@@ -12,7 +12,7 @@ Buildroot:       %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Summary:         X screen saver and locker
 Summary(ja):     X ウィンドウシステム・スクリーンセーバ
 Name:            xscreensaver
-Version:         5.05
+Version:         5.11
 Release:         1%{?_dist_release}
 Epoch:		 1
 License:         BSD
@@ -143,9 +143,9 @@ for gnome-screensaver compatibility.
 %setup -q -n %{name}-%{version}%{?beta_ver}
 
 %patch1 -p1 -b .sanitize-hacks
-%patch3 -p1 -b .opts
-%patch21 -p1 -b .nonet
-%patch22 -p1 -b .font
+## %patch3 -p1 -b .opts
+## %patch21 -p1 -b .nonet
+## %patch22 -p1 -b .font
 
 change_option(){
    set +x
@@ -315,7 +315,7 @@ mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/pam.d
 
 make install_prefix=$RPM_BUILD_ROOT INSTALL="install -c -p" install
 
-desktop-file-install --vendor gnome --delete-original    \
+desktop-file-install --vendor "" --delete-original       \
    --dir $RPM_BUILD_ROOT%{_datadir}/applications         \
    --add-only-show-in GNOME                              \
    --add-category    DesktopSettings                     \
@@ -529,6 +529,10 @@ exit 0
 %defattr(-,root,root,-)
 
 %changelog
+* Sun Jul 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.11-1
+- new upstream release
+- drop Patch3, Patch21, Patch22
+
 * Wed May 21 2008 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 5.05-1
 - new upstream release
 - remove unneeded patches