Blob Blame History Raw
Summary: IrcII chat client
Name: BitchX
Version: 1.2
Release: 6%{?dist}
License: BSD and GPLv2+
Group: Applications/Communications
URL: http://vicodan.fedorapeople.org/
Source0: BitchX1.2.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u}  -n)
BuildRequires: ncurses-devel openssl-devel glib2-devel 

%description
BitchX: The ultimate IRC client

%prep
%setup -q -n BitchX%{version} 

%build
%configure --with-plugins --with-ssl --enable-ipv6
gmake 

%install
make install DESTDIR=%{buildroot}

%clean
rm -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%{_bindir}/BitchX*
%{_bindir}/scr-bx
%{_libdir}/bx/
%{_mandir}/man1/*

%changelog
* Fri May 10 2012 Dan Mashal <vicodan@fedoraproject.org> 1.2-6
-Bugfix release

* Thu Apr 30 2012 Dan Mashal <vicodan@fedoraproject.org> 1.2-5
-New BitchX release to fix /detach and scr-bx with ipv6 support enabled

* Thu Apr 19 2012 Dan Mashal <vicodan@fedoraproject.org> 1.2-4
-Updated spec file, removed .o files in source tarball and source RPM
-Updated release versions in change log

* Tue Apr 17 2012 Dan Mashal <vicodan@fedoraproject.org> 1.2-3
-Updated spec file per rdieter's rpm package review.

* Mon Apr 16 2012 Dan Mashal <vicodan@fedoraproject.org> 1.2-2
-Received .patch from spot to patch Makefile to respect DESTDIR
-Received sponsorship from rdieter for submission review to Fedora.

* Sun Apr 08 2012 Dan Mashal <vicodan@fedoraproject.org> 1.2-1
- First rpm build