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

Revision 521, 3.5 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1%define ver 0.4.4
2%define rel 4%{?_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* Mon Apr 13 2009 IWAI, Masaharu <iwai@alib.jp> 0.4.4-4
65- fix changelog 0.4.4-4: update installed patch -> update installed path
66
67* Sun Mar  8 2009 IWAI, Masaharu <iwai@alib.jp> 0.4.4-3
68- update loqui.desktop (Patch1)
69- update installed path for loqui.desktop
70- validate desktop file in %%check
71  - add BuildRequires: desktop-file-utils
72- update desktop database in %%post and %%postun
73  - add PreReq: desktop-file-utils
74
75* Wed Feb 18 2009 IWAI, Masaharu <iwai@alib.jp> 0.4.4-2
76- using paplay for notification command in default setting (Patch0)
77  - update default-browser.patch for only default web browser
78
79* Fri Oct 03 2008 Shu KONNO <owa@bg.wakwak.com> 0.4.4-1vl5
80- applied new versioning policy, spec in utf-8
81
82* Thu Jan 18 2007 IWAI, Masaharu <iwai@alib.jp> 0.4.4-0vl2
83- add default browser patch (Patch0): firefox
84
85* Thu Apr  6 2006 IWAI, Masaharu <iwai@alib.jp> 0.4.4-0vl1
86- new upstream release
87
88* Fri Oct 22 2004 IWAI, Masaharu <iwai@alib.jp> 0.3.9-0vl2
89- add Japanese summary and description
90
91* Wed Sep 22 2004 IWAI, Masaharu <iwai@alib.jp> 0.3.9-0vl1
92- new upstream release
93
94* Wed Sep  1 2004 IWAI, Masaharu <iwai@alib.jp> 0.3.8-0vl1
95- new upstream release
96
97* Fri Jul  2 2004 IWAI, Masaharu <iwai@alib.jp> 0.3.7-0vl1
98- new upstream release
99
100* Sun May 30 2004 IWAI, Masaharu <iwai@alib.jp> 0.3.5-0vl1
101- new upstream release
102
103* Wed May  5 2004 IWAI, Masaharu <iwai@alib.jp> 0.3.3-0vl1
104- new upstream release
105
106* Sun May  2 2004 IWAI, Masaharu <iwai@alib.jp> 0.3.2-0vl1
107- new upstream release
108
109* Tue Apr 20 2004 IWAI, Masaharu <iwai@alib.jp> 0.3.1-0vl1
110- new upstream release
111- add loqui.png and loqui.desktop in %%files
112- add COPYING.LIB in %%doc directory
113
114* Sun Mar  7 2004 IWAI, Masaharu <iwai@alib.jp> 0.2.5-0vl1
115- new upstream release
116
117* Fri Feb 27 2004 IWAI, Masaharu <iwai@alib.jp> 0.2.4-0vl1
118- new upstream release
119
120* Mon Feb  9 2004 IWAI, Masaharu <iwai@alib.jp> 0.2.3-0vl1
121- new upstream release
122
123* Sun Jan 25 2004 IWAI, Masaharu <iwai@alib.jp> 0.2.2-0vl1
124- new upstream release
125
126* Wed Jan 21 2004 IWAI, Masaharu <iwai@alib.jp> 0.2.1-0vl1
127- build for VineSeed Plus
128
129* Sat Jun 7 2003 Yoichi Imai <yoichi@silver-forest.com>
130- created spec.in
Note: See TracBrowser for help on using the repository browser.