sagitter pushed to seqan (f21). "Added python-sphinx_rtd_theme as BR package"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri May 15 16:23:12 UTC 2015


From 3a4ec084af77c3d8ec6bff8d385cfc371ab11adc Mon Sep 17 00:00:00 2001
From: sagitter <sagitterATfedoraprojectDOTorg>
Date: Thu, 5 Feb 2015 17:31:13 +0100
Subject: Added python-sphinx_rtd_theme as BR package


diff --git a/seqan.spec b/seqan.spec
index 9270e13..f3f76d4 100644
--- a/seqan.spec
+++ b/seqan.spec
@@ -1,7 +1,7 @@
 Name:      seqan
 Summary:   Open source C++ library of efficient algorithms and data structures
 Version:   2.0.0
-Release:   0.2.rc1%{?dist}
+Release:   0.3.rc1%{?dist}
 License:   BSD and GPLv3+ and LGPLv3+
 URL:       http://www.seqan.de/
 Source0:   https://github.com/seqan/seqan/archive/seqan-v%{version}-rc1.tar.gz#/seqan-seqan-v%{version}-rc1.tar.gz
@@ -15,7 +15,7 @@ BuildRequires: qt4-devel >= 4.7
 BuildRequires: cmake >= 2.8 
 BuildRequires: llvm-devel, bzip2-devel, zlib-devel, boost-devel
 BuildRequires: coin-or-lemon-devel, openmpi-devel, libstdc++-static
-BuildRequires: python-sphinx
+BuildRequires: python-sphinx, python-sphinx_rtd_theme
 
 ## Test
 BuildRequires: python2-devel, python-nose, pytest, python-jinja2
@@ -93,9 +93,6 @@ mkdir -p %{buildroot}%{_includedir}/seqan
 cp -pr include/seqan/* %{buildroot}%{_includedir}/seqan
 cp -pr include/seqan/* %{buildroot}%{_includedir}/seqan
 
-## Rename 'join' binary file; it conflicts with the one owned by 'coreutils' package
-##mv %{buildroot}%{_bindir}/join %{buildroot}%{_bindir}/searchjoin
-
 ## Fix executable permissions
 for i in `find %{buildroot}%{_bindir} -perm /644 -type f \( -name "*.sh" \)`; do
 chmod a+x $i
@@ -103,11 +100,7 @@ done
 
 %check
 pushd build/Release
-%ifarch %{arm}
 ctest --force-new-ctest-process -V
-%else
-ctest --force-new-ctest-process -V %{?_smp_mflags}
-%endif
 
 %files
 %license BSD.txt GPLv3+.txt LGPLv3+.txt 
@@ -123,6 +116,9 @@ ctest --force-new-ctest-process -V %{?_smp_mflags}
 %{_includedir}/seqan/
 
 %changelog
+* Thu Feb 05 2015 Antonio Trande <sagitterATfedoraproject.org> - 2.0.0-0.3.rc1
+- Added python-sphinx_rtd_theme as BR package
+
 * Thu Feb 05 2015 Antonio Trande <sagitterATfedoraproject.org> - 2.0.0-0.2.rc1
 - Fixed installation of some files
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/seqan.git/commit/?h=f21&id=3a4ec084af77c3d8ec6bff8d385cfc371ab11adc


More information about the scm-commits mailing list