]> git.pld-linux.org Git - packages/fastx_toolkit.git/blob - fastx_toolkit.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/fastx_toolkit.git] / fastx_toolkit.spec
1 %include        /usr/lib/rpm/macros.perl
2 Summary:        The FASTX-Toolkit is a collection of command line tools for Short-Reads FASTA/FASTQ files preprocessing
3 #Summary(pl.UTF-8):     -
4 Name:           fastx_toolkit
5 Version:        0.0.13
6 Release:        1
7 License:        AGPL v3
8 Group:          Applications/Science
9 Source0:        http://hannonlab.cshl.edu/fastx_toolkit/%{name}-%{version}.tar.bz2
10 # Source0-md5:  6d233ff4ae3d52c457d447179f073a56
11 URL:            http://hannonlab.cshl.edu/fastx_toolkit/index.html
12 BuildRequires:  libgtextutils-devel
13 BuildRequires:  perl-devel >= 1:5.8.0
14 BuildRequires:  rpm-perlprov >= 4.1-13
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 The FASTX-Toolkit is a collection of command line tools for
19 Short-Reads FASTA/FASTQ files preprocessing.
20
21 #%description -l pl.UTF-8
22
23 %prep
24 %setup -q
25
26 %{__sed} -i -e '1s,^#!.*bash,#!/bin/bash,' scripts/*.sh
27
28 %build
29 %configure \
30         --disable-wall
31
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %{__make} install \
38         DESTDIR=$RPM_BUILD_ROOT
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc AUTHORS COPYING NEWS README THANKS
46 %attr(755,root,root) %{_bindir}/*
This page took 0.101529 seconds and 3 git commands to generate.