Compare commits
13 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
512feefa32 | ||
|
|
4ca4784641 | ||
|
|
15274d3b3c | ||
|
|
73387d6ea1 | ||
|
|
b8f6fc024c | ||
|
|
e36f3ff355 | ||
|
|
84c8618ac6 | ||
|
|
5560cf2a59 | ||
|
|
797f3253bc | ||
|
|
7ba5e77b42 | ||
|
|
dc0e1a02bb | ||
|
|
95d7d5e696 | ||
|
|
5c11fb6d36 |
5 changed files with 40 additions and 32 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1 +1 @@
|
|||
/unison-2.53.7.tar.gz
|
||||
/unison-2.54.0.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (unison-2.53.7.tar.gz) = 11bd1d2792fb84fa2b29426516d7b91a2295febcb84052118d492a29d9ddaa23265b66cc88113019ec6782f3edcf596f7a37c8637e673b2928188248b9d63d60
|
||||
SHA512 (unison-2.54.0.tar.gz) = 7d1fea12b11e7a4bf2a5dbd9064d3c5104ca21df88fae0ead098f1ec8b7b935abcc7cdff74799fd2d9f5b23cc06eaa7f262bb71270511fb9c2ff4aac74c7ff11
|
||||
|
|
|
|||
|
|
@ -1,10 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Exec=unison-gui
|
||||
Name=Unison File Synchronizer
|
||||
GenericName=File Synchronizer
|
||||
Comment=Multi-master File synchronization tool
|
||||
Terminal=false
|
||||
Icon=unison
|
||||
StartupNotify=true
|
||||
Categories=Utility;
|
||||
58
unison.spec
58
unison.spec
|
|
@ -11,8 +11,8 @@
|
|||
ExcludeArch: %{ix86}
|
||||
|
||||
Name: unison
|
||||
Version: 2.53.7
|
||||
Release: 1%{?dist}
|
||||
Version: 2.54.0
|
||||
Release: 3%{?dist}
|
||||
Summary: File Synchronizer
|
||||
|
||||
%global forgeurl https://github.com/bcpierce00/%{name}/
|
||||
|
|
@ -31,8 +31,7 @@ Summary: File Synchronizer
|
|||
License: GPL-3.0-or-later AND LGPL-2.0-only AND LGPL-2.1-only AND LGPL-2.1-or-later
|
||||
URL: %{forgeurl}
|
||||
Source0: %{forgesource}
|
||||
Source1: %{name}.desktop
|
||||
Source2: %{name}.metainfo.xml
|
||||
Source1: %{name}-gui.metainfo.xml
|
||||
|
||||
BuildRequires: ocaml
|
||||
BuildRequires: ocaml-findlib
|
||||
|
|
@ -47,7 +46,7 @@ BuildRequires: ocaml-cairo-devel
|
|||
%if %{with doc}
|
||||
BuildRequires: hevea
|
||||
BuildRequires: lynx
|
||||
BuildRequires: tex-ec
|
||||
BuildRequires: texlive-ec
|
||||
BuildRequires: tex-latex
|
||||
%endif
|
||||
|
||||
|
|
@ -104,16 +103,8 @@ BuildArch: noarch
|
|||
PREFIX=%{_prefix}
|
||||
|
||||
%if %{with gtk}
|
||||
# Install the various icons according to the "Icon Theme Specification"
|
||||
# https://specifications.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html
|
||||
for size in 16 24 32 48 256; do
|
||||
format="${size}x${size}"
|
||||
install -Dpm0644 icons/U.${format}x16m.png \
|
||||
%{buildroot}%{_datadir}/icons/hicolor/${format}/apps/%{name}.png
|
||||
done
|
||||
install -Dpm0644 icons/U.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
|
||||
desktop-file-install --dir %{buildroot}%{_datadir}/applications %{SOURCE1}
|
||||
install -Dpm0644 -t %{buildroot}%{_metainfodir} %{SOURCE2}
|
||||
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}-gui.desktop
|
||||
install -Dpm0644 -t %{buildroot}%{_metainfodir} %{SOURCE1}
|
||||
%endif
|
||||
|
||||
%if %{with doc}
|
||||
|
|
@ -124,7 +115,7 @@ install -Dpm0644 -t %{buildroot}%{_docdir}/%{name} doc/%{name}-manual.{html,pdf,
|
|||
make test \
|
||||
NATIVE=%{native}
|
||||
%if %{with gtk}
|
||||
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{name}.metainfo.xml
|
||||
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{name}-gui.metainfo.xml
|
||||
%endif
|
||||
|
||||
%files
|
||||
|
|
@ -138,10 +129,10 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{name}.metain
|
|||
%files gtk
|
||||
%license LICENSE
|
||||
%{_bindir}/%{name}-gui
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/icons/hicolor/*/apps/%{name}.png
|
||||
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
|
||||
%{_metainfodir}/%{name}.metainfo.xml
|
||||
%{_datadir}/applications/%{name}-gui.desktop
|
||||
%{_datadir}/icons/hicolor/*/apps/%{name}-gui.png
|
||||
%{_datadir}/icons/hicolor/scalable/apps/%{name}-gui.svg
|
||||
%{_metainfodir}/%{name}-gui.metainfo.xml
|
||||
%endif
|
||||
|
||||
%if %{with doc}
|
||||
|
|
@ -151,6 +142,33 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{name}.metain
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.54.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Thu Jul 09 2026 Jerry James <loganjerry@gmail.com> - 2.54.0-2
|
||||
- OCaml 5.5.0 rebuild
|
||||
|
||||
* Sun May 24 2026 Matthew Krupcale <mkrupcale@gmail.com> - 2.54.0-1
|
||||
- Update to v2.54.0
|
||||
|
||||
* Fri Feb 20 2026 Richard W.M. Jones <rjones@redhat.com> - 2.53.7-7
|
||||
- Bump release and rebuild
|
||||
|
||||
* Fri Feb 20 2026 Richard W.M. Jones <rjones@redhat.com> - 2.53.7-6
|
||||
- OCaml 5.4.1 rebuild
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.53.7-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Mon Oct 13 2025 Richard W.M. Jones <rjones@redhat.com> - 2.53.7-4
|
||||
- OCaml 5.4.0 rebuild
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.53.7-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sat Jul 12 2025 Jerry James <loganjerry@gmail.com> - 2.53.7-2
|
||||
- Rebuild to fix OCaml dependencies
|
||||
|
||||
* Sat Feb 22 2025 Matthew Krupcale <mkrupcale@gmail.com> - 2.53.7-1
|
||||
- Update to v2.53.7
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue