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

Revision 6749, 4.4 KB checked in by iwaim, 12 years ago (diff)

loqui 0.5.3-1

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