verdurin pushed to bwa (epel7). "Merge remote branch 'origin/f13/master'"

notifications at fedoraproject.org notifications at fedoraproject.org
Sat May 30 07:55:43 UTC 2015


From 91583482f9d00036ebdc95236fe048c40326cf4c Mon Sep 17 00:00:00 2001
From: Kevin Fenzi <kevin at fedoraproject.org>
Date: Mon, 7 Jun 2010 21:22:09 +0000
Subject: Initialize branch F-13 for bwa


diff --git a/branch b/branch
new file mode 100644
index 0000000..baa94ef
--- /dev/null
+++ b/branch
@@ -0,0 +1 @@
+F-13
-- 
cgit v0.10.2


From 35b6bd552b7b388963c162803eb52b70c23afc49 Mon Sep 17 00:00:00 2001
From: verdurin <verdurin at fedoraproject.org>
Date: Mon, 7 Jun 2010 23:07:58 +0000
Subject: Initial import


diff --git a/.cvsignore b/.cvsignore
index e69de29..0c196a9 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -0,0 +1 @@
+bwa-0.5.7.tar.bz2
diff --git a/bwa.spec b/bwa.spec
new file mode 100644
index 0000000..6495e18
--- /dev/null
+++ b/bwa.spec
@@ -0,0 +1,60 @@
+Name:           bwa
+Version:        0.5.7
+Release:        2%{?dist}
+Summary:        Burrows-Wheeler Alignment tool
+
+Group:          Applications/Engineering
+License:        GPLv3
+URL:            http://bio-bwa.sourceforge.net/
+Source0:        http://downloads.sourceforge.net/bio-%{name}/%{name}-%{version}.tar.bz2
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:  zlib-devel
+
+%description
+
+BWA is a program for aligning sequencing reads against a large
+reference genome (e.g. human genome). It has two major components, one
+for read shorter than 150bp and the other for longer reads.
+
+%prep
+%setup -q
+
+
+%build
+make %{?_smp_mflags} CFLAGS="%{optflags}"
+
+
+%install
+rm -rf %{buildroot}
+mkdir -p %{buildroot}/%{_bindir}
+mkdir -p %{buildroot}/%{_mandir}/man1
+
+install -m 0755 bwa %{buildroot}/%{_bindir}
+install -m 0755 solid2fastq.pl %{buildroot}/%{_bindir}
+install -m 0755 qualfa2fq.pl %{buildroot}/%{_bindir}
+
+install -m 0644 bwa.1 %{buildroot}/%{_mandir}/man1/bwa.1
+
+%clean
+rm -rf %{buildroot}
+
+
+%files
+%defattr(-,root,root,-)
+%doc COPYING NEWS 
+%{_mandir}/man1/%{name}.1*
+%{_bindir}/bwa
+%{_bindir}/qualfa2fq.pl
+%{_bindir}/solid2fastq.pl
+
+
+%changelog
+* Sat May 29 2010 Adam Huffman <bloch at verdurin.com> - 0.5.7-2
+- fix source URL
+- install manpage
+- fix cflags
+
+* Fri May 28 2010 Adam Huffman <bloch at verdurin.com> - 0.5.7-1
+- initial version
+
diff --git a/import.log b/import.log
new file mode 100644
index 0000000..c520c0e
--- /dev/null
+++ b/import.log
@@ -0,0 +1 @@
+bwa-0_5_7-2_fc12:F-13:bwa-0.5.7-2.fc12.src.rpm:1275952012
diff --git a/sources b/sources
index e69de29..a57686e 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+ec1e467ad7a0bc106b5f610f17d9e95a  bwa-0.5.7.tar.bz2
-- 
cgit v0.10.2


From 055244b0123c491b494b9e861caad5a8c212d1bf Mon Sep 17 00:00:00 2001
From: verdurin <verdurin at fedoraproject.org>
Date: Wed, 21 Jul 2010 15:39:02 +0000
Subject: New upstream release


diff --git a/.cvsignore b/.cvsignore
index 0c196a9..64507fc 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-bwa-0.5.7.tar.bz2
+bwa-0.5.8a.tar.bz2
diff --git a/bwa.spec b/bwa.spec
index 6495e18..1196e85 100644
--- a/bwa.spec
+++ b/bwa.spec
@@ -1,6 +1,6 @@
 Name:           bwa
-Version:        0.5.7
-Release:        2%{?dist}
+Version:        0.5.8a
+Release:        1%{?dist}
 Summary:        Burrows-Wheeler Alignment tool
 
 Group:          Applications/Engineering
@@ -50,6 +50,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Jul 20 2010 Adam Huffman <bloch at verdurin.com> - 0.5.8a-1
+- new upstream release
+
 * Sat May 29 2010 Adam Huffman <bloch at verdurin.com> - 0.5.7-2
 - fix source URL
 - install manpage
diff --git a/sources b/sources
index a57686e..00f7b45 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ec1e467ad7a0bc106b5f610f17d9e95a  bwa-0.5.7.tar.bz2
+4f34d6d1156f7259eb5a3c946f7f59db  bwa-0.5.8a.tar.bz2
-- 
cgit v0.10.2


From f11264dcb69e11d514793ea35d5ad227d87bde81 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering <rel-eng at lists.fedoraproject.org>
Date: Wed, 28 Jul 2010 11:20:17 +0000
Subject: dist-git conversion


diff --git a/.cvsignore b/.cvsignore
deleted file mode 100644
index 64507fc..0000000
--- a/.cvsignore
+++ /dev/null
@@ -1 +0,0 @@
-bwa-0.5.8a.tar.bz2
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..64507fc
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+bwa-0.5.8a.tar.bz2
diff --git a/Makefile b/Makefile
deleted file mode 100644
index d298cac..0000000
--- a/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Makefile for source rpm: bwa
-# $Id$
-NAME := bwa
-SPECFILE = $(firstword $(wildcard *.spec))
-
-define find-makefile-common
-for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
-endef
-
-MAKEFILE_COMMON := $(shell $(find-makefile-common))
-
-ifeq ($(MAKEFILE_COMMON),)
-# attept a checkout
-define checkout-makefile-common
-test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
-endef
-
-MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
-endif
-
-include $(MAKEFILE_COMMON)
diff --git a/branch b/branch
deleted file mode 100644
index baa94ef..0000000
--- a/branch
+++ /dev/null
@@ -1 +0,0 @@
-F-13
diff --git a/import.log b/import.log
deleted file mode 100644
index c520c0e..0000000
--- a/import.log
+++ /dev/null
@@ -1 +0,0 @@
-bwa-0_5_7-2_fc12:F-13:bwa-0.5.7-2.fc12.src.rpm:1275952012
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/bwa.git/commit/?h=epel7&id=391dae972053439eade0104b790594076760f4c9


More information about the scm-commits mailing list