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

Revision 7392, 4.5 KB checked in by iwaim, 11 years ago (diff)

loqui 0.5.4-1

Line 
1%define major_ver 0.5
2%define minor_ver 4
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* Mon Jan 28 2013 IWAI, Masaharu <iwai@alib.jp> 0.5.4-1
66- new upstream release
67
68* Sun Jul 22 2012 IWAI, Masaharu <iwai@alib.jp> 0.5.3-1
69- new upstream release
70- add NEWS.ja in %%doc
71
72* Sat Feb  5 2011 IWAI, Masaharu <iwai@alib.jp> 0.5.1-1
73- new upstream release
74- drop HTTP URL patch (patch0): upstream merged
75- update BuildRequires: update upstream's dependency programs
76 - drop gnet2-devel
77 - add glib2-devel >= 2.22.0
78- drop Requires: gnet2
79
80* Sat Jan  8 2011 IWAI, Masaharu <iwai@alib.jp> 0.5.0-2
81- add HTTP URL patch (patch0)
82
83* Sun Dec 12 2010 IWAI, Masaharu <iwai@alib.jp> 0.5.0-1
84- new upstream release
85- update URL: upstream moved
86- update Source0 URL: upstream moved
87- add BuildRequires: gob2
88- drop unnecessary patches:
89 - default application patch (Patch0)
90 - desktopfile patch (Patch1)
91- update License value: sync Vine policy
92- replace PreReq tag to Requires tag
93
94* Tue Dec 07 2010 Shu KONNO <owa@bg.wakwak.com> 0.4.4-5
95- rebuilt with new environment
96
97* Mon Apr 13 2009 IWAI, Masaharu <iwai@alib.jp> 0.4.4-4
98- fix changelog 0.4.4-4: update installed patch -> update installed path
99
100* Sun Mar  8 2009 IWAI, Masaharu <iwai@alib.jp> 0.4.4-3
101- update loqui.desktop (Patch1)
102- update installed path for loqui.desktop
103- validate desktop file in %%check
104  - add BuildRequires: desktop-file-utils
105- update desktop database in %%post and %%postun
106  - add PreReq: desktop-file-utils
107
108* Wed Feb 18 2009 IWAI, Masaharu <iwai@alib.jp> 0.4.4-2
109- using paplay for notification command in default setting (Patch0)
110  - update default-browser.patch for only default web browser
111
112* Fri Oct 03 2008 Shu KONNO <owa@bg.wakwak.com> 0.4.4-1vl5
113- applied new versioning policy, spec in utf-8
114
115* Thu Jan 18 2007 IWAI, Masaharu <iwai@alib.jp> 0.4.4-0vl2
116- add default browser patch (Patch0): firefox
117
118* Thu Apr  6 2006 IWAI, Masaharu <iwai@alib.jp> 0.4.4-0vl1
119- new upstream release
120
121* Fri Oct 22 2004 IWAI, Masaharu <iwai@alib.jp> 0.3.9-0vl2
122- add Japanese summary and description
123
124* Wed Sep 22 2004 IWAI, Masaharu <iwai@alib.jp> 0.3.9-0vl1
125- new upstream release
126
127* Wed Sep  1 2004 IWAI, Masaharu <iwai@alib.jp> 0.3.8-0vl1
128- new upstream release
129
130* Fri Jul  2 2004 IWAI, Masaharu <iwai@alib.jp> 0.3.7-0vl1
131- new upstream release
132
133* Sun May 30 2004 IWAI, Masaharu <iwai@alib.jp> 0.3.5-0vl1
134- new upstream release
135
136* Wed May  5 2004 IWAI, Masaharu <iwai@alib.jp> 0.3.3-0vl1
137- new upstream release
138
139* Sun May  2 2004 IWAI, Masaharu <iwai@alib.jp> 0.3.2-0vl1
140- new upstream release
141
142* Tue Apr 20 2004 IWAI, Masaharu <iwai@alib.jp> 0.3.1-0vl1
143- new upstream release
144- add loqui.png and loqui.desktop in %%files
145- add COPYING.LIB in %%doc directory
146
147* Sun Mar  7 2004 IWAI, Masaharu <iwai@alib.jp> 0.2.5-0vl1
148- new upstream release
149
150* Fri Feb 27 2004 IWAI, Masaharu <iwai@alib.jp> 0.2.4-0vl1
151- new upstream release
152
153* Mon Feb  9 2004 IWAI, Masaharu <iwai@alib.jp> 0.2.3-0vl1
154- new upstream release
155
156* Sun Jan 25 2004 IWAI, Masaharu <iwai@alib.jp> 0.2.2-0vl1
157- new upstream release
158
159* Wed Jan 21 2004 IWAI, Masaharu <iwai@alib.jp> 0.2.1-0vl1
160- build for VineSeed Plus
161
162* Sat Jun 7 2003 Yoichi Imai <yoichi@silver-forest.com>
163- created spec.in
Note: See TracBrowser for help on using the repository browser.