Blob Blame History Raw
Name:           mkdocs-bootstrap
Version:        0.1.1
Release:        2%{?dist}
Summary:        Bootstrap theme for MKDocs

License:        BSD
URL:            http://www.mkdocs.org/
Source0:        https://github.com/mkdocs/%{name}/archive/%{version}.tar.gz

BuildArch:      noarch
BuildRequires:  python3-devel
Requires:       python3-libs

%description
%{summary}.

%prep
%setup -q -n %{name}-%{version}
echo %{description} > README

%build
%py3_build

%install
%py3_install

%files
%license LICENSE
%doc README
%{python3_sitelib}/*

%changelog
* Fri Apr 08 2016 William Moreno <williamjmorenor@gmail.com> - 0.1.1-2
- Update reqires

* Fri Mar 11 2016 William Moreno <williamjmorenor@gmail.com> - 0.1.1-1
- Initial Packaging