AnsibleWorks -> Ansible

This commit is contained in:
Michael DeHaan
2014-01-28 11:38:52 -05:00
parent 83f43b82ad
commit d07a3b5e9b
13 changed files with 32 additions and 32 deletions

View File

@@ -6,9 +6,9 @@ pkgver(){
git describe --tags --long | sed 's/^v//;s/-/./g'
}
pkgrel=1
pkgdesc="A radically simple deployment, model-driven configuration management, and command execution framework"
pkgdesc="A radically simple IT automation"
arch=('any')
url="http://www.ansibleworks.com"
url="http://www.ansible.com"
license=('GPL3')
depends=('python2' 'python2-paramiko' 'python2-jinja' 'python2-yaml')
makedepends=('git' 'asciidoc' 'fakeroot')

View File

@@ -11,8 +11,8 @@ supported_archs noarch
maintainers nomaintainer
homepage http://ansibleworks.com/
description SSH-based configuration management and deployment system
homepage http://ansible.com/
description Radically simple IT automation
long_description \
Ansible is a radically simple model-driven configuration \
management, multi-node deployment, and orchestration \

View File

@@ -4,7 +4,7 @@ PORTNAME= ansible
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= python net-mgmt
MASTER_SITES= http://ansibleworks.com/releases/
MASTER_SITES= http://releases.ansible.com/ansible/
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= briancoca+ansible@gmail.com

View File

@@ -7,11 +7,11 @@
Name: %{name}
Version: 1.5
Release: 1%{?dist}
Url: http://www.ansibleworks.com
Summary: SSH-based configuration management, deployment, and orchestration engine
Url: http://www.ansible.com
Summary: SSH-based application deployment, configuration management, and IT orchestration platform
License: GPLv3
Group: Development/Libraries
Source: http://www.ansibleworks.com/releases/%{name}-%{version}.tar.gz
Source: http://releases.ansible.com/ansible/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}