From c547a12504f3c68a17f24d628d69336c8d1c88c4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 11 Jul 2013 14:28:32 -0400 Subject: Fixup: apply new standards --- ipsutils.ips | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) (limited to 'ipsutils.ips') 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 " +maintainer: Joseph Hunkeler 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 - edit group bin sys> -%end -- cgit