|
@@ -1,21 +1,23 @@
|
|
-%define ver 0.4.4
|
|
|
|
-%define rel 5%{?_dist_release}
|
|
|
|
|
|
+%define major_ver 0.5
|
|
|
|
+%define minor_ver 0
|
|
|
|
+%define rel 1
|
|
|
|
+
|
|
|
|
+%define ver %{major_ver}.%{minor_ver}
|
|
|
|
|
|
Summary: a IRC client for Gtk2
|
|
Summary: a IRC client for Gtk2
|
|
Summary(ja): GTK2 を使った IRC クライアント
|
|
Summary(ja): GTK2 を使った IRC クライアント
|
|
Name: loqui
|
|
Name: loqui
|
|
Version: %{ver}
|
|
Version: %{ver}
|
|
-Release: %{rel}
|
|
|
|
|
|
+Release: %{rel}%{?_dist_release}
|
|
Group: Applications/Internet
|
|
Group: Applications/Internet
|
|
-Source: http://loqui.good-day.net/src/%{name}-%{ver}.tar.gz
|
|
|
|
-Patch0: loqui-0.4.4-default-application.patch
|
|
|
|
-Patch1: loqui-0.4.4-desktopfile.patch
|
|
|
|
-License: GPL
|
|
|
|
|
|
+Source0: http://launchpad.net/loqui/%{major_ver}/%{ver}/+download/%{name}-%{ver}.tar.gz
|
|
|
|
+License: GPLv2
|
|
Requires: gtk2 >= 2.2.0, gnet2 >= 2.0.0
|
|
Requires: gtk2 >= 2.2.0, gnet2 >= 2.0.0
|
|
BuildRequires: gtk2-devel >= 2.2.0, gnet2-devel >= 2.0.0, gettext
|
|
BuildRequires: gtk2-devel >= 2.2.0, gnet2-devel >= 2.0.0, gettext
|
|
-URL: http://loqui.good-day.net/
|
|
|
|
|
|
+BuildRequires: gob2
|
|
|
|
+URL: https://sites.google.com/site/loquiirc
|
|
BuildRoot: %{_tmppath}/%{name}-root
|
|
BuildRoot: %{_tmppath}/%{name}-root
|
|
-PreReq: desktop-file-utils
|
|
|
|
|
|
+Requires(post,postun): desktop-file-utils
|
|
BuildRequires: desktop-file-utils
|
|
BuildRequires: desktop-file-utils
|
|
|
|
|
|
%description
|
|
%description
|
|
@@ -27,8 +29,6 @@ Loqui は、複数のサーバへの接続に対応した 4-ペインの IRC ク
|
|
%prep
|
|
%prep
|
|
rm -rf %{buildroot}
|
|
rm -rf %{buildroot}
|
|
%setup -q
|
|
%setup -q
|
|
-%patch0 -p1
|
|
|
|
-%patch1 -p1
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
%configure
|
|
%configure
|
|
@@ -61,6 +61,17 @@ update-desktop-database %{_datadir}/applications
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Dec 12 2010 IWAI, Masaharu <iwai@alib.jp> 0.5.0-1
|
|
|
|
+- new upstream release
|
|
|
|
+- update URL: upstream moved
|
|
|
|
+- update Source0 URL: upstream moved
|
|
|
|
+- add BuildRequires: gob2
|
|
|
|
+- drop unnecessary patches:
|
|
|
|
+ - default application patch (Patch0)
|
|
|
|
+ - desktopfile patch (Patch1)
|
|
|
|
+- update License value: sync Vine policy
|
|
|
|
+- replace PreReq tag to Requires tag
|
|
|
|
+
|
|
* Tue Dec 07 2010 Shu KONNO <owa@bg.wakwak.com> 0.4.4-5
|
|
* Tue Dec 07 2010 Shu KONNO <owa@bg.wakwak.com> 0.4.4-5
|
|
- rebuilt with new environment
|
|
- rebuilt with new environment
|
|
|
|
|