Hello community,

here is the log from the commit of package rubygem-hiera for openSUSE:Factory 
checked in at 2012-11-13 11:42:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-hiera (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-hiera.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-hiera", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2012-10-22 00:44:18.403455820 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-hiera.new/rubygem-hiera.changes 
2012-11-13 11:42:47.000000000 +0100
@@ -0,0 +1,26 @@
+-------------------------------------------------------------------
+Thu Nov  1 17:58:50 UTC 2012 - [email protected]
+
+- updated to latest upstream 1.1.1 
+
+-------------------------------------------------------------------
+Wed Oct 10 21:13:04 UTC 2012 - [email protected]
+
+- updated to latest upstream 1.1.0 
+
+-------------------------------------------------------------------
+Wed Oct 10 21:09:45 UTC 2012 - [email protected]
+
+- drop unneeded rubygem-rdoc buildrequires
+
+-------------------------------------------------------------------
+Wed Oct 10 20:49:35 UTC 2012 - [email protected]
+
+- buildrequire ruby-devel to fix build on 12.2
+
+-------------------------------------------------------------------
+Sun Aug  5 19:33:57 UTC 2012 - [email protected]
+
+- initial packaging of hiera 0.3.0 using gem2rpm
+
+

New:
----
  hiera-1.1.1.gem
  hiera.1
  hiera.yaml
  rubygem-hiera.changes
  rubygem-hiera.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-hiera.spec ++++++
#
# spec file for package rubygem-hiera
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           rubygem-hiera
Version:        1.1.1
Release:        0
%define mod_name hiera
%define mod_full_name %{mod_name}-%{version}

BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Url:            https://github.com/puppetlabs/hiera/
Source0:        %{mod_full_name}.gem
Source1:        hiera.yaml
Source2:        hiera.1
Summary:        Light weight hierarcical data store
License:        Apache-2.0
Group:          Development/Languages/Ruby
BuildRequires:  ruby-devel rubygems
BuildRequires:  rubygem-json
BuildRequires:  fdupes

%rubygems_requires

%description
A pluggable data store for hierarcical data

%package doc
Summary:        RDoc documentation for %{mod_name}
Group:          Development/Languages/Ruby
Requires:       %{name} = %{version}

%description doc
Documentation generated at gem installation time.
Usually in RDoc and RI formats.

%package testsuite
Summary:        Test suite for %{mod_name}
Group:          Development/Languages/Ruby
Requires:       %{name} = %{version}

%description testsuite
Test::Unit or RSpec files, useful for developers.

%prep
#gem_unpack
#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
#gem_build

%build


%install
%gem_install %{SOURCE0}
install -dm0711 %{buildroot}%_localstatedir/lib/hiera
install -Dm0644 %{SOURCE1} %{buildroot}%_sysconfdir/hiera.yaml
install -dm0755 %{buildroot}%{_mandir}/man1
install -Dm0644 %{SOURCE2} %{buildroot}%{_mandir}/man1/hiera.1
%fdupes -s %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}

%files
%defattr(-,root,root,-)
%config(noreplace) %_sysconfdir/hiera.yaml
%{_bindir}/hiera
%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
%_localstatedir/lib/hiera
%{_mandir}/man1/hiera.1*

%files doc
%defattr(-,root,root,-)
%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/

%files testsuite
%defattr(-,root,root,-)
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec

%changelog
++++++ hiera.1 ++++++
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.4.
.TH HIERA "1" ""  "User Commands"
.SH NAME
hiera \- manual page for hiera
.SH SYNOPSIS
.B hiera
[\fIoptions\fR]
.SH DESCRIPTION
.TP
\fB\-V\fR, \fB\-\-version\fR
Version information
.TP
\fB\-d\fR, \fB\-\-debug\fR
Show debugging information
.TP
\fB\-a\fR, \fB\-\-array\fR
Array search
.TP
\fB\-h\fR, \fB\-\-hash\fR
Hash search
.TP
\fB\-c\fR, \fB\-\-config\fR CONFIG
Configuration file
.TP
\fB\-j\fR, \fB\-\-json\fR SCOPE
JSON format file to load scope from
.TP
\fB\-y\fR, \fB\-\-yaml\fR SCOPE
YAML format file to load scope from
.TP
\fB\-m\fR, \fB\-\-mcollective\fR IDENTITY
Retrieve facts from a node via mcollective as scope
.HP
\fB\-i\fR, \fB\-\-inventory_service\fR IDENTITY Retrieve facts for a node via 
Puppet's inventory service as scope
++++++ hiera.yaml ++++++
---
:backend:
  - yaml
:hierarchy:
  - defaults
  - %{certname}
  - %{environment}
  - global

:yaml:
# datadir is empty here, so hiera uses its defaults
# When specifying a datadir, make sure the path of the datadir exists
  :datadir:
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to