Summary: CAS plugin for hexchat based on Yacas Name: xcyacas Version: 0.21 Release: 1%{?dist} License: GPLv2 URL: http://tigcc.ticalc.org/webchat.html # ./release.sh %{name} %{version} Source0: %{name}-%{version}.tar.xz Source1: release.sh BuildRequires: cmake make gcc-c++ %description %{summary}. %prep %setup -q %build ./build.sh %install mkdir -p %{buildroot}%{_libdir}/hexchat/plugins cp -pf xcyacas.so %{buildroot}%{_libdir}/hexchat/plugins/ mkdir -p %{buildroot}%{_datadir}/xcyacas cp -prf yacas/scripts/*.rep yacas/scripts/examples yacas/scripts/*.ys \ yacas/scripts/*.ys.def %{buildroot}%{_datadir}/xcyacas/ %files %license license.txt %dir %{_libdir}/hexchat %dir %{_libdir}/hexchat/plugins %{_libdir}/hexchat/plugins/xcyacas.so %{_datadir}/xcyacas/ %changelog * Fri Dec 25 2015 Kevin Kofler - 0.21-1 - update to 0.21 (fixes timeout handling with Yacas 1.3.6) * Fri Dec 25 2015 Kevin Kofler - 0.20-1 - update to 0.20 from SVN (adds HexChat support, rebases bundled Yacas to 1.3.6) - remove obsolete specfile constructs - update Summary and %%description to refer to hexchat, not xchat - add license.txt as %%license - update plugin directory, own it (until we can require hexchat OR hexchat-text) - BuildRequires: cmake make gcc-c++ * Wed Sep 29 2010 Kevin Kofler - 0.19-1 - new release, uses a complete config.h to fix the Sqrt bug * Wed Sep 22 2010 Kevin Kofler - 0.18-1 - new release, fixes support for private messages on the bot * Wed Sep 22 2010 Kevin Kofler - 0.17-1 - new release, fixes crash in support for private messages on the bot * Wed Sep 22 2010 Kevin Kofler - 0.16-1 - new release, adds support for private messages on the bot * Wed Sep 22 2010 Kevin Kofler - 0.15-1 - first Fedora package