forked from seporaitis/yum-s3-iam
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathyum-plugin-s3-iam.spec
More file actions
41 lines (31 loc) · 857 Bytes
/
Copy pathyum-plugin-s3-iam.spec
File metadata and controls
41 lines (31 loc) · 857 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: %{name}
Version: %{version}
Release: %{release}
Summary: Yum package manager plugin for private S3 repositories.
Group: Application/SystemTools
License: Apache License Version 2.0, January 2004
URL: https://github.com/seporaitis/yum-s3-iam
Source0: %{name}-%{version}.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildArch: noarch
Requires: yum
%description
Yum package manager plugin for private S3 repositories.
Uses Amazon IAM & EC2 Roles.
%prep
%setup -q
%build
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=%{buildroot}
%clean
rm -rf ${RPM_BUILD_ROOT}
%files
%defattr(-,root,root,-)
%doc s3iam.repo
%doc LICENSE NOTICE README.md
/etc/yum/pluginconf.d/s3iam.conf
/usr/lib/yum-plugins/s3iam.py
%changelog
* Fri May 31 2013 Matt Jamison <matt@mattjamison.com> 1.0-1
Initial packaging