source: projects/specs/trunk/l/loqui/loqui-vl.spec @ 2548

Revision 2548, 4.2 KB checked in by iwaim, 13 years ago (diff)

loqui 0.5.0-2

Line 
1%define major_ver 0.5
2%define minor_ver 0
3%define rel 2
4
5%define ver %{major_ver}.%{minor_ver}
6
7Summary: a IRC client for Gtk2
8Summary(ja): GTK2 を使った IRC クライアント
9Name: loqui
10Version: %{ver}
11Release: %{rel}%{?_dist_release}
12Group: Applications/Internet
13Source0: http://launchpad.net/loqui/%{major_ver}/%{ver}/+download/%{name}-%{ver}.tar.gz
14# fixed https://bugs.launchpad.net/loqui/+bug/699723
15Patch0: loqui-http-url.patch
16License: GPLv2
17Requires: gtk2 >= 2.2.0, gnet2 >= 2.0.0
18BuildRequires: gtk2-devel >= 2.2.0, gnet2-devel >= 2.0.0, gettext
19BuildRequires: gob2
20URL: https://sites.google.com/site/loquiirc
21BuildRoot: %{_tmppath}/%{name}-root
22Requires(post,postun): desktop-file-utils
23BuildRequires: desktop-file-utils
24
25%description
26Loqui is a 4-paned IRC client, which supports multiple servers.
27
28%description -l ja
29Loqui は、複数のサーバへの接続に対応した 4-ペインの IRC クライアントです。
30
31%prep
32rm -rf %{buildroot}
33%setup -q
34%patch0
35
36%build
37%configure
38make desktopdir=%{_datadir}/applications
39
40%install
41rm -rf %{buildroot}
42%makeinstall desktopdir=%{buildroot}%{_datadir}/applications
43%{find_lang} %{name}
44
45%check
46make check
47desktop-file-validate %{buildroot}%{_datadir}/applications/loqui.desktop
48
49%clean
50rm -rf %{buildroot}
51
52%post
53update-desktop-database %{_datadir}/applications
54
55%postun
56update-desktop-database %{_datadir}/applications
57
58%files -f %{name}.lang
59%defattr (-,root,root)
60%doc README COPYING* INSTALL ChangeLog AUTHORS NEWS
61%{_bindir}/loqui
62%{_datadir}/pixmaps/loqui.png
63%{_datadir}/applications/loqui.desktop
64
65
66%changelog
67* Sat Jan  8 2011 IWAI, Masaharu <iwai@alib.jp> 0.5.0-2
68- add HTTP URL patch (patch0)
69
70* Sun Dec 12 2010 IWAI, Masaharu <iwai@alib.jp> 0.5.0-1
71- new upstream release
72- update URL: upstream moved
73- update Source0 URL: upstream moved
74- add BuildRequires: gob2
75- drop unnecessary patches:
76 - default application patch (Patch0)
77 - desktopfile patch (Patch1)
78- update License value: sync Vine policy
79- replace PreReq tag to Requires tag
80
81* Tue Dec 07 2010 Shu KONNO <owa@bg.wakwak.com> 0.4.4-5
82- rebuilt with new environment
83
84* Mon Apr 13 2009 IWAI, Masaharu <iwai@alib.jp> 0.4.4-4
85- fix changelog 0.4.4-4: update installed patch -> update installed path
86
87* Sun Mar  8 2009 IWAI, Masaharu <iwai@alib.jp> 0.4.4-3
88- update loqui.desktop (Patch1)
89- update installed path for loqui.desktop
90- validate desktop file in %%check
91  - add BuildRequires: desktop-file-utils
92- update desktop database in %%post and %%postun
93  - add PreReq: desktop-file-utils
94
95* Wed Feb 18 2009 IWAI, Masaharu <iwai@alib.jp> 0.4.4-2
96- using paplay for notification command in default setting (Patch0)
97  - update default-browser.patch for only default web browser
98
99* Fri Oct 03 2008 Shu KONNO <owa@bg.wakwak.com> 0.4.4-1vl5
100- applied new versioning policy, spec in utf-8
101
102* Thu Jan 18 2007 IWAI, Masaharu <iwai@alib.jp> 0.4.4-0vl2
103- add default browser patch (Patch0): firefox
104
105* Thu Apr  6 2006 IWAI, Masaharu <iwai@alib.jp> 0.4.4-0vl1
106- new upstream release
107
108* Fri Oct 22 2004 IWAI, Masaharu <iwai@alib.jp> 0.3.9-0vl2
109- add Japanese summary and description
110
111* Wed Sep 22 2004 IWAI, Masaharu <iwai@alib.jp> 0.3.9-0vl1
112- new upstream release
113
114* Wed Sep  1 2004 IWAI, Masaharu <iwai@alib.jp> 0.3.8-0vl1
115- new upstream release
116
117* Fri Jul  2 2004 IWAI, Masaharu <iwai@alib.jp> 0.3.7-0vl1
118- new upstream release
119
120* Sun May 30 2004 IWAI, Masaharu <iwai@alib.jp> 0.3.5-0vl1
121- new upstream release
122
123* Wed May  5 2004 IWAI, Masaharu <iwai@alib.jp> 0.3.3-0vl1
124- new upstream release
125
126* Sun May  2 2004 IWAI, Masaharu <iwai@alib.jp> 0.3.2-0vl1
127- new upstream release
128
129* Tue Apr 20 2004 IWAI, Masaharu <iwai@alib.jp> 0.3.1-0vl1
130- new upstream release
131- add loqui.png and loqui.desktop in %%files
132- add COPYING.LIB in %%doc directory
133
134* Sun Mar  7 2004 IWAI, Masaharu <iwai@alib.jp> 0.2.5-0vl1
135- new upstream release
136
137* Fri Feb 27 2004 IWAI, Masaharu <iwai@alib.jp> 0.2.4-0vl1
138- new upstream release
139
140* Mon Feb  9 2004 IWAI, Masaharu <iwai@alib.jp> 0.2.3-0vl1
141- new upstream release
142
143* Sun Jan 25 2004 IWAI, Masaharu <iwai@alib.jp> 0.2.2-0vl1
144- new upstream release
145
146* Wed Jan 21 2004 IWAI, Masaharu <iwai@alib.jp> 0.2.1-0vl1
147- build for VineSeed Plus
148
149* Sat Jun 7 2003 Yoichi Imai <yoichi@silver-forest.com>
150- created spec.in
Note: See TracBrowser for help on using the repository browser.