Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > by-pkgid > 52a7dff438b53a419a8b669329b0f8de > files > 2

sim4-20030921-3mdv2007.0.src.rpm

%define name		sim4
%define version		20030921
%define split_version	2003-09-21
%define release		%mkrel 3

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Program to align cDNA and genomic DNA
Group:		Sciences/Biology
License:	GPL
URL:		http://globin.cse.psu.edu
Source:		http://globin.cse.psu.edu/dist/sim4/%{name}.%{split_version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}

%description
sim4 is a similarity-based tool for aligning an expressed DNA sequence
(EST, cDNA, mRNA) with a genomic sequence for the gene.
It also detects end matches when the two input sequences overlap at one end
(i.e., the start of one sequence overlaps the end of the other)

Reference for Sim4:
L. Florea, G. Hartzell, Z. Zhang, G. Rubin, and W. Miller (1998)
"A computer program for aligning a cDNA sequence with a genomic DNA sequence."
Genome Research 8, 967-974.

%prep
%setup -n %{name}.%{split_version}

%build
%make CFLAGS="$RPM_OPT_FLAGS"

%install
rm -rf %{buildroot}
install -m 755 %{name} -D %{buildroot}%{_bindir}/%{name}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYRIGHT README.sim4 VERSION
%{_bindir}/%{name}

%changelog
* Fri Jun 23 2006 Eric Fernandez <zeb@zebulon.org.uk> 20030921-3mdv2007.0
- rebuild

* Mon Apr 25 2005 Guillaume Rousse <guillomovitch@mandriva.org> 20030921-1mdk
- New release 20030921
- spec cleanup

* Wed Aug 04 2004 Guillaume Rousse <guillomovitch@mandrake.org> 20020303-3mdk 
- rebuild

* Mon Aug 04 2003 Per Øyvind Karlsen <peroyvind@linux-mandrake.com> 20020303-2mdk
- rebuild
- rm -rf %{buildroot} in %%install, not %%prep
- cosmetics

* Sat Jan 25 2003 Guillaume Rousse <g.rousse@linux-mandrake.com> 20020303-1mdk
- first mdk release with a spec stolen from Luc Ducazu <luc@biolinux.org>