Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6f5f7cc52d |
1 changed files with 6 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
Name: zola
|
Name: zola
|
||||||
Version: 0.12.2
|
Version: 0.12.2
|
||||||
Release: 11%{?dist}
|
Release: 12%{?dist}
|
||||||
Summary: Fast static site generator with everything built-in
|
Summary: Fast static site generator with everything built-in
|
||||||
|
|
||||||
# Upstream license specification: MIT
|
# Upstream license specification: MIT
|
||||||
|
|
@ -24,7 +24,8 @@ Summary: Fast static site generator with everything built-in
|
||||||
# Unlicense or MIT
|
# Unlicense or MIT
|
||||||
# zlib
|
# zlib
|
||||||
# zlib or ASL 2.0 or MIT
|
# zlib or ASL 2.0 or MIT
|
||||||
License: MIT and ASL 2.0 and BSD and CC0 and ISC and MIT and Public Domain and zlib
|
# Automatically converted from old format: MIT and ASL 2.0 and BSD and CC0 and ISC and MIT and Public Domain and zlib - review is highly recommended.
|
||||||
|
License: LicenseRef-Callaway-MIT AND Apache-2.0 AND LicenseRef-Callaway-BSD AND CC0-1.0 AND ISC AND LicenseRef-Callaway-MIT AND LicenseRef-Callaway-Public-Domain AND Zlib
|
||||||
URL: https://www.getzola.org/
|
URL: https://www.getzola.org/
|
||||||
Source: https://github.com/getzola/zola/archive/v%{version}/%{name}-%{version}.tar.gz
|
Source: https://github.com/getzola/zola/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
|
|
@ -98,6 +99,9 @@ install -Dpm0644 -t %{buildroot}%{_datadir}/zsh/site-functions \
|
||||||
%{_datadir}/zsh/site-functions/_zola
|
%{_datadir}/zsh/site-functions/_zola
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 04 2024 Miroslav Suchý <msuchy@redhat.com> - 0.12.2-12
|
||||||
|
- convert license to SPDX
|
||||||
|
|
||||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.2-11
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.2-11
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue