source: projects/specs/branches/6/k/konversation/konversation-vl.spec @ 3881

Revision 3881, 7.4 KB checked in by Takemikaduchi, 13 years ago (diff)

add BuildRequires?

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