Browse Source

loqui 0.5.0-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@2337 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 13 years ago
parent
commit
1b85bf4172
1 changed files with 22 additions and 11 deletions
  1. 22 11
      l/loqui/loqui-vl.spec

+ 22 - 11
l/loqui/loqui-vl.spec

@@ -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(ja): GTK2 を使った IRC クライアント
 Name: loqui
 Version: %{ver}
-Release: %{rel}
+Release: %{rel}%{?_dist_release}
 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
 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 
-PreReq: desktop-file-utils
+Requires(post,postun): desktop-file-utils
 BuildRequires: desktop-file-utils
 
 %description
@@ -27,8 +29,6 @@ Loqui は、複数のサーバへの接続に対応した 4-ペインの IRC ク
 %prep
 rm -rf %{buildroot}
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
 %configure
@@ -61,6 +61,17 @@ update-desktop-database %{_datadir}/applications
 
 
 %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
 - rebuilt with new environment