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

Revision 2337, 4.0 KB checked in by iwaim, 14 years ago (diff)

loqui 0.5.0-1

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