diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2013-04-19 19:47:05 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2013-04-19 19:47:05 -0400 |
commit | 908f00dd382a0975fe8b0b74c2a74bfe17926148 (patch) | |
tree | 238bdeedc6119b30fc33c29953905795d726e763 | |
parent | 61433126e6c7e6251abb1e1c2ecf8b4f82fe72d6 (diff) | |
download | ipsutils-908f00dd382a0975fe8b0b74c2a74bfe17926148.tar.gz |
IPS file version bump
-rw-r--r-- | ipsutils.ips | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/ipsutils.ips b/ipsutils.ips index 2a5a792..2e3e8de 100644 --- a/ipsutils.ips +++ b/ipsutils.ips @@ -1,9 +1,9 @@ name: ipsutils -version: 0.1.0 +version: 0.2.0 release: 1 maintainer: test person -upstream_url: http://localhost/ipsutils-0.1.0.tar.gz -source_url: http://localhost/ipsutils-0.1.0.tar.gz +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" group: developer @@ -19,11 +19,10 @@ license: GPL %build python setup.py build -#configure --prefix=/usr -#make + %end %install -#mkdir -p $BUILDPROTO/usr/bin python setup.py install --root=$BUILDPROTO --prefix=/usr -%end
\ No newline at end of file + +%end |