Name: irc-otr Version: 1.0.2 Release: 1%{?dist} Summary: Off-The-Record Messaging plugin for irssi Group: Applications/Internet License: GPLv2+ URL: https://github.com/cryptodotis/irssi-otr Source: https://github.com/cryptodotis/irssi-otr/archive/v%{version}.tar.gz#/irssi-otr-%{version}.tar.gz Provides: irssi-otr = %{version}-%{release} Obsoletes: irssi-otr < 1.0.0-1 BuildRequires: glib2-devel >= 2.13 BuildRequires: irssi-devel >= 0.8.15 BuildRequires: libotr-devel >= 4.1.0 BuildRequires: libgcrypt-devel >= 1.5.0 BuildRequires: pkgconfig BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool %description This provides modules which implement Off-The-Record (OTR) Messaging for the irssi IRC client. %prep %setup -q -n irssi-otr-%{version} %build ./bootstrap %configure --with-irssi-module-dir=%{_libdir}/irssi/modules make %{?_smp_mflags} %install make install DESTDIR=$RPM_BUILD_ROOT chmod +x $RPM_BUILD_ROOT%{_libdir}/irssi/modules/libotr.so %files %doc README.md ChangeLog %license LICENSE %{_libdir}/irssi/modules/libotr.so %{_datadir}/irssi/help/otr %changelog * Mon Jan 02 2017 Paul Wouters - 1.0.2-1 - Updated to 1.0.2 (rhbz# 1357195) - Minor cleanup in spec file * Thu Feb 04 2016 Fedora Release Engineering - 1.0.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Jun 17 2015 Fedora Release Engineering - 1.0.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Aug 16 2014 Fedora Release Engineering - 1.0.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering - 1.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Tue Apr 1 2014 Conrad Meyer - 1.0.0-3 - Add Provides: for irssi-otr * Tue Apr 1 2014 Conrad Meyer - 1.0.0-2 - Martin is right again: correctly use the Github hash-based tarball * Tue Apr 1 2014 Conrad Meyer - 1.0.0-1 - Rebase on new irssi-otr upstream, thanks Martin Milata (rh# 1074217) * Sat Dec 14 2013 Conrad Meyer - 0.3-9.git9ea5cc4 - Bump to git HEAD for libotr 4.0.0 update (# 992580) * Sat Aug 03 2013 Fedora Release Engineering - 0.3-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Thu Feb 14 2013 Fedora Release Engineering - 0.3-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Thu Jul 19 2012 Fedora Release Engineering - 0.3-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Fri Jan 13 2012 Fedora Release Engineering - 0.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Wed Feb 09 2011 Fedora Release Engineering - 0.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Fri Jul 24 2009 Fedora Release Engineering - 0.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Wed Feb 25 2009 Fedora Release Engineering - 0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Sun Feb 15 2009 Conrad Meyer - 0.3-1 - Bump to 0.3. - Build for xchat also. * Thu Jul 17 2008 Conrad Meyer - 0.2-1 - Initial package.