File moodle-theme-academi.spec of Package moodle-theme-academi
#
# spec file for package moodle-theme-academi
#
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: moodle-theme-academi
Version: 2022050700
Release: 0
Summary: Academi is a modern and customizable theme for Moodle
License: GPL-3.0-or-later
Group: Productivity/Networking/Web/Utilities
URL: http://nephzat.com/
Source0: theme_academi_moodle40_%{version}.zip
BuildRequires: fdupes
BuildRequires: moodle >= 4.0
BuildRequires: unzip
Requires: moodle >= 4.0
BuildArch: noarch
%description
A new free moodle theme called ‘Academi’. This is clean and very modern theme
suitable for your moodle sites , this theme is fully responsive meaning your
readers can enjoy viewing your site on a mobile or tablet for a seamless
experience.
For live demo, please visit : http://www.academi.nephzat.com
%prep
%setup -q -n academi
%build
%install
mkdir -p %{buildroot}%{moodle_theme_dir}/academi
cp -r * %{buildroot}%{moodle_theme_dir}/academi/
%fdupes %{buildroot}%{moodle_theme_dir}/
%files
%doc *.html
%dir %{moodle_basedir}
%dir %{moodle_theme_dir}
%{moodle_theme_dir}/academi
%changelog