|
@@ -1,4 +1,4 @@
|
|
-%define pkg_version 2.32.0
|
|
+%define pkg_version 3.0.2
|
|
%define pkg_release 1%{?_dist_release}
|
|
%define pkg_release 1%{?_dist_release}
|
|
|
|
|
|
Summary: Gtk-based serial terminal
|
|
Summary: Gtk-based serial terminal
|
|
@@ -6,7 +6,10 @@ Summary(ja): GTKベースのシリアルターミナル
|
|
Name: moserial
|
|
Name: moserial
|
|
Version: %{pkg_version}
|
|
Version: %{pkg_version}
|
|
Release: %{pkg_release}
|
|
Release: %{pkg_release}
|
|
-Source0: http://ftp.gnome.org/pub/gnome/sources/moserial/2.32/%{name}-%{version}.tar.bz2
|
|
+Source0: http://ftp.gnome.org/pub/gnome/sources/moserial/3.0/%{name}-%{version}.tar.xz
|
|
|
|
+
|
|
|
|
+Patch0: moserial-3.0.2-stropts.patch
|
|
|
|
+
|
|
License: GPLv3+
|
|
License: GPLv3+
|
|
Group: Applications/Communications
|
|
Group: Applications/Communications
|
|
URL: http://live.gnome.org/moserial
|
|
URL: http://live.gnome.org/moserial
|
|
@@ -14,7 +17,7 @@ URL: http://live.gnome.org/moserial
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
Requires: hicolor-icon-theme
|
|
Requires: hicolor-icon-theme
|
|
-BuildRequires: gtk2-devel
|
|
+BuildRequires: gtk3-devel
|
|
BuildRequires: GConf2-devel
|
|
BuildRequires: GConf2-devel
|
|
BuildRequires: vala-devel
|
|
BuildRequires: vala-devel
|
|
BuildRequires: gnome-doc-utils >= 0.3.2
|
|
BuildRequires: gnome-doc-utils >= 0.3.2
|
|
@@ -32,6 +35,7 @@ moserial is a clean, friendly gtk-based serial terminal for the gnome desktop. I
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
|
|
+%patch0 -p1 -b .stropts
|
|
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
@@ -81,6 +85,11 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Oct 07 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.2-1
|
|
|
|
+- new upstream release
|
|
|
|
+- change BuildRequires: gtk3-devel instead of gtk2-devel
|
|
|
|
+- add Patch0 (moserial-3.0.2-stropts.patch)
|
|
|
|
+
|
|
* Fri Feb 18 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
|
|
* Fri Feb 18 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|