aboutsummaryrefslogtreecommitdiff
path: root/ipsutils.ips
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2013-05-24 13:50:22 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2013-05-24 13:50:22 -0400
commitc6a527f8159274338f7ca6ec6bce588447dbd8f3 (patch)
treef05088bdddff6b4a7254b7d947262d26b0681c36 /ipsutils.ips
parent277717c817b7349eb858965444597a541325f0ec (diff)
downloadipsutils-c6a527f8159274338f7ca6ec6bce588447dbd8f3.tar.gz
Transforms added; version bumped
Diffstat (limited to 'ipsutils.ips')
-rw-r--r--ipsutils.ips10
1 files changed, 7 insertions, 3 deletions
diff --git a/ipsutils.ips b/ipsutils.ips
index f36de56..55243a3 100644
--- a/ipsutils.ips
+++ b/ipsutils.ips
@@ -1,9 +1,9 @@
name: ipsutils
-version: 0.2.0
+version: 0.3.1
release: 1
maintainer: "Joseph Hunkeler <jhunk@stsci.edu>"
-upstream_url: http://localhost/ipsutils-0.2.0.tar.gz
-source_url: http://localhost/ipsutils-0.2.0.tar.gz
+upstream_url: http://localhost/ipsutils-0.3.1.tar.gz
+source_url: http://localhost/ipsutils-0.3.1.tar.gz
description: "Python IPS library"
summary: "A python based IPS library"
group: developer
@@ -25,3 +25,7 @@ python setup.py build
%install
python setup.py install --root=$BUILDPROTO --prefix=/opt/ipsutils
%end
+
+%transforms
+<transform dir path=opt$ -> edit group bin sys>
+%end