Compare commits
No commits in common. "04fb4d2fdb608b3d07b7846193a6badbd79bb3b8" and "34f497e157e091ee97019714cc03327c44f0f22a" have entirely different histories.
04fb4d2fdb
...
34f497e157
BIN
samtools-1.12.tar.bz2
Normal file
BIN
samtools-1.12.tar.bz2
Normal file
Binary file not shown.
Binary file not shown.
@ -1,12 +1,12 @@
|
||||
Name: samtools
|
||||
Version: 1.17
|
||||
Release: 1
|
||||
Version: 1.12
|
||||
Release: 2
|
||||
Summary: Tools (written in C using htslib) for manipulating next-generation sequencing data
|
||||
License: MIT and BSD
|
||||
URL: http://www.htslib.org
|
||||
URL: http://www.htslib.org
|
||||
Source0: https://github.com/samtools/samtools/archive/%{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: gcc autoconf automake make zlib-devel htslib-devel ncurses-devel bzip2-devel xz-devel
|
||||
BuildRequires: gcc gdb autoconf automake make zlib-devel htslib-devel perl-Getopt-Long ncurses-devel bzip2-devel xz-devel
|
||||
|
||||
%description
|
||||
The original samtools package has been split into three separate but tightly coordinated projects:
|
||||
@ -15,16 +15,16 @@ The original samtools package has been split into three separate but tightly coo
|
||||
bcftools: calling and other tools for handling VCF, BCF
|
||||
See also http://github.com/samtools/
|
||||
|
||||
%package devel
|
||||
Summary: Header files and libraries for compiling against %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
%package devel
|
||||
Summary: Header files and libraries for compiling against %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
Header files and libraries for compiling against %{name}
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
%setup -q -n %{name}-%{version}
|
||||
|
||||
%build
|
||||
autoheader
|
||||
@ -36,6 +36,14 @@ autoconf -Wno-syntax
|
||||
%make_install
|
||||
install -d -m 0755 %{buildroot}%{_includedir}/bam
|
||||
install -p -m 0644 *.h %{buildroot}%{_includedir}/bam
|
||||
install -D -p -m 0755 libbam.a %{buildroot}%{_libdir}/libbam.a
|
||||
|
||||
%pre
|
||||
%preun
|
||||
%post
|
||||
%postun
|
||||
|
||||
%check
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
@ -46,21 +54,9 @@ install -p -m 0644 *.h %{buildroot}%{_includedir}/bam
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_includedir}/bam
|
||||
%{_libdir}/libbam.a
|
||||
|
||||
%changelog
|
||||
* Thu May 25 2023 guoyizhang <kuoi@bioarchlinux.org> - 1.17-1
|
||||
- update: 1.17
|
||||
|
||||
* Thu Mar 10 2022 herengui <herengui@uniontech.com> - 1.12-5
|
||||
- fix build error
|
||||
|
||||
* Tue Feb 08 2022 herengui <herengui@uniontech.com> - 1.12-4
|
||||
- rebuild for htslib version updated.
|
||||
|
||||
* Tue Jul 20 2021 herengui <herengui@uniontech.com> - 1.12-3
|
||||
- remove useless buildrequires.
|
||||
- replace tab with space
|
||||
|
||||
* Thu Mar 25 2021 herengui <herengui@uniontech.com> - 1.12-2
|
||||
- Add devel package
|
||||
|
||||
|
||||
@ -1,4 +0,0 @@
|
||||
version_control: github
|
||||
src_repo: samtools/samtools
|
||||
tag_prefix: ^
|
||||
separator: .
|
||||
Loading…
x
Reference in New Issue
Block a user