From 6ee4e251333dd83a094e6e8a5bfaf658f13c64d3 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 21 May 2013 21:58:47 -0400 Subject: Sanitized ipsutils spec file --- ipsutils.ips | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'ipsutils.ips') 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 " 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 -- cgit