Initial import #1005504.
This commit is contained in:
parent
7dd42d5e7c
commit
deee4eb5ce
3 changed files with 37 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -0,0 +1 @@
|
|||
/etcd-v0.1.1.tar.gz
|
||||
35
etcd.spec
Normal file
35
etcd.spec
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
%define debug_package %{nil}
|
||||
|
||||
Name: etcd
|
||||
Version: 0.1.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A highly-available key value store for shared configuration
|
||||
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/coreos/etcd/
|
||||
Source0: https://github.com/coreos/%{name}/archive/v%{version}/%{name}-v%{version}.tar.gz
|
||||
|
||||
BuildRequires: golang
|
||||
|
||||
%description
|
||||
A highly-available key value store for shared configuration.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
sed -i "s/^\(VER=\).*HEAD)/\1%{version}/" ./scripts/release-version
|
||||
|
||||
%build
|
||||
./build
|
||||
|
||||
%install
|
||||
install -D -p etcd %{buildroot}%{_bindir}/etcd
|
||||
install -t %{buildroot}%{_bindir} etcd
|
||||
|
||||
|
||||
%files
|
||||
%{_bindir}/etcd
|
||||
%doc LICENSE README.md Documentation/internal-protocol-versioning.md
|
||||
|
||||
%changelog
|
||||
* Mon Aug 26 2013 Luke Cypret <cypret@fedoraproject.org> - 0.1.1-1
|
||||
Initial creation
|
||||
1
sources
1
sources
|
|
@ -0,0 +1 @@
|
|||
04dfdb78ffc6e5a289f340615525bf70 etcd-v0.1.1.tar.gz
|
||||
Loading…
Add table
Add a link
Reference in a new issue