Name: epic5 Version: 1.0 Release: 1%{?dist} Summary: An ircII chat client Group: Applications/Communications License: Freely redistributable without restriction and BSD URL: http://www.epicsol.org/ Source0: http://ftp.epicsol.org/pub/epic/EPIC5-PRODUCTION/epic5-%{version}.tar.bz2 Source4: http://prdownloads.sourceforge.net/splitfire/sf-1.35.irc.gz Source5: http://splitfire.sourceforge.net/schemes/sf-bitchx-scheme.irc.gz Source6: http://splitfire.sourceforge.net/schemes/sf-eggsandham-scheme.irc.gz Source7: http://splitfire.sourceforge.net/schemes/sf-light-scheme.irc.gz Source8: http://splitfire.sourceforge.net/schemes/sf-perry-scheme.irc.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) #BuildRequires: #Requires: %description EPIC (Enhanced Programmable ircII Client) is an advanced ircII chat client. Chat clients connect to servers around the world, enabling you to chat with other people. This is version 5 of EPIC client. %prep %setup -q %build %configure # fallback to non-smp version, there is something wrong with epic5 make %{?_smp_mflags} || make rm -rf doc/CVS %install rm -rf $RPM_BUILD_ROOT make install \ prefix=$RPM_BUILD_ROOT%{_prefix} \ exec_prefix=$RPM_BUILD_ROOT%{_prefix} \ bindir=$RPM_BUILD_ROOT%{_bindir} \ libexecdir=$RPM_BUILD_ROOT%{_libexecdir} \ sharedir=$RPM_BUILD_ROOT%{_datadir} \ mandir=$RPM_BUILD_ROOT%{_mandir} for file in %{SOURCE4} %{SOURCE5} %{SOURCE6} %{SOURCE7} %{SOURCE8}; do sNAME=`echo $file | sed -e 's/\.gz$//'`; bNAME=`basename $sNAME`; zcat $file | sed -e 's/^\(\^set HELP_PATH.*\)/#\1/' > $bNAME; install $bNAME $RPM_BUILD_ROOT/usr/share/epic5/script/ done; %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc BUG_FORM COPYRIGHT KNOWNBUGS README README-CRYPTO UPDATES VOTES doc %{_bindir}/* %{_libexecdir}/epic5-wserv4 %{_datadir}/epic5 %{_mandir}/man1/* %changelog * Mon Jun 08 2009 Ján ONDREJ (SAL) - 1.0-1 - first release of version 5 client