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

Revision 2775, 7.3 KB checked in by inagaki, 13 years ago (diff)

updated: choqok, k3b, kaffeine, kdevelop, kdevplatform,

konversation, kde-partitionmanager, qjson, self-build-k3b-extra

NEW: skrooge

Line 
1Name:           konversation
2Summary:        A user friendly IRC client
3Summary(ja):    使い易い IRC クライアント
4Version:        1.3.1
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.bz2
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
26
27%description
28A simple and easy to use IRC client with support for
29strikeout; multi-channel joins; away / unaway messages;
30ignore list functionality; support for foreign
31language characters; auto-connect to server; optional timestamps
32to chat windows; configurable background colors and much more
33
34
35%prep
36%setup -q -n %{name}-%{version}%{?pre:-%{pre}}
37
38%patch100 -p1 -b .jis7
39
40%build
41mkdir -p %{_target_platform}
42pushd %{_target_platform}
43unset QTDIR || : ; . /etc/profile.d/qt4.sh
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* Sat Jan 15 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.3.1-1
104- new upstream release
105
106* Sun Mar 21 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.2.3-2
107- initial build for Vine Linux
108- added Patch100 to avoid encoding detection failure
109
110* Fri Feb 12 2010 Rex Dieter <rdieter@fedoraproject.org> - 1.2.3-1
111- konversation-1.2.3
112
113* Fri Feb 12 2010 Rex Dieter <rdieter@fedoraproject.org> - 1.2.2-1
114- konversation-1.2.2
115
116* Wed Feb 03 2010 Rex Dieter <rdieter@fedoraproject.org> - 1.2.1-3
117- test out qt46/cpu/fonts patch (kde#215256)
118
119* Thu Jan 28 2010 Rex Dieter <rdieter@fedoraproject.org> - 1.2.1-2
120- use %%{_kde4_version}
121
122* Thu Nov 12 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.2.1-1
123- konversation-1.2.1
124
125* Fri Oct 09 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.2-1
126- konversation-1.2 (final)
127
128* Sat Oct 03 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.2-0.12.rc1
129- konversation-1.2-rc1
130
131* Mon Sep 21 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.2-0.11.beta1
132- With auto-expand input box, ircview doesn't scroll (kdebug #208097)
133
134* Mon Sep 21 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.2-0.10.beta1
135- konversation-1.2-beta1
136
137* Sat Sep 19 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.2-0.9.20090919svn
138- localized snapshot
139
140* Sat Sep 19 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.2-0.8.20090919svn1025849
141- konversation-20090919svn1025849 snapshot, for marker line testing
142
143* Mon Aug 24 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.2-0.6.alpha6
144- BR: qca2-devel, libXScrnSaver-devel
145
146* Tue Aug 11 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.2-0.5.alpha6
147- add min kdelibs4 version
148
149* Sat Aug 08 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.2-0.4.alpha6
150- konversation-1.2-alpha6
151
152* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-0.3.alpha4
153- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
154
155* Fri Jul 03 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.2-0.2.alpha4
156- konversation-1.2-alpha4
157
158* Wed Jun 03 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.2-0.1.alpha3
159- konversation-1.2-alpha3
160- optimize scriptlets
161
162* Mon Mar 02 2009 Dennis gilmore <dennis@ausil.us> - 1.1-6
163- make Patch and %%patch use the same number
164
165* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-5
166- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
167
168* Sun Feb 22 2009 Dennis Gilmore <dennis@ausil.us> - 1.1-4
169- rebuild
170
171* Fri Feb 13 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.1-3
172- patch media script for amarok2 support
173
174* Wed Feb 04 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.1-2
175- s/for KDE//
176
177* Thu Aug 07 2008 Dennis Gilmore <dennis@ausil.us> - 1.1-1
178- update to 1.1 final
179
180* Tue Jul 15 2008 Dennis Gilmore <dennis@ausil.us> - 1.1-0.2.rc1
181- fix stupidity
182
183* Tue Jul 15 2008 Dennis Gilmore <dennis@ausil.us> - 1.1-0.1.rc1
184- update to 1.1 rc1
185
186* Wed Apr 09 2008 Dennis Gilmore <dennis@ausil.us> - 1.0.1-6
187- apply patch from upstream handling CVE-2007-4400 correctly
188- reenable media script
189
190* Mon Mar 10 2008 Rex Dieter <rdieter@fedoraproject.org> - 1.0.1-5
191- drop Requires: kdebase3 (#435873)
192- f9+: dfi vendor fedora -> kde
193- %%doc ChangeLog COPYING README TODO
194
195* Thu Feb 07 2008 Dennis Gilmore <dennis@ausil.us> - 1.0.1-4
196- remove /usr/share/apps/konversation/scripts/media for CVE-2007-4400
197
198* Tue Aug 28 2007 Dennis Gilmore <dennis@ausil.us> - 1.0.1-3
199- clarify license GPLv2+, and rebuild for F8
200
201* Tue Oct 17 2006 Dennis Gilmore <dennis@ausil.us> - 1.0.1-2
202- add gettext  as br  so translations get built correctly
203
204* Fri Oct 06 2006 Dennis Gilmore <dennis@ausil.us> - 1.0.1-1
205- Upgrade to 1.0.1
206
207* Thu Sep 14 2006 Dennis Gilmore <dennis@ausil.us> - 1.0-1
208- Upgrade to 1.0 :)
209
210* Sat Sep 02 2006 Dennis Gilmore <dennis@ausil.us> - 0.19-3
211- rebuild for fc6
212
213* Tue Feb 14 2006 Dennis Gilmore <dennis@ausil.us> - 0.19-2
214- rebuild for fc5
215
216* Mon Jan 30 2006 Dennis Gilmore <dennis@ausil.us> - 0.19-1
217- update to 0.19
218
219* Thu Dec 22 2005 Dennis Gilmore <dennis@ausil.us> - 0.18-6
220- Rebuild for gcc 4.1
221
222* Sat Oct 20 2005 Dennis Gilmore <dennis@ausil.us> - 0.18-5
223- add BuildRequires desktop-file-utils  http://fedoraproject.org/wiki/QAChecklist
224- add %%post and %%postun scriptlets  to notify of new icons per
225- http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html#implementation_notes
226
227* Sun Jul 03 2005 Dennis Gilmore <dennis@ausil.us> - 0.18-4
228- Explicly export QT lib and include dirs  for x86_64 build issue
229
230* Tue Jun 28 2005  Dennis Gilmore <dennis@ausil.us> - 0.18-3
231- Destop-file-install,  change gcc4 patch  to configure 
232  remove unneeded build deps.
233
234* Mon Jun 27 2005  Dennis Gilmore <dennis@ausil.us> - 0.18-2
235- Fix build requires,set QT, %%lang'ify LOCALE bits and HTML docs
236  move automake to prep
237
238* Sat Jun 25 2005  Dennis Gilmore <dennis@ausil.us> - 0.18-1
239- Initial build
Note: See TracBrowser for help on using the repository browser.