]> git.pld-linux.org Git - packages/weechat.git/blame - weechat.spec
up to 4.2.1
[packages/weechat.git] / weechat.spec
CommitLineData
2bcfc6bc 1# TODO:
2bcfc6bc 2# - consider doing subpackages for all those plugins (which one should be in main package ?)
cb1359d3 3# - desktop file (icon exists, but no desktop file?)
bf2eabf0
JB
4#
5# Conditional build:
875a60b1 6# Features
dae692bf 7%bcond_without aspell # don't build aspell support
1e6a4966 8%bcond_without doc # don't build docs
875a60b1 9# Bindings
de60b6ba 10%bcond_without guile # don't enable Scheme (guile) scripting language
875a60b1
ER
11%bcond_without lua # don't enable Lua scripting language
12%bcond_without perl # don't enable Perl scripting language
de60b6ba 13%bcond_with php # don't enable PHP scripting language
875a60b1
ER
14%bcond_without python # don't enable Python scripting language
15%bcond_without ruby # don't enable Ruby scripting language
16%bcond_without tcl # don't enable Tcl scripting language
9fc5e4a1 17%bcond_without js # don't enable JavaScript scripting language (V8 engine)
d4846710 18
93f2c1d6
ER
19%ifnarch %{ix86} %{x8664} arm mips
20%undefine with_js
21%endif
22
de60b6ba
JP
23%define php_name php%{?php_suffix}
24
bf2eabf0
JB
25Summary: WeeChat - fast and light chat environment
26Summary(pl.UTF-8): WeeChat - szybkie i lekkie środowisko do rozmów
88c48961 27Name: weechat
788bc4c5 28Version: 4.2.1
64eeeec2 29Release: 1
ccd085cc 30License: GPL v3+
740c529c 31Group: Applications/Communications
1b328212 32Source0: https://www.weechat.org/files/src/%{name}-%{version}.tar.xz
788bc4c5 33# Source0-md5: 1d6fe2613e1e33a3cb8fc11a0c6d322a
46ecdc76 34URL: http://www.weechat.org/
bf2eabf0 35%{?with_aspell:BuildRequires: aspell-devel}
e3d8974d 36BuildRequires: cmake >= 3.5
ccac3bc6 37BuildRequires: curl-devel
8131d0d8 38BuildRequires: gettext-tools
113c8f6d 39BuildRequires: gnutls-devel
875a60b1 40%{?with_guile:BuildRequires: guile-devel}
6c113da7 41BuildRequires: libgcrypt-devel
ca796d8a 42%{?with_lua:BuildRequires: lua-devel}
387a8b12 43BuildRequires: ncurses-devel
9aa8ff7b 44%{?with_perl:BuildRequires: perl-devel}
de60b6ba 45%{?with_php:BuildRequires: %{php_name}-devel >= 4:7}
6757fa8b
KK
46BuildRequires: pkgconfig
47%if %{with python}
113c8f6d
JP
48BuildRequires: python3-devel
49BuildRequires: python3-modules
6757fa8b 50%endif
ead211ff 51BuildRequires: rpm-build >= 4.6
8f33c8f1 52BuildRequires: rpmbuild(macros) >= 1.752
7a0f89d0 53%{?with_doc:BuildRequires: ruby-asciidoctor}
113c8f6d 54%{?with_ruby:BuildRequires: ruby-devel >= 1:1.9}
7a0f89d0 55BuildRequires: sed >= 4.0
13717296 56BuildRequires: tar >= 1:1.22
aea7cf80 57%{?with_tcl:BuildRequires: tcl-devel}
7a0f89d0 58%{?with_js:BuildRequires: v8-devel}
13717296 59BuildRequires: xz
113c8f6d 60BuildRequires: zlib-devel
1339b86e 61BuildRequires: zstd-devel
de60b6ba 62Requires(post,postun): desktop-file-utils
ead211ff 63Suggests: %{name}-icons
f118d56e 64Suggests: %{name}-plugin-irc
f2eaed13 65Obsoletes: weechat-common < 1.2
88c48961 66BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
67
18c4530e
ER
68%define skip_post_check_so ruby.so.0.0.0
69
88c48961 70%description
71WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat
228b94b3 72environment for many operating systems. Everything can be done with a
73keyboard. It is customizable and extensible with scripts.
88c48961 74
bf2eabf0
JB
75%description -l pl.UTF-8
76WeeChat (Wee Ehanced Environment for Chat) to szybkie i lekkie
77środowisko do rozmów dla wielu systemów operacyjnych. Pozwala wszystko
78zrobić przy pomocy klawiatury. Jest konfigurowalne i rozszerzalne za
79pomocą skryptów.
88c48961 80
875a60b1
ER
81%package doc
82Summary: Manual for weechat
83Group: Documentation
4a6303d1 84BuildArch: noarch
875a60b1
ER
85
86%description doc
87HTML documentation for weechat.
88
ead211ff
JP
89%package icons
90Summary: Icon files for weechat
91Group: Applications
92BuildArch: noarch
93Requires(post,postun): gtk-update-icon-cache
94
95%description icons
96Icon files for weechat.
97
6c402603
JP
98%package plugin-guile
99Summary: Guile scripting plugin for weechat
100Group: Applications/Communications
101Requires: %{name} = %{version}-%{release}
102
103%description plugin-guile
104Guile scripting plugin for weechat.
105
f118d56e
JP
106%package plugin-irc
107Summary: IRC chat protocol plugin for weechat
108Group: Applications/Communications
109Requires: %{name} = %{version}-%{release}
110
111%description plugin-irc
112IRC chat protocol plugin for weechat.
113
6c402603
JP
114%package plugin-javascript
115Summary: JavaScript scripting plugin for weechat
116Group: Applications/Communications
117Requires: %{name} = %{version}-%{release}
118
119%description plugin-javascript
120JavaScript scripting plugin for weechat.
121
122%package plugin-lua
123Summary: Lua scripting plugin for weechat
124Group: Applications/Communications
125Requires: %{name} = %{version}-%{release}
126
127%description plugin-lua
128Lua scripting plugin for weechat.
129
130%package plugin-perl
131Summary: Perl scripting plugin for weechat
132Group: Applications/Communications
133Requires: %{name} = %{version}-%{release}
134
135%description plugin-perl
136Perl scripting plugin for weechat.
137
138%package plugin-python
139Summary: Python scripting plugin for weechat
140Group: Applications/Communications
141Requires: %{name} = %{version}-%{release}
142
143%description plugin-python
144Python scripting plugin for weechat.
145
f118d56e
JP
146%package plugin-relay
147Summary: Relay data via network plugin for weechat
148Group: Applications/Communications
149Requires: %{name} = %{version}-%{release}
150
151%description plugin-relay
152Relay data via network plugin for weechat used by alternative
153frontends.
154
6c402603
JP
155%package plugin-ruby
156Summary: Ruby scripting plugin for weechat
157Group: Applications/Communications
158Requires: %{name} = %{version}-%{release}
159
160%description plugin-ruby
161Ruby scripting plugin for weechat.
162
163%package plugin-spell
164Summary: Spell checking plugin for weechat
165Group: Applications/Communications
166Requires: %{name} = %{version}-%{release}
167
168%description plugin-spell
169Spell checking plugin for weechat.
170
171%package plugin-tcl
172Summary: Tcl scripting plugin for weechat
173Group: Applications/Communications
174Requires: %{name} = %{version}-%{release}
175
176%description plugin-tcl
177Tcl scripting plugin for weechat.
178
f118d56e
JP
179%package plugin-xfer
180Summary: File transfer and direct chat plugin for weechat
181Group: Applications/Communications
182Requires: %{name} = %{version}-%{release}
183
184%description plugin-xfer
185File transfer and direct chat plugin for weechat.
186
88c48961 187%prep
188%setup -q
189
190%build
875a60b1
ER
191install -d build
192cd build
193%cmake \
194 -DPREFIX=%{_prefix} \
195 -DLIBDIR=%{_libdir} \
75a1b040
JP
196 -DENABLE_HEADLESS=ON \
197 -DENABLE_DOC_INCOMPLETE=ON \
875a60b1 198 -DENABLE_NCURSES=ON \
113c8f6d
JP
199 %{cmake_on_off aspell ENABLE_SPELL} \
200 %{cmake_on_off doc ENABLE_DOC} \
201 %{cmake_on_off perl ENABLE_PERL} \
202 %{cmake_on_off php ENABLE_PHP} \
203 %{cmake_on_off python ENABLE_PYTHON} \
204 %{cmake_on_off ruby ENABLE_RUBY} \
205 %{cmake_on_off lua ENABLE_LUA} \
206 %{cmake_on_off guile ENABLE_GUILE} \
207 %{cmake_on_off tcl ENABLE_TCL} \
208 %{cmake_on_off doc ENABLE_MAN} \
209 %{cmake_on_off js ENABLE_JAVASCRIPT} \
875a60b1
ER
210 ..
211
212%{__make} VERBOSE=1
88c48961 213
214%install
215rm -rf $RPM_BUILD_ROOT
875a60b1 216%{__make} -C build install \
88c48961 217 DESTDIR=$RPM_BUILD_ROOT
218
8a318002
JP
219install -d $RPM_BUILD_ROOT%{_datadir}/weechat/{guile,javascript,lua,perl,python,ruby,tcl}
220
cb1359d3
ER
221# symlink to "weechat"
222%{__rm} $RPM_BUILD_ROOT%{_bindir}/weechat-curses
223
875a60b1
ER
224# no -devel, drop
225%{__rm} -r $RPM_BUILD_ROOT%{_includedir}/%{name}
226%{__rm} $RPM_BUILD_ROOT%{_pkgconfigdir}/%{name}.pc
9165132c 227
228%find_lang %{name}
229
88c48961 230%clean
231rm -rf $RPM_BUILD_ROOT
232
de60b6ba
JP
233%post
234%update_desktop_database
de60b6ba
JP
235%update_mime_database
236
ead211ff
JP
237%post icons
238%update_icon_cache hicolor
239
de60b6ba
JP
240%postun
241%update_desktop_database_postun
de60b6ba
JP
242%update_mime_database
243
ead211ff
JP
244%postun icons
245%update_icon_cache hicolor
246
9fb88636 247%files -f %{name}.lang
7f12170a 248%defattr(644,root,root,755)
c2372aac 249%doc AUTHORS.adoc ChangeLog.adoc README.adoc ReleaseNotes.adoc
7c82dcb8 250%attr(755,root,root) %{_bindir}/weechat
75a1b040 251%attr(755,root,root) %{_bindir}/weechat-headless
8a318002 252%dir %{_datadir}/weechat
c2372aac 253%if %{with doc}
7c82dcb8 254%{_mandir}/man1/weechat.1*
75a1b040 255%{_mandir}/man1/weechat-headless.1*
5fb273c2 256%lang(cs) %{_mandir}/cs/man1/weechat.1*
75a1b040 257%lang(cs) %{_mandir}/cs/man1/weechat-headless.1*
be004e51 258%lang(de) %{_mandir}/de/man1/weechat.1*
75a1b040 259%lang(de) %{_mandir}/de/man1/weechat-headless.1*
be004e51 260%lang(fr) %{_mandir}/fr/man1/weechat.1*
75a1b040 261%lang(fr) %{_mandir}/fr/man1/weechat-headless.1*
be004e51 262%lang(it) %{_mandir}/it/man1/weechat.1*
75a1b040 263%lang(it) %{_mandir}/it/man1/weechat-headless.1*
be004e51 264%lang(ja) %{_mandir}/ja/man1/weechat.1*
75a1b040 265%lang(ja) %{_mandir}/ja/man1/weechat-headless.1*
cb1359d3 266%lang(pl) %{_mandir}/pl/man1/weechat.1*
75a1b040 267%lang(pl) %{_mandir}/pl/man1/weechat-headless.1*
cb1359d3 268%lang(ru) %{_mandir}/ru/man1/weechat.1*
75a1b040
JP
269%lang(ru) %{_mandir}/ru/man1/weechat-headless.1*
270%lang(sr) %{_mandir}/sr/man1/weechat.1*
271%lang(sr) %{_mandir}/sr/man1/weechat-headless.1*
c2372aac 272%endif
de60b6ba 273%{_desktopdir}/%{name}.desktop
7f12170a 274
cb1359d3
ER
275%dir %{_libdir}/%{name}
276%dir %{_libdir}/%{name}/plugins
277%attr(755,root,root) %{_libdir}/%{name}/plugins/alias.so
c2372aac 278%attr(755,root,root) %{_libdir}/%{name}/plugins/buflist.so
cb1359d3
ER
279%attr(755,root,root) %{_libdir}/%{name}/plugins/charset.so
280%attr(755,root,root) %{_libdir}/%{name}/plugins/exec.so
281%attr(755,root,root) %{_libdir}/%{name}/plugins/fifo.so
c2372aac 282%attr(755,root,root) %{_libdir}/%{name}/plugins/fset.so
cb1359d3 283%attr(755,root,root) %{_libdir}/%{name}/plugins/logger.so
cb1359d3
ER
284%attr(755,root,root) %{_libdir}/%{name}/plugins/script.so
285%attr(755,root,root) %{_libdir}/%{name}/plugins/trigger.so
67248240 286%attr(755,root,root) %{_libdir}/%{name}/plugins/typing.so
875a60b1 287
ead211ff
JP
288%files icons
289%defattr(644,root,root,755)
290%{_iconsdir}/hicolor/*/apps/weechat.png
291
875a60b1
ER
292%if %{with doc}
293%files doc
294%defattr(644,root,root,755)
295%dir %{_docdir}/%{name}
5fb273c2 296%lang(cs) %{_docdir}/%{name}/*.cs.html
875a60b1
ER
297%lang(de) %{_docdir}/%{name}/*.de.html
298%lang(en) %{_docdir}/%{name}/*.en.html
299%lang(es) %{_docdir}/%{name}/*.es.html
300%lang(fr) %{_docdir}/%{name}/*.fr.html
301%lang(it) %{_docdir}/%{name}/*.it.html
302%lang(ja) %{_docdir}/%{name}/*.ja.html
303%lang(pl) %{_docdir}/%{name}/*.pl.html
304%lang(ru) %{_docdir}/%{name}/*.ru.html
75a1b040 305%lang(sr) %{_docdir}/%{name}/*.sr.html
875a60b1 306%endif
6c402603
JP
307
308%if %{with guile}
309%files plugin-guile
310%defattr(644,root,root,755)
311%attr(755,root,root) %{_libdir}/%{name}/plugins/guile.so
8a318002 312%dir %{_datadir}/weechat/guile
6c402603
JP
313%endif
314
f118d56e
JP
315%files plugin-irc
316%defattr(644,root,root,755)
317%attr(755,root,root) %{_libdir}/%{name}/plugins/irc.so
318
6c402603
JP
319%if %{with js}
320%files plugin-javascript
321%defattr(644,root,root,755)
322%attr(755,root,root) %{_libdir}/%{name}/plugins/javascript.so
8a318002 323%dir %{_datadir}/weechat/javascript
6c402603
JP
324%endif
325
326%if %{with lua}
327%files plugin-lua
328%defattr(644,root,root,755)
329%attr(755,root,root) %{_libdir}/%{name}/plugins/lua.so
8a318002 330%dir %{_datadir}/weechat/lua
6c402603
JP
331%endif
332
333%if %{with perl}
334%files plugin-perl
335%defattr(644,root,root,755)
336%attr(755,root,root) %{_libdir}/%{name}/plugins/perl.so
8a318002 337%dir %{_datadir}/weechat/perl
6c402603
JP
338%endif
339
340%if %{with python}
341%files plugin-python
342%defattr(644,root,root,755)
343%attr(755,root,root) %{_libdir}/%{name}/plugins/python.so
8a318002 344%dir %{_datadir}/weechat/python
6c402603
JP
345%endif
346
f118d56e
JP
347%files plugin-relay
348%defattr(644,root,root,755)
349%attr(755,root,root) %{_libdir}/%{name}/plugins/relay.so
350
6c402603
JP
351%if %{with ruby}
352%files plugin-ruby
353%defattr(644,root,root,755)
354%attr(755,root,root) %{_libdir}/%{name}/plugins/ruby.so
8a318002 355%dir %{_datadir}/weechat/ruby
6c402603
JP
356%endif
357
358%if %{with aspell}
359%files plugin-spell
360%defattr(644,root,root,755)
361%attr(755,root,root) %{_libdir}/%{name}/plugins/spell.so
362%endif
363
364%if %{with tcl}
365%files plugin-tcl
366%defattr(644,root,root,755)
367%attr(755,root,root) %{_libdir}/%{name}/plugins/tcl.so
8a318002 368%dir %{_datadir}/weechat/tcl
6c402603 369%endif
f118d56e
JP
370
371%files plugin-xfer
372%defattr(644,root,root,755)
373%attr(755,root,root) %{_libdir}/%{name}/plugins/xfer.so
This page took 0.280748 seconds and 4 git commands to generate.