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

Revision 10763, 7.5 KB checked in by ara_t, 8 years ago (diff)

rebuild with gcc-5.4.0

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