source: projects/specs/branches/6/l/loqui/loqui-vl.spec @ 2639

Revision 2639, 4.3 KB checked in by iwaim, 13 years ago (diff)

loqui 0.5.1-1

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