forked from matthewryanscott/puppet-git
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpuppet-module-git.spec
More file actions
41 lines (33 loc) · 823 Bytes
/
Copy pathpuppet-module-git.spec
File metadata and controls
41 lines (33 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Name: puppet-module-git
Summary: Puppet module for git
Group: Applications/System
Version: 0.0.1
Release: 1%{?dist}
License: GPLv2+
URL: http://puppetmanaged.org/
Source0: http://puppetmanaged.org/releases/puppet-module-git-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: publican
Requires: puppet-server
%description
Puppet module for managing git
%prep
%setup -q
%build
cd documentation
make html-single-en-US
%install
rm -rf %{buildroot}
mkdir -p %{buildroot}
make install DESTDIR=%{buildroot}
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc README
%dir /var/lib/puppet/modules/git
/var/lib/puppet/modules/git/*
%changelog
* Thu Sep 25 2008 Jeroen van Meeuwen <kanarip@kanarip.com> - 0.0.1-1
- First packaged version