Browse Source

gnome-commander,gambas2: rebuild
others: new upstream release

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@6936 ec354946-7b23-47d6-9f5a-488ba84defc7

Takemikaduchi 11 years ago
parent
commit
2daad77ad9

+ 8 - 8
g/gambas2/gambas2-vl.spec

@@ -2,12 +2,11 @@ Summary:	BASIC compiler, IDE and GUI builder
 Summary(ja): 	GUI ビルダーを備えた BASIC ベースの統合開発環境(IDE)
 Name:		gambas2
 Version:	2.24.0
-Release: 	1%{?_dist_release}
+Release: 	2%{?_dist_release}
 Source0:	%{name}-%{version}.tar.bz2
 Source1:	gambas2.desktop
-#Source2:	gambas2-2.6.0-ja.po
-#Source3:	gambas2-2.6.0-ja.mo
-#Patch1:	gambas2-2.21.0-popup-menu.patch
+
+Patch0:		gambas2-2.24.0-poppler20.patch
 
 License:	GPL
 Group:		Applications/Development
@@ -771,10 +770,7 @@ GNOME 環境では gb.gtk コンポーネントを読み込むことができる
 
 %prep
 %setup -q
-#%patch1 -p3 -b popup
-# copy updated message catalogue
-#%{__cp} -f %{SOURCE2} app/src/gambas2/.lang/ja.po
-#%{__cp} -f %{SOURCE3} app/src/gambas2/.lang/ja.mo
+%patch0 -p1 -b .poppler
 
 %ifarch ppc
 find . -type f -name configure -exec sed -i 's/-Os/-O2/' {} \;
@@ -1122,6 +1118,10 @@ xdg-mime install %{_datadir}/gambas2/application-x-gambas.xml
 
 
 %changelog
+* Sun Oct 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.0-2
+- rebuild with poppler-0.20.4
+- add Patch0 (gambas2-2.24.0-poppler20.patch) from fedora
+
 * Sun Apr 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.0-1
 - new upstream release
 - remove gb-qt-kde, gb-qt-kde-html sub packages

+ 124 - 6
g/gambas3/gambas3-vl.spec

@@ -1,7 +1,7 @@
 Summary:	BASIC compiler, IDE and GUI builder
 Summary(ja): 	GUI ビルダーを備えた BASIC ベースの統合開発環境(IDE)
 Name:		gambas3
-Version:	3.1.1
+Version:	3.3.3
 Release: 	1%{?_dist_release}
 Source0:	%{name}-%{version}.tar.bz2
 Source1:	gambas3.desktop
@@ -200,7 +200,7 @@ This component allows you to handle vectorial drawing based on Cairo
 #-----------------------------------------------------------------------------
 
 %package gb-chart
-Summary:	The Gambas chart component.
+Summary:	The Gambas chart component
 Summary(ja):	Gambas 用 グラフコンポーネント
 Group:		Applications/Development
 Requires:	%{name}-runtime = %{version}-%{release}
@@ -213,6 +213,20 @@ This component provides functions to draw chats.
 
 #-----------------------------------------------------------------------------
 
+%package gb-complex
+Summary:	A Complex number component
+Summary(ja):	複素数コンポーネント
+Group:		Applications/Development
+Requires:	%{name}-runtime = %{version}-%{release}
+
+%description gb-complex
+This component brings complex numbers support to the interpreter.
+
+%description gb-complex -l ja
+このコンポーネントによりインタープリターに複素数のサポートします。
+
+#-----------------------------------------------------------------------------
+
 %package gb-compress
 Summary:	A compression component
 Summary(ja):	圧縮コンポーネント
@@ -230,7 +244,7 @@ the bzip2 and zip algorithms.
 #-----------------------------------------------------------------------------
 
 %package gb-crypt
-Summary:	The Gambas crypt component.
+Summary:	The Gambas crypt component
 Summary(ja):	Gambas 用暗号化コンポーネント
 Group:		Applications/Development
 Requires:	%{name}-runtime = %{version}-%{release}
@@ -245,6 +259,17 @@ to use the crypt() Gnu C library function.
 
 #-----------------------------------------------------------------------------
 
+%package gb-data
+Summary:	More container datatypes component
+Summary(ja):	様々なコンテナデータ型コンポーネント
+Group:		Applications/Development
+Requires:	%{name}-runtime = %{version}-%{release}
+
+%description gb-data
+%{summary}
+
+#-----------------------------------------------------------------------------
+
 %package gb-db
 Summary:	The database component
 Summary(ja):	データベースコンポーネント
@@ -511,9 +536,6 @@ Group:		Applications/Development
 Requires:	%{name}-runtime = %{version}-%{release}
 Requires:	gtk2 >= 2.10
 
-Obsoletes:	%{name}-gb-gtk-opengl < 3.0.0
-Provides:	%{name}-gb-gtk-opengl = %{version}-%{name}
-
 %description gb-gtk
 This package includes the Gambas GTK GUI component.
 
@@ -522,6 +544,20 @@ This package includes the Gambas GTK GUI component.
 
 #-----------------------------------------------------------------------------
 
+%package gb-gtk-opengl
+Summary:	The Gambas Gtk OpenGL component
+Summary(ja):	GTK OpenGL コンポーネント
+Group:		Applications/Development
+Requires:	%{name}-runtime = %{version}-%{release}
+
+%description gb-gtk-opengl
+This package includes the Gambas GTK OpenGL component.
+
+%description gb-gtk-opengl -l ja
+このパッケージには Gambas 用の GTK OpenGL コンポーネントが含まれています。
+
+#-----------------------------------------------------------------------------
+
 %package gb-gui
 Summary:	The Gambas GUI component.
 Summary(ja):	Gambas 用 GUI コンポーネント
@@ -603,6 +639,21 @@ This component implements image loading and saving routines.
 
 #-----------------------------------------------------------------------------
 
+%package gb-libxml
+Summary:	The Gambas libxml component.
+Summary(ja):	Gambas 用の libxml コンポーネント
+Group:		Applications/Development
+Requires:	%{name}-runtime = %{version}-%{release}
+
+%description gb-libxml
+This component implements image routines based on the libxml library.
+
+%description gb-libxml -l ja
+このコンポーネントは libxml ライブラリを利用したイメージ用ルーチンを実装
+しています。
+
+#-----------------------------------------------------------------------------
+
 %package gb-mysql
 Summary:	The MySQL specific routine for the Gambas database component
 Summary(ja):	Gambas データベースコンポーネントの MySQL 専用ドライバ
@@ -620,6 +671,21 @@ routines.
 
 #-----------------------------------------------------------------------------
 
+%package gb-ncurses
+Summary:	The Gambas ncurses component.
+Summary(ja):	Gambas 用の ncurses コンポーネント
+Group:		Applications/Development
+Requires:	%{name}-runtime = %{version}-%{release}
+
+%description gb-ncurses
+This component implements image routines based on the ncurses library.
+
+%description gb-ncurses -l ja
+このコンポーネントは ncurses ライブラリを利用したイメージ用ルーチンを実装
+しています。
+
+#-----------------------------------------------------------------------------
+
 %package gb-net
 Summary:	The networking component
 Summary(ja):	ネットワーク制御用のコンポーネント
@@ -957,6 +1023,21 @@ This component allows you to read and write XML files. It is based on libxml2.
 
 #-----------------------------------------------------------------------------
 
+%package gb-xml-html
+Summary:	XML-HTML protocol implementation for Gambas
+Summary(ja):	Gambas 用 XML-HTML プロトコルの実装
+Group:		Applications/Development
+Requires: 	%{name}-runtime = %{version}-%{release}
+Requires: 	%{name}-gb-xml = %{version}-%{release}
+
+%description gb-xml-html
+These components provides XML-HTML protocol implementation for Gambas.
+
+%description gb-xml-html -l ja
+このコンポーネントは Gambas 用の XML-HTML プロトコルの実装を提供します。
+
+#-----------------------------------------------------------------------------
+
 %package gb-xml-rpc
 Summary:	XML-RPC protocol implementation for Gambas
 Summary(ja):	Gambas 用 XML-RPC プロトコルの実装
@@ -1100,6 +1181,11 @@ xdg-mime install %{_datadir}/%{name}/application-x-gambas3.xml
 %{_libdir}/gambas3/gb.chart.*
 %{_datadir}/gambas3/info/gb.chart.*
 
+%files gb-complex
+%defattr(-,root,root)
+%{_libdir}/gambas3/gb.complex.*
+%{_datadir}/gambas3/info/gb.complex.*
+
 %files gb-compress
 %defattr(-,root,root)
 %{_libdir}/gambas3/gb.compress.*
@@ -1110,6 +1196,11 @@ xdg-mime install %{_datadir}/%{name}/application-x-gambas3.xml
 %{_libdir}/gambas3/gb.crypt.*
 %{_datadir}/gambas3/info/gb.crypt.*
 
+%files gb-data
+%defattr(-,root,root)
+%{_libdir}/gambas3/gb.data.*
+%{_datadir}/gambas3/info/gb.data.*
+
 %files gb-db
 %defattr(-,root,root)
 %{_libdir}/gambas3/gb.db.gambas
@@ -1212,6 +1303,11 @@ xdg-mime install %{_datadir}/%{name}/application-x-gambas3.xml
 %{_datadir}/gambas3/info/gb.gtk.info
 %{_datadir}/gambas3/info/gb.gtk.list
 
+%files gb-gtk-opengl
+%defattr(-,root,root)
+%{_libdir}/gambas3/gb.gtk.opengl.*
+%{_datadir}/gambas3/info/gb.gtk.opengl.*
+
 %files gb-gui
 %defattr(-,root,root)
 %{_libdir}/gambas3/gb.gui.*
@@ -1245,11 +1341,21 @@ xdg-mime install %{_datadir}/%{name}/application-x-gambas3.xml
 %{_datadir}/gambas3/info/gb.image.io.info
 %{_datadir}/gambas3/info/gb.image.io.list
 
+%files gb-libxml
+%defattr(-,root,root)
+%{_libdir}/gambas3/gb.libxml.*
+%{_datadir}/gambas3/info/gb.libxml.*
+
 %files gb-mysql
 %defattr(-,root,root)
 %{_libdir}/gambas3/gb.mysql.*
 %{_datadir}/gambas3/info/gb.mysql.*
 
+%files gb-ncurses
+%defattr(-,root,root)
+%{_libdir}/gambas3/gb.ncurses.*
+%{_datadir}/gambas3/info/gb.ncurses.*
+
 %files gb-net
 %defattr(-,root,root)
 %{_libdir}/gambas3/gb.net.so*
@@ -1380,11 +1486,19 @@ xdg-mime install %{_datadir}/%{name}/application-x-gambas3.xml
 
 %files gb-xml
 %defattr(-,root,root)
+%{_libdir}/gambas3/gb.xml.gambas
 %{_libdir}/gambas3/gb.xml.so*
 %{_libdir}/gambas3/gb.xml.component*
 %{_datadir}/gambas3/info/gb.xml.info
 %{_datadir}/gambas3/info/gb.xml.list
 
+%files gb-xml-html
+%defattr(-,root,root)
+%{_libdir}/gambas3/gb.xml.html.so*
+%{_libdir}/gambas3/gb.xml.html.component*
+%{_datadir}/gambas3/info/gb.xml.html.info
+%{_datadir}/gambas3/info/gb.xml.html.list
+
 %files gb-xml-rpc
 %defattr(-,root,root)
 %{_libdir}/gambas3/gb.xml.rpc.gambas
@@ -1406,6 +1520,10 @@ xdg-mime install %{_datadir}/%{name}/application-x-gambas3.xml
 
 
 %changelog
+* Sun Oct 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.3.3-1
+- new upstream release
+- create db-complex, gb-data, gb-gtk-opengl, gb-libxml, gb-ncurses, gb-xml-html sub packages
+
 * Sun Apr 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.1-1
 - new upstream release
 

+ 9 - 1
g/gnome-commander/gnome-commander-vl.spec

@@ -9,12 +9,15 @@ Summary:       A nice and fast file manager for the GNOME desktop
 Summary(pl):   Menadżer plików dla GNOME oparty o Norton Commander'a (TM)
 Summary(sv):   GNOME Commander är en snabb och smidig filhanderare för GNOME
 Version:       1.2.8.15
-Release:       4%{?_dist_release}
+Release:       5%{?_dist_release}
 
 Group:         User Interface/Desktops
 License:       GPLv2+
 URL:           http://www.nongnu.org/gcmd/
 Source0:       ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.2/%{name}-%{version}.tar.xz
+
+Patch0:        gnome-commander-1.2.8.15-poppler-0.20.x.patch
+
 BuildRoot:     %{_tmppath}/%{name}-%{version}-root
 
 BuildRequires: automake
@@ -66,6 +69,7 @@ also an FTP-client and it can browse SMB-networks.
 
 %prep
 %setup -q
+%patch0 -p1 -b .poppler
 
 %build
 %configure \
@@ -118,6 +122,10 @@ scrollkeeper-update -q || :
 %{_datadir}/pixmaps/%{name}/
 
 %changelog
+* Sun Oct 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.8.15-5
+- rebuild with poppler-0.20.4
+- add Patch0 (gnome-commander-1.2.8.15-poppler-0.20.x.patch)
+
 * Sun Jul 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.8.15-4
 - rebuild with exiv2-0.23
 

+ 10 - 2
g/gnome-contacts/gnome-contacts-vl.spec

@@ -1,11 +1,11 @@
 # Basic Information
 Name:		gnome-contacts
-Version:	3.4.1
+Version:	3.6.0
 Release:	1%{?_dist_release}
 License:	GPLv2
 Group:		Applications/Other
 
-Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.4/%{name}-%{version}.tar.xz
+Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.6/%{name}-%{version}.tar.xz
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 
@@ -25,6 +25,7 @@ BuildRequires:	folks-devel >= 0.6.1.1
 BuildRequires:	libnotify-devel
 BuildRequires:	evolution-data-server-devel
 BuildRequires:	gnome-online-accounts-devel
+BuildRequires:	cheese-devel
 
 %description
 gnome-contacts is a contacts list manager of Google account.
@@ -63,10 +64,17 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 %defattr(-,root,root)
 %doc COPYING ChangeLog NEWS README
 %{_bindir}/gnome-contacts
+%{_libexecdir}/gnome-contacts-search-provider
 %{_datadir}/applications/gnome-contacts.desktop
+%{_datadir}/dbus-1/services/org.gnome.Contacts.SearchProvider.service
 %{_datadir}/glib-2.0/schemas/org.gnome.Contacts.gschema.xml
+%{_datadir}/gnome-shell/search-providers/gnome-contacts-search-provider.ini
 
 %changelog
+* Sun Oct 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
+- new upstream release
+- add BuildRequires: cheese-devel
+
 * Sun May 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
 - new upstream release
 

+ 6 - 3
n/nmap/nmap-vl.spec

@@ -3,8 +3,8 @@
 Summary: Network exploration tool and security scanner
 Summary(ja): 多機能なポートスキャナー
 Name: nmap
-Version: 5.51
-Release: 2%{?_dist_release}
+Version: 6.01
+Release: 1%{?_dist_release}
 License: GPL
 Group: Applications/System
 URL: http://www.insecure.org/nmap/
@@ -92,7 +92,7 @@ rm -rf %{buildroot}
 
 %files -f %{name}.lang
 %defattr(-,root,root)
-%doc COPYING COPYING.OpenSSL CHANGELOG
+%doc COPYING CHANGELOG
 %doc docs/README docs/nmap.usage.txt docs/nmap.dtd
 %{_bindir}/nmap
 %{_bindir}/ncat
@@ -121,6 +121,9 @@ rm -rf %{buildroot}
 %{_mandir}/man1/xnmap.1*
 
 %changelog
+* Sun Oct 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.01-1
+- new upstream release
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.51-2
 - new upstream release