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

Revision 2316, 3.6 KB checked in by owa, 14 years ago (diff)

rebuilt loqui

Line 
1%define ver 0.4.4
2%define rel 5%{?_dist_release}
3
4Summary: a IRC client for Gtk2
5Summary(ja): GTK2 を使った IRC クライアント
6Name: loqui
7Version: %{ver}
8Release: %{rel}
9Group: Applications/Internet
10Source: http://loqui.good-day.net/src/%{name}-%{ver}.tar.gz
11Patch0: loqui-0.4.4-default-application.patch
12Patch1: loqui-0.4.4-desktopfile.patch
13License: GPL
14Requires: gtk2 >= 2.2.0, gnet2 >= 2.0.0
15BuildRequires: gtk2-devel >= 2.2.0, gnet2-devel >= 2.0.0, gettext
16URL: http://loqui.good-day.net/
17BuildRoot: %{_tmppath}/%{name}-root
18PreReq: desktop-file-utils
19BuildRequires: desktop-file-utils
20
21%description
22Loqui is a 4-paned IRC client, which supports multiple servers.
23
24%description -l ja
25Loqui は、複数のサーバへの接続に対応した 4-ペインの IRC クライアントです。
26
27%prep
28rm -rf %{buildroot}
29%setup -q
30%patch0 -p1
31%patch1 -p1
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* Tue Dec 07 2010 Shu KONNO <owa@bg.wakwak.com> 0.4.4-5
65- rebuilt with new environment
66
67* Mon Apr 13 2009 IWAI, Masaharu <iwai@alib.jp> 0.4.4-4
68- fix changelog 0.4.4-4: update installed patch -> update installed path
69
70* Sun Mar  8 2009 IWAI, Masaharu <iwai@alib.jp> 0.4.4-3
71- update loqui.desktop (Patch1)
72- update installed path for loqui.desktop
73- validate desktop file in %%check
74  - add BuildRequires: desktop-file-utils
75- update desktop database in %%post and %%postun
76  - add PreReq: desktop-file-utils
77
78* Wed Feb 18 2009 IWAI, Masaharu <iwai@alib.jp> 0.4.4-2
79- using paplay for notification command in default setting (Patch0)
80  - update default-browser.patch for only default web browser
81
82* Fri Oct 03 2008 Shu KONNO <owa@bg.wakwak.com> 0.4.4-1vl5
83- applied new versioning policy, spec in utf-8
84
85* Thu Jan 18 2007 IWAI, Masaharu <iwai@alib.jp> 0.4.4-0vl2
86- add default browser patch (Patch0): firefox
87
88* Thu Apr  6 2006 IWAI, Masaharu <iwai@alib.jp> 0.4.4-0vl1
89- new upstream release
90
91* Fri Oct 22 2004 IWAI, Masaharu <iwai@alib.jp> 0.3.9-0vl2
92- add Japanese summary and description
93
94* Wed Sep 22 2004 IWAI, Masaharu <iwai@alib.jp> 0.3.9-0vl1
95- new upstream release
96
97* Wed Sep  1 2004 IWAI, Masaharu <iwai@alib.jp> 0.3.8-0vl1
98- new upstream release
99
100* Fri Jul  2 2004 IWAI, Masaharu <iwai@alib.jp> 0.3.7-0vl1
101- new upstream release
102
103* Sun May 30 2004 IWAI, Masaharu <iwai@alib.jp> 0.3.5-0vl1
104- new upstream release
105
106* Wed May  5 2004 IWAI, Masaharu <iwai@alib.jp> 0.3.3-0vl1
107- new upstream release
108
109* Sun May  2 2004 IWAI, Masaharu <iwai@alib.jp> 0.3.2-0vl1
110- new upstream release
111
112* Tue Apr 20 2004 IWAI, Masaharu <iwai@alib.jp> 0.3.1-0vl1
113- new upstream release
114- add loqui.png and loqui.desktop in %%files
115- add COPYING.LIB in %%doc directory
116
117* Sun Mar  7 2004 IWAI, Masaharu <iwai@alib.jp> 0.2.5-0vl1
118- new upstream release
119
120* Fri Feb 27 2004 IWAI, Masaharu <iwai@alib.jp> 0.2.4-0vl1
121- new upstream release
122
123* Mon Feb  9 2004 IWAI, Masaharu <iwai@alib.jp> 0.2.3-0vl1
124- new upstream release
125
126* Sun Jan 25 2004 IWAI, Masaharu <iwai@alib.jp> 0.2.2-0vl1
127- new upstream release
128
129* Wed Jan 21 2004 IWAI, Masaharu <iwai@alib.jp> 0.2.1-0vl1
130- build for VineSeed Plus
131
132* Sat Jun 7 2003 Yoichi Imai <yoichi@silver-forest.com>
133- created spec.in
Note: See TracBrowser for help on using the repository browser.