Browse Source

new upstream release

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

+ 4 - 1
nonfree/self-build-mikutter/mikutter-vl.spec

@@ -1,7 +1,7 @@
 Summary:	Simple, powerful and moeful twitter client
 Summary(ja):	至高の Twitter Client
 Name:		mikutter
-Version:	3.0.7
+Version:	3.2.2
 Release:	1%{?_dist_release}
 License:	GPLv3
 Group:		System Environment/Libraries
@@ -83,6 +83,9 @@ update-desktop-database -q &> /dev/null || :
 
 
 %changelog
+* Sun May 03 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
+- new upstream release
+
 * Sun Oct 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.7-1
 - new upstream release
 

+ 9 - 1
nonfree/self-build-mikutter/self-build-mikutter-vl.spec

@@ -5,7 +5,7 @@
 Summary:	Package to automatically build %{pkgname} rpm package
 Summary(ja): 	%{pkgname} の rpm パッケージを自動作成するパッケージ
 Name:		self-build-%{pkgname}
-Version:	3.0.7
+Version:	3.2.2
 Release: 	1%{?_dist_release}
 Source0:	%{pkgname}-vl.spec
 License:	GPLv3
@@ -20,6 +20,10 @@ Requires(post):		ruby-gtk2 >= 1.5.0
 Requires(post):		rcairo >= 1.10.0
 Requires(post):		desktop-file-utils
 
+# for gem install
+Requires(post):		ruby-devel
+Requires(post):		zlib-devel
+
 BuildArch:	noarch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 
@@ -102,11 +106,15 @@ Client を目指す Twitter Client。
 
 %posttrans
 /usr/lib/rpm/self-build-rpm.sh %{name} %{pkgname}-vl.spec %{sourceurl} 5000
+gem install nokogiri httpclient moneta
 
 %files
 %{_datadir}/%{name}
 
 %changelog
+* Sun May 03 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
+- new upstream release
+
 * Sun Oct 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.7-1
 - new upstream release
 

+ 10 - 24
r/ruby-gnome2/ruby-gnome2-vl.spec

@@ -6,8 +6,8 @@
 Summary:     language bindings for GNOME2 and GNOME3 for use with Ruby
 Summary(ja): Ruby から GNOME2 及び GNOME3 を使う為のライブラリ
 Name:        ruby-gnome2
-Version:     2.2.0
-Release:     3%{?_dist_release}
+Version:     2.2.5
+Release:     1%{?_dist_release}
 Group:       Development/Libraries
 License:     GPL
 URL:         http://ruby-gnome2.sourceforge.jp/
@@ -30,17 +30,17 @@ BuildRequires: gobject-introspection-devel >= 1.32.1
 BuildRequires: gtksourceview2-devel >= 2.0.0
 BuildRequires: gtksourceview3-devel >= 3.4.2
 BuildRequires: librsvg2-devel >= 2.8.0
-BuildRequires: goocanvas-devel >= 0.8.0
 BuildRequires: gstreamer1-devel
 BuildRequires: gstreamer1-plugins-base-devel
 BuildRequires: vte-devel >= 0.12.1
-BuildRequires: vte3-devel >= 0.32.2
+BuildRequires: vte290-devel >= 0.32.2
 BuildRequires: poppler-devel >= 0.14.2
 BuildRequires: sed
 
 Obsoletes: ruby-gtkglext < 2.0.0
 Obsoletes: ruby-gtkmozembed < 2.0.0
 Obsoletes: ruby-glade2 < 2.0.0
+Obsoletes: ruby-goocanvas < 2.2.5
 
 
 %description
@@ -92,15 +92,6 @@ Requires:    %{name} = %{version}-%{release}
 %{name}-devel provides the header files for the %{name}.
 
 
-%package -n ruby-goocanvas
-Summary:    Ruby binding of GooCanvas
-Group:      Development/Libraries
-Requires:   ruby-gtk2 = %{version}-%{release}
-
-%description -n ruby-goocanvas
-Ruby/GooCanvas is a Ruby binding for GooCanvas
-
-
 %package -n ruby-gstreamer
 Summary:    Ruby binding of GStreamer
 Group:      Development/Libraries
@@ -241,27 +232,17 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -n ruby-gtk3
 %defattr(-,root,root)
-%doc gdk3/COPYING.LIB gdk3/README
 %doc gtk3/COPYING.LIB gtk3/README gtk3/sample
-%{rlibdir}/gdk3/
-%{rlibdir}/gdk3.rb
 %{rlibdir}/gtk3/
 %{rlibdir}/gtk3.rb
-%{rarchdir}/gdk3.so
 %{rarchdir}/gtk3.so
 
-%files -n ruby-goocanvas
-%defattr(-,root,root,-)
-%doc goocanvas/README
-%{rlibdir}/goo/
-%{rlibdir}/goocanvas.rb
-%{rarchdir}/goocanvas.so
-
 %files -n ruby-gstreamer
 %defattr(-,root,root,-)
 %doc gstreamer/COPYING.LIB gstreamer/sample
 %{rlibdir}/gst/
 %{rlibdir}/gst.rb
+%{rlibdir}/gstreamer.rb
 %{rarchdir}/gstreamer.so
 
 %files -n ruby-gtksourceview2
@@ -305,6 +286,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun May 03 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.5-1
+- new upstream release
+- change BuildRequires: vte290-devel instead of vte3-devel
+- remove %%{name}-goocanvas subpackage
+
 * Tue Jul 08 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.0-3
 - rebuild with poppler-0.26.2
 

+ 5 - 2
v/vte290/vte290-vl.spec

@@ -1,8 +1,8 @@
 Summary: An terminal emulator.
 Summary(ja): ターミナルエミュレータ
 Name: vte290
-Version: 0.36.3
-Release: 2%{?_dist_release}
+Version: 0.36.4
+Release: 1%{?_dist_release}
 License: LGPL
 Group: System Environment/Libraries
 Source: http://ftp.gnome.org/pub/GNOME/sources/vte/0.36/vte-%{version}.tar.xz
@@ -98,6 +98,9 @@ rm -fr $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun May 03 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.36.4-1
+- update to 0.36.4
+
 * Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.36.3-2
 - rename package