diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2013-07-11 14:28:32 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2013-07-11 14:28:32 -0400 |
commit | c547a12504f3c68a17f24d628d69336c8d1c88c4 (patch) | |
tree | c237e3d9c431cb68bf3f9dd08b497632494e251e | |
parent | 09d4e8917dd366027a9f5d77abfa0a868046c810 (diff) | |
download | ipsutils-c547a12504f3c68a17f24d628d69336c8d1c88c4.tar.gz |
Fixup: apply new standards
-rw-r--r-- | ipsutils.ips | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/ipsutils.ips b/ipsutils.ips index 8579e0b..a6d42f5 100644 --- a/ipsutils.ips +++ b/ipsutils.ips @@ -1,21 +1,16 @@ name: ipsutils version: 0.6.0 release: 1 -maintainer: "Joseph Hunkeler <jhunk@stsci.edu>" +maintainer: Joseph Hunkeler <jhunk@stsci.edu> upstream_url: http://localhost/$name-$version.tar.gz source_url: http://localhost/$name-$version.tar.gz -description: "Python IPS library" -summary: "A python based IPS library" +description: Python IPS library +summary: A python based IPS library group: developer -classification: "org.opensolaris.category.2008:Development/Distribution Tools" +classification: org.opensolaris.category.2008:Development/Distribution Tools arch: i386 license: GPL -%setup -%end - -%prep -%end %build python setup.py build @@ -25,7 +20,3 @@ 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 |