From 1d26f8c1964de64d5b5ebc58e26f97322ed8a6d6 Mon Sep 17 00:00:00 2001 From: tuibuilder_pel7x64builder0 Date: Wed, 25 Apr 2018 16:50:52 +0200 Subject: [PATCH] added weechat package Signed-off-by: tuibuilder_pel7x64builder0 --- SPECS/weechat.spec | 385 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 385 insertions(+) create mode 100644 SPECS/weechat.spec diff --git a/SPECS/weechat.spec b/SPECS/weechat.spec new file mode 100644 index 0000000..8d5b187 --- /dev/null +++ b/SPECS/weechat.spec @@ -0,0 +1,385 @@ +%global _hardened_build 1 +%global __provides_exclude_from ^%{_libdir}/weechat/plugins/.*$ + +%if %{?_pkgdocdir:1}0 +%global _doc %{name} +%else +%global _doc %{name}-%{version} +%global _pkgdocdir %{_docdir}/%{_doc} +%endif + +Name: weechat +Version: 2.0.1 +Release: 3%{?dist} + +Summary: Portable, fast, light and extensible IRC client +URL: http://weechat.org +Group: Applications/Communications +License: GPLv3 + +Source: http://weechat.org/files/src/%{name}-%{version}.tar.bz2 +# /usr/bin/ld: CMakeFiles/charset.dir/charset.o: +# relocation R_X86_64_PC32 against symbol `weechat_charset_plugin' +# can not be used when making a shared object; recompile with -fPIC +Patch0: weechat-1.0.1-plugins-fPIC.patch + +BuildRequires: asciidoctor >= 1.5.4 +BuildRequires: ca-certificates +BuildRequires: cmake +BuildRequires: docbook-style-xsl +BuildRequires: enchant-devel +BuildRequires: gettext +BuildRequires: gnutls-devel +BuildRequires: guile-devel +BuildRequires: libcurl-devel +BuildRequires: libgcrypt-devel +BuildRequires: lua-devel +BuildRequires: ncurses-devel +BuildRequires: perl-ExtUtils-Embed +BuildRequires: perl-devel +BuildRequires: pkgconfig +BuildRequires: python2-devel +BuildRequires: ruby +BuildRequires: ruby-devel +BuildRequires: source-highlight +BuildRequires: tcl-devel +%ifarch %{ix86} x86_64 %{arm} +# https://bugzilla.redhat.com/show_bug.cgi?id=1338728 +# https://github.com/weechat/weechat/issues/360 +%if 0%{?rhel} || 0%{?fedora} < 25 +BuildRequires: v8-devel +%endif +%endif +BuildRequires: zlib-devel + +%description +WeeChat (Wee Enhanced Environment for Chat) is a portable, fast, light and +extensible IRC client. Everything can be done with a keyboard. +It is customizable and extensible with scripts. + +%package devel +Summary: Development files for weechat +Group: Development/Libraries +Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: pkgconfig + +%description devel +WeeChat (Wee Enhanced Environment for Chat) is a portable, fast, light and +extensible IRC client. Everything can be done with a keyboard. +It is customizable and extensible with scripts. + +This package contains include files and pc file for weechat. + + +%prep +%setup -q -n %{name}-%{version} +%patch0 -p1 +find doc/ -type f -name 'CMakeLists.txt' \ + -exec sed -i -e 's#${PROJECT_NAME}#%{_doc}#g' '{}' \; + + +%build +mkdir build +pushd build +%cmake \ + -DPREFIX=%{_prefix} \ + -DLIBDIR=%{_libdir} \ + -DENABLE_ENCHANT=ON \ + -DENABLE_DOC=ON \ + -DENABLE_MAN=ON \ +%if 0%{?fedora} >= 25 + -DENABLE_JAVASCRIPT=OFF \ +%endif + -DCA_FILE=/etc/pki/tls/certs/ca-bundle.crt \ + .. +make VERBOSE=1 %{?_smp_mflags} +popd + + +%install +rm -rf $RPM_BUILD_ROOT +pushd build +make install DESTDIR="$RPM_BUILD_ROOT" +popd + +%find_lang %name + + +%files -f %{name}.lang +%doc AUTHORS.adoc ChangeLog.adoc Contributing.adoc +%doc COPYING README.adoc ReleaseNotes.adoc +%{_bindir}/%{name}-curses +%{_bindir}/%{name} +%dir %{_libdir}/%{name} +%dir %{_libdir}/%{name}/plugins +%{_libdir}/%{name}/plugins/* +%{_datadir}/icons/hicolor/32x32/apps/%{name}.png +%{_pkgdocdir}/weechat_*.html + +%{_mandir}/man1/weechat.1* +%{_mandir}/cs/man1/weechat.1* +%{_mandir}/de/man1/weechat.1* +%{_mandir}/fr/man1/weechat.1* +%{_mandir}/it/man1/weechat.1* +%{_mandir}/ja/man1/weechat.1* +%{_mandir}/pl/man1/weechat.1* +%{_mandir}/ru/man1/weechat.1* + +%files devel +%dir %{_includedir}/%{name} +%{_includedir}/%{name}/weechat-plugin.h +%{_libdir}/pkgconfig/*.pc + + +%changelog +* Fri Feb 09 2018 Iryna Shcherbina - 2.0.1-3 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + +* Fri Feb 09 2018 Fedora Release Engineering - 2.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Jan 31 2018 Paul Komkoff - 2.0.1-1 +- Update to 2.0.1 (#1528100) + +* Sat Jan 20 2018 Björn Esser - 1.9.1-3 +- Rebuilt for switch to libxcrypt + +* Fri Jan 05 2018 Mamoru TASAKA - 1.9.1-2 +- F-28: rebuild for ruby25 + +* Sat Sep 23 2017 Fedora Release Monitoring - 1.9.1-1 +- Update to 1.9.1 (#1494835) + +* Thu Aug 03 2017 Fedora Release Engineering - 1.9-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 1.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Jun 30 2017 Paul Komkoff - 1.9-1 +- new upstream version 1.9 #1450583 + +* Sun Jun 04 2017 Jitka Plesnikova - 1.7.1-2 +- Perl 5.26 rebuild + +* Sun Apr 30 2017 Kevin Fenzi - 1.7.1-1 +- Update to 1.7.1. Fixes bug #1413366 +- Fix for CVE-2017-8073 + +* Sat Feb 11 2017 Fedora Release Engineering - 1.6-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Fri Jan 13 2017 Mamoru TASAKA - 1.6-3 +- F-26: rebuild for ruby24 + +* Sat Nov 26 2016 Paul Komkoff - 1.6-2 +- add version constraint for asciidoctor. + +* Sun Nov 20 2016 Paul Komkoff - 1.6-1 +- new upstream version 1.6 (#1297198) + +* Thu Jul 21 2016 Than Ngo - 1.5-2 +- Rebuilt for glibc: Revert sendmsg/recvmsg ABI changes + +* Sun Jun 05 2016 Jamie Nguyen - 1.5-1 +- update to upstream release 1.5 +- temporarily disable v8 on rawhide (25) + +* Tue May 17 2016 Jitka Plesnikova - 1.4-4 +- Perl 5.24 rebuild + +* Fri Feb 05 2016 Fedora Release Engineering - 1.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Thu Jan 14 2016 Vít Ondruch - 1.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.3 + +* Sun Jan 10 2016 Jamie Nguyen - 1.4-1 +- update to upstream release 1.4 + +* Mon Sep 14 2015 Paul Komkoff - 1.3-2 +- Trying to fix broken build. + +* Sat Sep 05 2015 Paul Komkoff - 1.3-1 +- new upstream version (#1254000) + +* Fri Jun 19 2015 Fedora Release Engineering - 1.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Wed Jun 03 2015 Jitka Plesnikova - 1.2-3 +- Perl 5.22 rebuild + +* Fri May 22 2015 Dan Horák - 1.2-2 +- v8 is available only on selected arches (#1221689) + +* Sun May 10 2015 Paul Komkoff - 1.2-1 +- new upstream version (#1220153) + +* Sun Mar 8 2015 Paul Komkoff - 1.1.1-1 +- new upstream version (#1181572) + +* Sat Jan 17 2015 Mamoru TASAKA - 1.0.1-3 +- Rebuild for https://fedoraproject.org/wiki/Changes/Ruby_2.2 +- Build plugins with -fPIC + +* Wed Oct 22 2014 Jamie Nguyen - 1.0.1-2 +- fix default ca-bundle.crt location (#1151748) + +* Sun Sep 28 2014 Jamie Nguyen - 1.0.1-1 +- update to upstream release 1.0.1 + +* Sat Sep 20 2014 Jamie Nguyen - 1.0-3 +- patch from upstream to fix FTBFS (#1144761) + +* Sat Sep 20 2014 Jamie Nguyen - 1.0-2 +- add conditionals for versioned/unversioned documentation directory + +* Sat Sep 13 2014 Jamie Nguyen - 1.0-1 +- update to upstream release 1.0 +- add %%{?_isa} to Requires +- add additional BR: asciidoc ca-certificates guile-devel source-highlight +- add man page and docs +- temporarily add cflags when building on rawhide (fedora 21) due to FTBFS + +* Mon Aug 18 2014 Fedora Release Engineering - 0.4.3-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Sun Jun 08 2014 Fedora Release Engineering - 0.4.3-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Wed May 21 2014 Jaroslav Škarvada - 0.4.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Changes/f21tcl86 + +* Tue Apr 29 2014 Vít Ondruch - 0.4.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.1 + +* Wed Apr 09 2014 Russell Golden - 0.4.3-2 +- Build and patch for el6 + - This is a _nasty_ hack intended solely to get the binary working. + - The binary does seem to work whether or not aspell is enabled. + +* Sun Feb 16 2014 Jamie Nguyen - 0.4.3-1 +- update to upstream release 0.4.3 + +* Mon Nov 11 2013 Paul Komkoff - 0.4.2-4 +- enable enchant detection / aspell build. + +* Fri Nov 08 2013 Russell Golden - 0.4.2-3 +- Forgot to remove the patch1 instruction + +* Fri Nov 08 2013 Russell Golden - 0.4.2-2 +- Forgot to remove 0.4.1 from the sources file. (Rawhide only.) + +* Fri Nov 08 2013 Russell Golden - 0.4.2-1 +- rename binary from "weechat-curses" to "weechat" (with symbolic link "weechat-curses" for compatibility) +- add secured data (encryption of passwords or private data), new command /secure, new file sec.conf +- search of regular expression in buffer with text emphasis, in prefixes, messages or both +- add option "scroll_beyond_end" for command /window +- add optional buffer context in bar items (for example to display bitlbee nicklist in a root bar) +- new options weechat.look.hotlist_{prefix|suffix} +- new option weechat.look.key_bind_safe to prevent any key binding error from user +- new option weechat.network.proxy_curl to use a proxy when downloading URLs with curl +- display day change message dynamically +- support of wildcards in IRC commands (de)op/halfop/voice +- new option irc.look.notice_welcome_redirect to redirect channel welcome notices to the channel buffer +- new option irc.look.nick_color_hash: new hash algorithm to find nick colors (variant of djb2) +- add info about things defined by a script in the detailed view of script (/script show) +- support of "enchant" library in aspell plugin +- many bugs fixed. +- no more man page by default + +* Sun Aug 04 2013 Jamie Nguyen - 0.4.1-3 +- add BR: libgcrypt-devel + +* Sun Aug 04 2013 Fedora Release Engineering - 0.4.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Tue May 28 2013 Jamie Nguyen - 0.4.1-1 +- update to upstream release 0.4.1 +- clean old changelog entries +- fix enchant patch set +- Ruby 2.0 crash now fixed upstream + +* Tue Apr 02 2013 Jamie Nguyen - 0.4.0-7 +- filter out automatically generated Provides that shouldn't be there (#947399) + +* Sat Mar 30 2013 Jamie Nguyen - 0.4.0-6 +- enable _hardened_build as weechat matches the "long running" criteria +- remove redundant PIE patch + +* Fri Mar 29 2013 Jamie Nguyen - 0.4.0-5 +- fix crash with Ruby 2.0 + +* Wed Mar 13 2013 Jamie Nguyen - 0.4.0-4 +- rebuild with Ruby 2.0.0 +- add patch to properly obtain the version of ruby +- fix bogus dates in older changelog entries + +* Fri Feb 15 2013 Fedora Release Engineering - 0.4.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Tue Jan 22 2013 Jamie Nguyen - 0.4.0-2 +- reimplement enchant support as a separate patch +- implement additional enchant support for displaying spelling suggestions + in weechat_aspell_get_suggestions(), which is a new function introduced by + upstream in 0.4.0 + +* Mon Jan 21 2013 Jamie Nguyen - 0.4.0-1 +- update to upstream release 0.4.0 +- add CMAKE options (DPREFIX and DLIBDIR) which negate the need to patch +- remove enchant patches to keep close to upstream + +* Sun Dec 02 2012 Paul Komkoff - 0.3.9.2-2 +- add zlib-devel dependency for epel6/ppc build + +* Sat Dec 1 2012 Paul P. Komkoff Jr - 0.3.9.2-1 +- new upstream, long overdue + +* Mon Nov 19 2012 Paul P. Komkoff Jr - 0.3.8-4 +- fix bz#878025 + +* Fri Nov 09 2012 Paul P. Komkoff Jr - 0.3.8-3 +- fix bz#875181 + +* Sun Jul 22 2012 Fedora Release Engineering - 0.3.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Tue Jun 26 2012 Russell Golden - 0.3.8-1 +- New upstream version + +* Fri Mar 16 2012 Paul P. Komkoff Jr - 0.3.7-1 +- new upstream version + +* Wed Feb 08 2012 Bohuslav Kabrda - 0.3.6-2 +- Rebuilt for Ruby 1.9.3. + +* Wed Jan 18 2012 Paul P. Komkoff Jr - 0.3.6-1 +- new upstream version + +* Sat Jan 14 2012 Fedora Release Engineering - 0.3.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Thu Nov 10 2011 Paul P. Komkoff Jr - 0.3.5-2 +- rebuilt + +* Thu Jun 2 2011 Paul P. Komkoff Jr - 0.3.5-1 +- new upstream version + +* Mon Feb 07 2011 Fedora Release Engineering - 0.3.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Sat Aug 28 2010 Paul P. Komkoff Jr - 0.3.3-2 +- fixed cmake config to accept python27 + +* Wed Aug 25 2010 Paul P. Komkoff Jr - 0.3.3-1 +- new upstream version + +* Tue Jul 27 2010 David Malcolm - 0.3.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild + +* Fri May 7 2010 Paul P. Komkoff Jr - 0.3.2-2 +- spec file fix + +* Thu May 6 2010 Paul P. Komkoff Jr - 0.3.2-1 +- new upstream version