aboutsummaryrefslogtreecommitdiff
path: root/ipsutils.ips
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2013-05-21 21:58:47 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2013-05-21 21:58:47 -0400
commit6ee4e251333dd83a094e6e8a5bfaf658f13c64d3 (patch)
tree1b46b002f976e02b8736394bd7036a2b1241b7f0 /ipsutils.ips
parent1ea539714ae61a89b2e91a600e16e9604d77cb8e (diff)
downloadipsutils-6ee4e251333dd83a094e6e8a5bfaf658f13c64d3.tar.gz
Sanitized ipsutils spec file
Diffstat (limited to 'ipsutils.ips')
-rw-r--r--ipsutils.ips15
1 files changed, 7 insertions, 8 deletions
diff --git a/ipsutils.ips b/ipsutils.ips
index 2e3e8de..f36de56 100644
--- a/ipsutils.ips
+++ b/ipsutils.ips
@@ -1,15 +1,15 @@
name: ipsutils
version: 0.2.0
release: 1
-maintainer: test person
+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
-description: "a test package"
-summary: "test package"
+description: "Python IPS library"
+summary: "A python based IPS library"
group: developer
-classification: "edu.stsci:Development/Solaris 11"
-arch: i386
-license: GPL
+classification: "org.opensolaris.category.2008:Development/Distribution Tools"
+arch: i386
+license: GPL
%setup
%end
@@ -23,6 +23,5 @@ python setup.py build
%end
%install
-python setup.py install --root=$BUILDPROTO --prefix=/usr
-
+python setup.py install --root=$BUILDPROTO --prefix=/opt/ipsutils
%end