Summary: A cluster algoritm for graphs Name: mcl Version: 06.058 Release: 1 Copyright: GPL Group: Applications/Engineering Source: http://www.micans.org/mcl/src/mcl-06-058.tar.gz BuildRoot: /var/tmp/%{name}-buildroot %description The MCL algorithm is short for the Markov Cluster Algorithm, a fast and scalable unsupervised cluster algorithm for graphs based on simulation of (stochastic) flow in graphs. The algorithm was invented/discovered by Stijn van Dongen at the Centre for Mathematics and Computer Science (also known as CWI) in the Netherlands. %prep %setup -q -n %{name}-06-058 %build %configure --enable-blast --enable-tribe --disable-helpful-reminder %install rm -rf %{buildroot} make \ prefix=%{_prefix} \ exec_prefix=%{_exec_prefix} \ bindir=%{_bindir} \ sbindir=%{_sbindir} \ sysconfdir=%{_sysconfdir} \ datadir=%{_datadir} \ includedir=%{_includedir} \ libdir=%{_libdir} \ libexecdir=%{_libexecdir} \ localstatedir=%{_localstatedir} \ sharedstatedir=%{_sharedstatedir} \ mandir=%{_mandir} \ infodir=%{_infodir} \ install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f | sed "s|$RPM_BUILD_ROOT||" | tee filelist # Add '.gz' to all man pages, because rpmbuild gzips the pages in the background. sed -i 's|man/man.*|&.gz|' filelist %clean rm -rf $RPM_BUILD_ROOT %files -f filelist %changelog # Get date from `date +"%a %b %d %Y"` * Thu Aug 03 2006 Dan Thomasset - Created spec file