Sophie

Sophie

distrib > Mandriva > 10.1 > i586 > by-pkgid > ff7a170d5d4cfe280cbc55b910737bec > files > 3

readseq-19930201-3mdk.src.rpm

%define name		readseq
%define version		19930201
%define release		3mdk

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Reads and writes nucleic/protein sequences in various formats
Group:		Sciences/Biology
License:	Public Domain
URL:		http://iubio.bio.indiana.edu/soft/molbio/readseq/
Source:		%{name}-%{version}.tar.bz2
Patch:		%{name}.makefile.patch.bz2
BuildRoot:      %{_tmppath}/%{name}-buildroot

%description
Readseq is a program for converting among several biosequence file formats,
by D. Gilbert. These formats are currently understood by readseq:

  * ASN.1 format used by NCBI
  * DNAStrider, for common Mac program
  * EMBL, EMBL flatfile format
  * Fitch format, limited use
  * GCG, single sequence format of GCG software
  * GenBank/GB, genbank flatfile format
  * IG/Stanford, used by Intelligenetics and others
  * MSF multi sequence format used by GCG software
  * NBRF format
  * Olsen, format printed by Olsen VMS sequence editor. Input only.
  * PAUP's multiple sequence (NEXUS) format
  * Pearson/Fasta, a common format used by Fasta programs and others
  * Phylip3.2, sequential format for Phylip programs
  * Phylip, interleaved format for Phylip programs (v3.3, v3.4)
  * PIR/CODATA format used by PIR
  * Plain/Raw, sequence data only (no name, document, numbering)
  * Pretty print with various options for nice looking output. Output only.
  * Zuker format, limited use. Input only.

%prep
rm -rf $RPM_BUILD_ROOT
%setup
%patch

%build
export CFLAGS=$RPM_OPT_FLAGS
make build

%install
install -d -m 755 $RPM_BUILD_ROOT%{_bindir}
install -m 755 %{name} $RPM_BUILD_ROOT%{_bindir}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc Readme Readseq.help Formats
%{_bindir}/%{name}

%changelog
* Thu Jul 22 2004 Guillaume Rousse <guillomovitch@mandrake.org> 19930201-3mdk 
- rebuild

* Sat Feb 28 2004 Guillaume Rousse <guillomovitch@mandrake.org> 19930201-2mdk
- rebuild

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