[arch-commits] Commit in facter/trunk (PKGBUILD gemspec.in)

Jonathan Steel jsteel at archlinux.org
Wed Nov 18 17:53:53 UTC 2015


    Date: Wednesday, November 18, 2015 @ 18:53:53
  Author: jsteel
Revision: 147100

upgpkg: facter 3.1.2-1

Modified:
  facter/trunk/PKGBUILD
Deleted:
  facter/trunk/gemspec.in

------------+
 PKGBUILD   |   12 +++---------
 gemspec.in |   21 ---------------------
 2 files changed, 3 insertions(+), 30 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-18 17:46:54 UTC (rev 147099)
+++ PKGBUILD	2015-11-18 17:53:53 UTC (rev 147100)
@@ -7,7 +7,7 @@
 # Contributor: Niels Abspoel <aboe76 (at) Gmail (dot) com>
 
 pkgname=facter
-pkgver=3.1.1
+pkgver=3.1.2
 pkgrel=1
 pkgdesc="Collect and display system facts"
 arch=('i686' 'x86_64')
@@ -16,15 +16,9 @@
 depends=('ruby' 'yaml-cpp' 'boost-libs' 'curl')
 makedepends=('boost' 'cmake')
 replaces=('cfacter')
-source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz
-        gemspec.in)
-md5sums=('2e1e359103b507090e28da1065940a10'
-         '8eb61d40e280c90608c11a0e328abe1e')
+source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('16d8c27e99377e0cc86f96894f001f8b')
 
-prepare() {
-  cp gemspec.in $pkgname-$pkgver/lib/.gemspec.in
-}
-
 build() {
   cd $pkgname-$pkgver
 

Deleted: gemspec.in
===================================================================
--- gemspec.in	2015-11-18 17:46:54 UTC (rev 147099)
+++ gemspec.in	2015-11-18 17:53:53 UTC (rev 147100)
@@ -1,21 +0,0 @@
-# -*- encoding: utf-8 -*-
-
-Gem::Specification.new do |s|
-  s.name = "facter"
-  version = "@LIBFACTER_VERSION_MAJOR at .@LIBFACTER_VERSION_MINOR at .@LIBFACTER_VERSION_PATCH@"
-  mdata = version.match(/(\d+\.\d+\.\d+)/)
-  s.version = mdata ? mdata[1] : version
-
-  s.required_rubygems_version = Gem::Requirement.new(">= 0")
-  s.authors = ["Puppet Labs"]
-  s.date = "2015-10-22"
-  s.description = "You can prove anything with facts!"
-  s.email = "info at puppetlabs.com"
-  s.files = ["bin/facter"]
-  s.homepage = "https://puppetlabs.com"
-  s.require_paths = ["lib"]
-  s.summary = "Facter, a system inventory tool"
-  s.specification_version = 3
-  s.required_ruby_version = '~> 2.1.7'
-
-end



More information about the arch-commits mailing list