[towhee] Update to 6.2.15.

Jussi Lehtola jussilehtola at fedoraproject.org
Sun Feb 6 11:41:16 UTC 2011


commit d358f2237d8d8b6390dbd3ec1840a0a6c026be52
Author: Jussi Lehtola <jussilehtola at fedoraproject.org>
Date:   Sun Feb 6 13:40:39 2011 +0200

    Update to 6.2.15.

 towhee.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/towhee.spec b/towhee.spec
index 5f8ac9f..eeaf404 100644
--- a/towhee.spec
+++ b/towhee.spec
@@ -1,5 +1,5 @@
 Name:		towhee
-Version:	6.2.14
+Version:	6.2.15
 Release:	1%{?dist}
 Summary:	A Monte Carlo molecular simulation code
 Group:		Applications/Engineering
@@ -86,6 +86,10 @@ This package contains examples for Towhee operation.
 
 %prep
 %setup -q
+# Get rid of spurious executable flags
+find ForceFields/ -type f -exec chmod 644 {} \;
+find Examples/ -type f -exec chmod 644 {} \;
+
 # Fix Force field locations in examples
 for file in Examples/*/towhee_input; do
  sed "s|/towheebase/ForceFields|%{_datadir}/%{name}/ForceFields|g" $file > $file.new && \
@@ -150,7 +154,6 @@ cp -a ForceFields %{buildroot}%{_datadir}/%{name}
 # Remove makefiles from the examples & remove executable permissions
 find Manual/ -name "Makefile*" -exec rm {} \;
 find Examples/ -name "Makefile*" -exec rm {} \;
-find Examples/ -type f -exec chmod 644 {} \;
 
 # Rename utilities
 for bin in {analyse_{movie,histogram},car2towhee,charmm2pdb,{faux,pdb,xmd,xtl,xyz}2towhee,fitcoex,jre_to_towhee,maftodensity,rdf2pmfpair,unitcell}; do
@@ -196,6 +199,9 @@ rm -rf %{buildroot}
 %doc Examples/*
 
 %changelog
+* Sun Feb 06 2011 Jussi Lehtola <jussilehtola at fedoraproject.org> - 6.2.15-1
+- Update to 6.2.15.
+
 * Fri Dec 10 2010 Jussi Lehtola <jussilehtola at fedoraproject.org> - 6.2.14-1
 - Update to 6.2.14.
 


More information about the scm-commits mailing list