Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Jerry James
d7672366f8 OCaml 5.2.1 rebuild for Fedora 41 2025-01-29 15:01:28 -07:00
Jerry James
6d90cb105c Fix the location of the icon 2024-10-14 15:49:27 -06:00

View file

@ -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