[ProDy] Update to 1.5.1

Antonio Trande sagitter at fedoraproject.org
Fri Jan 3 21:54:10 UTC 2014


commit 137fbf70518d65a11832e08ca492770f29cb8ff7
Author: sagitter <anto.trande at gmail.com>
Date:   Fri Jan 3 22:54:01 2014 +0100

    Update to 1.5.1

 .gitignore |    1 +
 ProDy.spec |   23 +++++++++++------------
 sources    |    2 +-
 3 files changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ed98803..a1f2e6a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /ProDy-1.4.8.tar.gz
 /ProDy-1.4.9.tar.gz
 /ProDy-1.4.10.tar.gz
+/ProDy-1.5.1.tar.gz
diff --git a/ProDy.spec b/ProDy.spec
index 175644e..068cb92 100644
--- a/ProDy.spec
+++ b/ProDy.spec
@@ -1,4 +1,3 @@
-
 %if 0%{?fedora}
 %global __python %{__python2}
 %endif
@@ -10,7 +9,7 @@
 
 Name: ProDy
 Summary: Application for protein structure, dynamics and sequence analysis
-Version: 1.4.10
+Version: 1.5.1
 Release: 1%{?dist}
 License: GPLv3+
 Group: Applications/Engineering
@@ -41,8 +40,6 @@ Requires: pyparsing, python-biopython
 Requires: python-ipython
 %endif
 
- 
-
 %description
 ProDy is a free and open-source Python package for protein structure, dynamics,
 and sequence analysis.  It allows for comparative analysis and modeling of 
@@ -56,11 +53,10 @@ visual analysis.
 %setup -q -n %{name}-%{version}
 
 ## Removing bundled files
-rm lib/prody/atomic/pyparsing*
-rm -rf lib/prody/KDTree
-rm lib/prody/proteins/pairwise2.py lib/prody/proteins/cpairwise2.c
-rm lib/prody/apps/argparse.py
-
+rm prody/atomic/pyparsing*
+rm -rf prody/KDTree
+rm prody/proteins/pairwise2.py prody/proteins/cpairwise2.c
+rm prody/apps/argparse.py
 
 %build
 %{__python} setup.py build
@@ -69,11 +65,11 @@ rm lib/prody/apps/argparse.py
 %{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT 
 
 ## Fix 'non-executable-script' warnings
-chmod a+x $RPM_BUILD_ROOT%{python_sitearch}/prody/tests/test_*/test_*.py
-chmod a+x $RPM_BUILD_ROOT%{python_sitearch}/prody/tests/__init__.py
+#chmod a+x $RPM_BUILD_ROOT%{python_sitearch}/prody/tests/test_*/test_*.py
+#chmod a+x $RPM_BUILD_ROOT%{python_sitearch}/prody/tests/__init__.py
 
 ## Add Python shebang 
-sed -i -e '1i#!/usr/bin/python' $RPM_BUILD_ROOT%{python_sitearch}/prody/tests/test_apps/test_prody_examples.py
+#sed -i -e '1i#!/usr/bin/python' $RPM_BUILD_ROOT%{python_sitearch}/prody/tests/test_apps/test_prody_examples.py
 
 %files
 %doc *.rst PKG-INFO
@@ -83,6 +79,9 @@ sed -i -e '1i#!/usr/bin/python' $RPM_BUILD_ROOT%{python_sitearch}/prody/tests/te
 %{python_sitearch}/%{name}-%{version}-*.egg-info
 
 %changelog
+* Fri Jan 03 2014 Antonio Trande <sagitter at fedoraproject.org> 1.5.1-1
+- Update to 1.5.1
+
 * Mon Nov 25 2013 Antonio Trande <sagitter at fedoraproject.org> 1.4.10-1
 - Update to 1.4.10
 
diff --git a/sources b/sources
index 51362d8..b36dddf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bbcf71e5c256916082e5f5fde61b9f8c  ProDy-1.4.10.tar.gz
+30bfbc8566269d4c9eb5998ba9025728  ProDy-1.5.1.tar.gz


More information about the scm-commits mailing list