File makeup_html.spec of Package makeup_html

%def_enable check
%def_without doc

%define bname makeup_html
Name: %bname
Version: 0.1.1
Release: 3
Summary: HTML lexer for the Makeup syntax highlighter
License: MIT
Group: Development/Tools/Other
URL: https://github.com/elixir-makeup/%bname
Source: %bname-%version.tar.xz
#Patch: %bname-%version-git.patch
BuildArch: noarch
Provides: elixir-%bname = %version-%release
Requires: elixir >= 1.10

BuildRequires: rpm-macros-erlang rpm-build-erlang
BuildRequires: elixir >= 1.10
BuildRequires: mix >= 1.3.2-7
BuildRequires: elixir-hex
BuildRequires: elixir-makeup >= 1.0
%if_enabled check
BuildRequires: elixir-stream_data >= 0.5.0
%endif

%description
%bname is a Makeup lexer for the HTML language.


%prep
%setup -q -n %bname-%version
#patch -p1
sed -i '/^      deps:/a\      prune_code_paths: false,' mix.exs


%build
export LANG=en_US.UTF-8
ERL_COMPILER_OPTIONS='[inline,verbose]' mix compile --force --no-deps-check --no-prune-code-paths
%{?_with_doc:mix docs}


%install
install -d -m 0755 %buildroot%_otplibdir/%bname-%version/ebin
install -p -m 0644 _build/dev/lib/%bname/ebin/* %buildroot%_otplibdir/%bname-%version/ebin/
install -d -m 0755 %buildroot%_docdir/%name
install -m 0644 README* %buildroot%_docdir/%name/
%if_with doc
install -d -m 0755 %buildroot%_otplibdir/%bname-%version/doc/dist
install -p -m 0644 doc/dist/* %buildroot%_otplibdir/%bname-%version/doc/dist/
install -p -m 0644 doc/*.html %buildroot%_otplibdir/%bname-%version/doc/
ln -sf %_otplibdir/%bname-%version/doc %buildroot%_docdir/%name/html
%endif


%if_enabled check
%check
export LANG=en_US.UTF-8
MIX_ENV=test mix clean
ERL_COMPILER_OPTIONS='[inline,verbose]' mix test --no-deps-check
%endif


%files
%defattr(-,root,root)
%doc %_docdir/%name
%_otplibdir/*


%changelog
* Sat May 11 2024 Led <ledest@gmail.com> 0.1.1-3
- update BuildRequires
- enable check

* Sun Jul 16 2023 Led <ledest@gmail.com> 0.1.1-2
- fix BuildRequires

* Sun Jul 16 2023 Led <ledest@gmail.com> 0.1.1-1
- 0.1.1
openSUSE Build Service is sponsored by