Compare commits
11 Commits
34f497e157
...
04fb4d2fdb
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
04fb4d2fdb | ||
|
|
260c2732a4 | ||
|
|
07c5fb7310 | ||
|
|
e52c477630 | ||
|
|
633d486345 | ||
|
|
05b6699e1d | ||
|
|
be76bbec43 | ||
|
|
78d2bc2297 | ||
|
|
64cd2a23db | ||
|
|
7c4c11125f | ||
|
|
2f112642e6 |
Binary file not shown.
BIN
samtools-1.17.tar.bz2
Normal file
BIN
samtools-1.17.tar.bz2
Normal file
Binary file not shown.
@ -1,12 +1,12 @@
|
|||||||
Name: samtools
|
Name: samtools
|
||||||
Version: 1.12
|
Version: 1.17
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Tools (written in C using htslib) for manipulating next-generation sequencing data
|
Summary: Tools (written in C using htslib) for manipulating next-generation sequencing data
|
||||||
License: MIT and BSD
|
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
|
Source0: https://github.com/samtools/samtools/archive/%{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
BuildRequires: gcc gdb autoconf automake make zlib-devel htslib-devel perl-Getopt-Long ncurses-devel bzip2-devel xz-devel
|
BuildRequires: gcc autoconf automake make zlib-devel htslib-devel ncurses-devel bzip2-devel xz-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The original samtools package has been split into three separate but tightly coordinated projects:
|
The original samtools package has been split into three separate but tightly coordinated projects:
|
||||||
@ -24,7 +24,7 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
Header files and libraries for compiling against %{name}
|
Header files and libraries for compiling against %{name}
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%autosetup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoheader
|
autoheader
|
||||||
@ -36,14 +36,6 @@ autoconf -Wno-syntax
|
|||||||
%make_install
|
%make_install
|
||||||
install -d -m 0755 %{buildroot}%{_includedir}/bam
|
install -d -m 0755 %{buildroot}%{_includedir}/bam
|
||||||
install -p -m 0644 *.h %{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
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
@ -54,9 +46,21 @@ install -D -p -m 0755 libbam.a %{buildroot}%{_libdir}/libbam.a
|
|||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_includedir}/bam
|
%{_includedir}/bam
|
||||||
%{_libdir}/libbam.a
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Mar 25 2021 herengui <herengui@uniontech.com> - 1.12-2
|
||||||
- Add devel package
|
- Add devel package
|
||||||
|
|
||||||
|
|||||||
4
samtools.yaml
Normal file
4
samtools.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: github
|
||||||
|
src_repo: samtools/samtools
|
||||||
|
tag_prefix: ^
|
||||||
|
separator: .
|
||||||
Loading…
x
Reference in New Issue
Block a user