• R/O
  • SSH

contrib-spec-files: Commit

日本OpenSolaris Users Group有志による、レポジトリサーバ作成のためのspecファイル群です。


Commit MetaInfo

Revisione1fc71e3e53d6116ebe60ff69ed50e0432776eb8 (tree)
Time2015-03-13 17:47:38
AuthorFumihisa TONAKA <fumi.ftnk@gmai...>
CommiterFumihisa TONAKA

Log Message

merge spec_SFEpuppet-modules-leinaddm-htpasswd to default

Change Summary

Incremental Difference

diff -r f87025eee969 -r e1fc71e3e53d .hgtags
--- a/.hgtags Thu Mar 12 20:42:58 2015 +0900
+++ b/.hgtags Fri Mar 13 17:47:38 2015 +0900
@@ -323,3 +323,4 @@
323323 fc5278acb35f4168fe0303a05e24b6e865c8ee1a spec_SFEphp55-net-url2_base
324324 e049683d8a9699391c19b0d618166409011d2ec4 spec_SFEphp55-mail-mime_base
325325 b7c774a9665139247ee85facfb4396900e76e471 spec_SFEphp55-mysql56_base
326+b332d93292f9bce06f345c3dbe914a96055a79ba spec_SFEpuppet-modules-leinaddm-htpasswd_base
diff -r f87025eee969 -r e1fc71e3e53d specs/SFEpuppet-modules-leinaddm-htpasswd.spec
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/specs/SFEpuppet-modules-leinaddm-htpasswd.spec Fri Mar 13 17:47:38 2015 +0900
@@ -0,0 +1,52 @@
1+%include Solaris.inc
2+%include packagenamemacros.inc
3+%include base.inc
4+%define cc_is_gcc 0
5+
6+%define module_name leinaddm-htpasswd
7+%define module_version 0.0.3
8+
9+Name: puppet-modules-htpasswd
10+IPS_package_name: system/management/puppet3/modules/leinaddm/htpasswd
11+Version: %{module_version}
12+Summary: htpasswd module for Puppet
13+Group: Applications/System
14+License: Apache Version 2.0
15+URL: https://github.com/puppetlabs/puppetlabs-stdlib
16+BuildRoot: %{_tmppath}/%{name}-%{version}-build
17+
18+BuildRequires: system/management/puppet3 = *
19+Requires: system/management/puppet3 = *
20+
21+%description
22+Puppet module to manage htpasswd and htgroup files
23+
24+%prep
25+mkdir %{module_name}-%{module_version}
26+
27+%setup -T -c -n %{module_name}-%{module_version}
28+
29+%build
30+
31+%install
32+rm -rf %{buildroot}
33+mkdir -p %{buildroot}%{_datadir}/puppet/modules
34+puppet module install %{module_name} \
35+ --force \
36+ --ignore-dependencies \
37+ --version %{module_version} \
38+ --target-dir %{buildroot}%{_datadir}/puppet/modules
39+
40+%clean
41+rm -rf %{buildroot}
42+
43+%files
44+%defattr(-, root, bin, 0755)
45+/usr/share/puppet/modules
46+
47+
48+%changelog
49+* Fri Mar 13 2015 - Fumihisa TONAKA <fumi.ftnk@gmail.com>
50+- specify required puppet3 version
51+* Thu Mar 12 2015 - Fumihisa TONAKA <fumi.ftnk@gmail.com>
52+- initial commit
Show on old repository browser