Compare commits

..

No commits in common. "04fb4d2fdb608b3d07b7846193a6badbd79bb3b8" and "34f497e157e091ee97019714cc03327c44f0f22a" have entirely different histories.

4 changed files with 18 additions and 26 deletions

BIN
samtools-1.12.tar.bz2 Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,12 +1,12 @@
Name: samtools Name: samtools
Version: 1.17 Version: 1.12
Release: 1 Release: 2
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 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 %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
%autosetup %setup -q -n %{name}-%{version}
%build %build
autoheader autoheader
@ -36,6 +36,14 @@ 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
@ -46,21 +54,9 @@ install -p -m 0644 *.h %{buildroot}%{_includedir}/bam
%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

View File

@ -1,4 +0,0 @@
version_control: github
src_repo: samtools/samtools
tag_prefix: ^
separator: .