Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d7672366f8 | ||
|
|
6d90cb105c |
1 changed files with 10 additions and 4 deletions
14
why3.spec
14
why3.spec
|
|
@ -8,7 +8,7 @@ ExclusiveArch: %{ocaml_native_compiler}
|
|||
|
||||
Name: why3
|
||||
Version: 1.7.2
|
||||
Release: 8%{?dist}
|
||||
Release: 10%{?dist}
|
||||
Summary: Software verification platform
|
||||
|
||||
License: LGPL-2.1-only WITH OCaml-LGPL-linking-exception
|
||||
|
|
@ -200,9 +200,9 @@ mkdir -p %{buildroot}%{_datadir}/applications
|
|||
desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE1}
|
||||
|
||||
# Install the icon
|
||||
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable
|
||||
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable/apps
|
||||
cp -p share/images/src/logo-kim.svg \
|
||||
%{buildroot}%{_datadir}/icons/hicolor/scalable/%{name}.svg
|
||||
%{buildroot}%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
|
||||
|
||||
# Install the AppStream metadata
|
||||
mkdir -p %{buildroot}%{_metainfodir}
|
||||
|
|
@ -243,7 +243,7 @@ chmod 0755 %{buildroot}%{_bindir}/* \
|
|||
%{_datadir}/gtksourceview-3.0/language-specs/%{name}.lang
|
||||
%{_datadir}/gtksourceview-3.0/language-specs/%{name}c.lang
|
||||
%{_datadir}/gtksourceview-3.0/language-specs/%{name}py.lang
|
||||
%{_datadir}/icons/hicolor/scalable/%{name}.svg
|
||||
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
|
||||
%{_datadir}/vim/vimfiles/ftdetect/%{name}.vim
|
||||
%{_datadir}/vim/vimfiles/syntax/%{name}.vim
|
||||
%{_texmf}/tex/latex/why3/
|
||||
|
|
@ -283,6 +283,12 @@ chmod 0755 %{buildroot}%{_bindir}/* \
|
|||
%files all
|
||||
|
||||
%changelog
|
||||
* Wed Jan 29 2025 Jerry James <loganjerry@gmail.com> - 1.7.2-10
|
||||
- OCaml 5.2.1 rebuild for Fedora 41
|
||||
|
||||
* Mon Oct 14 2024 Jerry James <loganjerry@gmail.com> - 1.7.2-9
|
||||
- Fix the location of the icon
|
||||
|
||||
* Mon Aug 5 2024 Jerry James <loganjerry@gmail.com> - 1.7.2-8
|
||||
- Rebuild for ocaml-menhir 20240715, ocaml-ppxlib 0.33.0, and ocaml-zip 1.1.2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue