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

Revision 643, 7.2 KB checked in by inagaki, 14 years ago (diff)

NEW: konversation
updated: kde-settings

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