Name: bnIRC Version: 1.1.2 Release: 1%{?dist} Summary: An ncurses based IRC client Group: Applications/Internet License: GPLv2 URL: http://sourceforge.net/projects/bnirc/ Source0: http://downloads.sourceforge.net/bnirc/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: python-devel BuildRequires: ncurses-devel %description bnIRC is an ncurses based IRC client and modular IRC framework. bnIRC is extendable through the use of plugins written in Python. %package devel Summary: Development files and libraries for bnIRC Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel This package contains all development packages required to create plugins for bnIRC as well as all librarires required by bnIRC. %prep %setup -q %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR="$RPM_BUILD_ROOT" INSTALL="install -p" %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc AUTHORS COPYING FAQ README TODO %{_bindir}/* %{_datadir}/%{name}-%{version} %{_mandir}/man?/* %{_libdir}/bnIRC/* %{_libdir}/libbnirc.so.0 %{_libdir}/libbnirc.so.0.0.0 %exclude %{_libdir}/libbnirc.a %exclude %{_libdir}/libbnirc.la %post devel -p /sbin/ldconfig %postun devel -p /sbin/ldconfig %files devel %defattr(-,root,root,-) %{_libdir}/libbnirc.so %{_includedir}/* %changelog * Thu Jul 2 2009 Tom Wisniewski - 1.1.2-1 - First package for version 1.1.2.