source: projects/specs/trunk/k/konversation/konversation-vl.spec @ 6785

Revision 6785, 7.4 KB checked in by Takemikaduchi, 12 years ago (diff)

kdelibs, kdebase-runtime, kdenetwork, kdeplasma-addons: rebuild
others: new upstream release

Line 
1Name:           konversation
2Summary:        A user friendly IRC client
3Summary(ja):    使い易い IRC クライアント
4Version:        1.4
5Release:        1%{?_dist_release}
6
7Group:          Applications/Internet
8License:        GPLv2+
9URL:            http://konversation.kde.org/
10
11Source0:        ftp://ftp.kde.org/pub/kde/stable/konversation/%{version}/src/konversation-%{version}.tar.xz
12
13## upstream patches
14
15## Vine patches
16Patch100:       konversation-1.2.3-irccharsets.patch
17
18BuildRoot:      %{_tmppath}/%{name}-%{version}-root
19BuildRequires:  desktop-file-utils
20BuildRequires:  gettext
21BuildRequires:  kdelibs4-devel
22BuildRequires:  kdepimlibs-devel
23BuildRequires:  libXScrnSaver-devel
24BuildRequires:  phonon-devel
25BuildRequires:  qca2-devel
26BuildRequires:  soprano-devel
27
28%description
29A simple and easy to use IRC client with support for
30strikeout; multi-channel joins; away / unaway messages;
31ignore list functionality; support for foreign
32language characters; auto-connect to server; optional timestamps
33to chat windows; configurable background colors and much more
34
35
36%prep
37%setup -q -n %{name}-%{version}%{?pre:-%{pre}}
38
39%patch100 -p1 -b .jis7
40
41%build
42mkdir -p %{_target_platform}
43pushd %{_target_platform}
44%cmake \
45    -DCMAKE_BUILD_TYPE=release \
46    -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
47    -DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \
48    -DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/kde4 \
49    -DLIB_INSTALL_DIR:PATH=%{_libdir} \
50    -DLIBEXEC_INSTALL_DIR:PATH=%{_libexecdir}/kde4 \
51    -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \
52    ..
53popd
54
55make %{?_smp_mflags} -C %{_target_platform}
56
57
58%install
59rm -rf %{buildroot}
60
61make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
62
63
64## File lists
65# locale's
66#find_lang %{name} --with-kde
67%find_lang %{name}
68
69
70%check
71desktop-file-validate %{buildroot}%{_datadir}/applications/kde4/konversation.desktop
72
73
74%clean
75rm -rf %{buildroot}
76
77
78%post
79touch --no-create %{_datadir}/icons/hicolor &> /dev/null ||:
80
81%posttrans
82gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||:
83
84%postun
85if [ $1 -eq 0 ] ; then
86  touch --no-create %{_datadir}/icons/hicolor &> /dev/null ||:
87  gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||:
88fi
89
90
91%files  -f %{name}.lang
92%defattr(-,root,root,-)
93%doc ChangeLog COPYING README TODO
94%{_bindir}/konversation
95%{_datadir}/applications/kde4/konversation.desktop
96%{_datadir}/kde4/services/*.protocol
97%{_datadir}/kde4/apps/konversation/
98%{_datadir}/kde4/apps/kconf_update/konversation*
99%{_datadir}/icons/hicolor/*/*/*
100%doc %{_datadir}/doc/HTML/*
101
102%changelog
103* Mon Sep 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.4-1
104- update to 1.4
105
106* Sun May 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.3.1-2
107- add BuildRequires: soprano-devel
108
109* Sat Jan 15 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.3.1-1
110- new upstream release
111
112* Sun Mar 21 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.2.3-2
113- initial build for Vine Linux
114- added Patch100 to avoid encoding detection failure
115
116* Fri Feb 12 2010 Rex Dieter <rdieter@fedoraproject.org> - 1.2.3-1
117- konversation-1.2.3
118
119* Fri Feb 12 2010 Rex Dieter <rdieter@fedoraproject.org> - 1.2.2-1
120- konversation-1.2.2
121
122* Wed Feb 03 2010 Rex Dieter <rdieter@fedoraproject.org> - 1.2.1-3
123- test out qt46/cpu/fonts patch (kde#215256)
124
125* Thu Jan 28 2010 Rex Dieter <rdieter@fedoraproject.org> - 1.2.1-2
126- use %%{_kde4_version}
127
128* Thu Nov 12 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.2.1-1
129- konversation-1.2.1
130
131* Fri Oct 09 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.2-1
132- konversation-1.2 (final)
133
134* Sat Oct 03 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.2-0.12.rc1
135- konversation-1.2-rc1
136
137* Mon Sep 21 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.2-0.11.beta1
138- With auto-expand input box, ircview doesn't scroll (kdebug #208097)
139
140* Mon Sep 21 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.2-0.10.beta1
141- konversation-1.2-beta1
142
143* Sat Sep 19 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.2-0.9.20090919svn
144- localized snapshot
145
146* Sat Sep 19 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.2-0.8.20090919svn1025849
147- konversation-20090919svn1025849 snapshot, for marker line testing
148
149* Mon Aug 24 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.2-0.6.alpha6
150- BR: qca2-devel, libXScrnSaver-devel
151
152* Tue Aug 11 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.2-0.5.alpha6
153- add min kdelibs4 version
154
155* Sat Aug 08 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.2-0.4.alpha6
156- konversation-1.2-alpha6
157
158* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-0.3.alpha4
159- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
160
161* Fri Jul 03 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.2-0.2.alpha4
162- konversation-1.2-alpha4
163
164* Wed Jun 03 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.2-0.1.alpha3
165- konversation-1.2-alpha3
166- optimize scriptlets
167
168* Mon Mar 02 2009 Dennis gilmore <dennis@ausil.us> - 1.1-6
169- make Patch and %%patch use the same number
170
171* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-5
172- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
173
174* Sun Feb 22 2009 Dennis Gilmore <dennis@ausil.us> - 1.1-4
175- rebuild
176
177* Fri Feb 13 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.1-3
178- patch media script for amarok2 support
179
180* Wed Feb 04 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.1-2
181- s/for KDE//
182
183* Thu Aug 07 2008 Dennis Gilmore <dennis@ausil.us> - 1.1-1
184- update to 1.1 final
185
186* Tue Jul 15 2008 Dennis Gilmore <dennis@ausil.us> - 1.1-0.2.rc1
187- fix stupidity
188
189* Tue Jul 15 2008 Dennis Gilmore <dennis@ausil.us> - 1.1-0.1.rc1
190- update to 1.1 rc1
191
192* Wed Apr 09 2008 Dennis Gilmore <dennis@ausil.us> - 1.0.1-6
193- apply patch from upstream handling CVE-2007-4400 correctly
194- reenable media script
195
196* Mon Mar 10 2008 Rex Dieter <rdieter@fedoraproject.org> - 1.0.1-5
197- drop Requires: kdebase3 (#435873)
198- f9+: dfi vendor fedora -> kde
199- %%doc ChangeLog COPYING README TODO
200
201* Thu Feb 07 2008 Dennis Gilmore <dennis@ausil.us> - 1.0.1-4
202- remove /usr/share/apps/konversation/scripts/media for CVE-2007-4400
203
204* Tue Aug 28 2007 Dennis Gilmore <dennis@ausil.us> - 1.0.1-3
205- clarify license GPLv2+, and rebuild for F8
206
207* Tue Oct 17 2006 Dennis Gilmore <dennis@ausil.us> - 1.0.1-2
208- add gettext  as br  so translations get built correctly
209
210* Fri Oct 06 2006 Dennis Gilmore <dennis@ausil.us> - 1.0.1-1
211- Upgrade to 1.0.1
212
213* Thu Sep 14 2006 Dennis Gilmore <dennis@ausil.us> - 1.0-1
214- Upgrade to 1.0 :)
215
216* Sat Sep 02 2006 Dennis Gilmore <dennis@ausil.us> - 0.19-3
217- rebuild for fc6
218
219* Tue Feb 14 2006 Dennis Gilmore <dennis@ausil.us> - 0.19-2
220- rebuild for fc5
221
222* Mon Jan 30 2006 Dennis Gilmore <dennis@ausil.us> - 0.19-1
223- update to 0.19
224
225* Thu Dec 22 2005 Dennis Gilmore <dennis@ausil.us> - 0.18-6
226- Rebuild for gcc 4.1
227
228* Sat Oct 20 2005 Dennis Gilmore <dennis@ausil.us> - 0.18-5
229- add BuildRequires desktop-file-utils  http://fedoraproject.org/wiki/QAChecklist
230- add %%post and %%postun scriptlets  to notify of new icons per
231- http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html#implementation_notes
232
233* Sun Jul 03 2005 Dennis Gilmore <dennis@ausil.us> - 0.18-4
234- Explicly export QT lib and include dirs  for x86_64 build issue
235
236* Tue Jun 28 2005  Dennis Gilmore <dennis@ausil.us> - 0.18-3
237- Destop-file-install,  change gcc4 patch  to configure 
238  remove unneeded build deps.
239
240* Mon Jun 27 2005  Dennis Gilmore <dennis@ausil.us> - 0.18-2
241- Fix build requires,set QT, %%lang'ify LOCALE bits and HTML docs
242  move automake to prep
243
244* Sat Jun 25 2005  Dennis Gilmore <dennis@ausil.us> - 0.18-1
245- Initial build
Note: See TracBrowser for help on using the repository browser.