diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2013-04-19 17:25:16 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2013-04-19 17:25:16 -0400 |
commit | 60ad0c3fd1c55be857ea902ff431db8d958efc64 (patch) | |
tree | 52c43cdca24248f06bc99bc226e82a347ce148bc /test.ips | |
parent | a332d3db796261e5cc5dec457c8ae0997c7257b4 (diff) | |
download | ipsutils-60ad0c3fd1c55be857ea902ff431db8d958efc64.tar.gz |
Massive increase of changes. Too many to count
Diffstat (limited to 'test.ips')
-rw-r--r-- | test.ips | 19 |
1 files changed, 13 insertions, 6 deletions
@@ -1,12 +1,19 @@ -name: developer/testpkg -version: 0.1 -release: 1 -maintainer: test person -upstream_url: http://localhost/testpkg.tar.gz -description: a test package +name: testpkg +version: 0.1 +release: 1 +maintainer: test person +upstream_url: http://localhost/testpkg-0.1.tar.gz +source_url: http://localhost/testpkg-0.1.tar.gz +description: "a test package" +summary: "test package" +group: developer +classification: "edu.stsci:Development/Solaris 11" arch: i386 license: GPL +%setup +%end + %prep %end |