Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9a285dd44e70a5d8d6dd70a5d1af4a1999d7f833)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9a285dd44e70a5d8d6dd70a5d1af4a1999d7f833)
  • Date: Thu, 4 Sep 2008 01:14:06 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

python-pypi/roundup/DETAILS | 1 +
python-pypi/roundup/HISTORY | 4 ++++
python-pypi/roundup/PRE_BUILD | 4 ++++
3 files changed, 9 insertions(+)

New commits:
commit 9a285dd44e70a5d8d6dd70a5d1af4a1999d7f833
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

roundup: fixed installation path for man pages

diff --git a/python-pypi/roundup/DETAILS b/python-pypi/roundup/DETAILS
index 99ba6cb..512b4f6 100755
--- a/python-pypi/roundup/DETAILS
+++ b/python-pypi/roundup/DETAILS
@@ -1,5 +1,6 @@
SPELL=roundup
VERSION=1.4.6
+ PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=http://pypi.python.org/packages/source/r/$SPELL/$SOURCE

SOURCE_HASH=sha512:2f2354717938ce9260462b2381815df7eb7e3978e80aaa86df3dfde2d50d2f7810f70e003b5db45ddfab411755e48e8b8b763e3cd0760b42e3fa998289ea638e
diff --git a/python-pypi/roundup/HISTORY b/python-pypi/roundup/HISTORY
index 05ead1e..40dee78 100644
--- a/python-pypi/roundup/HISTORY
+++ b/python-pypi/roundup/HISTORY
@@ -1,3 +1,7 @@
+2008-09-04 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: PATCHLEVEL=1
+ * PRE_BUILD: fixed installation path for man pages
+
2008-09-01 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.4.6; quoting the paths
* DEPENDS: added pyme; optional => suggest
diff --git a/python-pypi/roundup/PRE_BUILD b/python-pypi/roundup/PRE_BUILD
new file mode 100755
index 0000000..1005907
--- /dev/null
+++ b/python-pypi/roundup/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+sed -i "s:man/man1:share/man/man1:" setup.py




Archive powered by MHonArc 2.6.24.

Top of Page