[go: up one dir, main page]

hal 0.8.1

hal - the Bitcoin companion
Documentation
%define __spec_install_post %{nil}
%define __os_install_post %{_dbpath}/brp-compress
%define debug_package %{nil}

Name: hal-bitcoin
Summary: hal - the Bitcoin companion
Version: @@VERSION@@
Release: @@RELEASE@@%{?dist}
License: CC0
Group: Applications/System
Source0: %{name}-%{version}.tar.gz
URL: https://github.com/stevenroose/hal/

BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

%description
%{summary}

%prep
%setup -q

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}
cp -a * %{buildroot}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%{_bindir}/*