mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
AnsibleWorks -> Ansible
This commit is contained in:
@@ -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')
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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())")}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user