Compare commits
39 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
512feefa32 | ||
|
|
4ca4784641 | ||
|
|
15274d3b3c | ||
|
|
73387d6ea1 | ||
|
|
b8f6fc024c | ||
|
|
e36f3ff355 | ||
|
|
84c8618ac6 | ||
|
|
5560cf2a59 | ||
|
|
797f3253bc | ||
|
|
7ba5e77b42 | ||
|
|
dc0e1a02bb | ||
|
|
95d7d5e696 | ||
|
|
5c11fb6d36 | ||
|
|
d56bfe1d54 | ||
|
|
d5380bbdd3 | ||
|
|
8541ddec24 | ||
|
|
21c8e5c180 | ||
|
|
9ff1a2674b | ||
|
|
4a8b04e825 | ||
|
|
ed68f7978f | ||
|
|
27ec351c64 | ||
|
|
cd11f45df1 | ||
|
|
dc70bb346c | ||
|
|
a873371766 | ||
|
|
3df6de85bf | ||
|
|
4f4ae99b91 | ||
|
|
12980e8365 | ||
|
|
be646a0fc5 | ||
|
|
c6ca5715e1 | ||
|
|
27ca8619ea | ||
|
|
6bfbd744c7 | ||
|
|
e5d83e5b1b | ||
| 07cb16d193 | |||
| 7599427d3d | |||
|
|
b2dee67719 | ||
| 2496f2349a | |||
| b7657f7b78 | |||
| ac19208fd1 | |||
|
|
d48fc956ad |
1 changed files with 43 additions and 5 deletions
48
unison.spec
48
unison.spec
|
|
@ -1,5 +1,5 @@
|
|||
%bcond doc 1
|
||||
%bcond gtk 0
|
||||
%bcond gtk 1
|
||||
|
||||
%ifarch %{ocaml_native_compiler}
|
||||
%global native true
|
||||
|
|
@ -12,7 +12,7 @@ ExcludeArch: %{ix86}
|
|||
|
||||
Name: unison
|
||||
Version: 2.54.0
|
||||
Release: 1%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: File Synchronizer
|
||||
|
||||
%global forgeurl https://github.com/bcpierce00/%{name}/
|
||||
|
|
@ -44,7 +44,9 @@ BuildRequires: ocaml-lablgtk3-devel
|
|||
BuildRequires: ocaml-cairo-devel
|
||||
%endif
|
||||
%if %{with doc}
|
||||
BuildRequires: tex-ec
|
||||
BuildRequires: hevea
|
||||
BuildRequires: lynx
|
||||
BuildRequires: texlive-ec
|
||||
BuildRequires: tex-latex
|
||||
%endif
|
||||
|
||||
|
|
@ -106,7 +108,7 @@ install -Dpm0644 -t %{buildroot}%{_metainfodir} %{SOURCE1}
|
|||
%endif
|
||||
|
||||
%if %{with doc}
|
||||
install -Dpm0644 -t %{buildroot}%{_docdir}/%{name} doc/%{name}-manual.pdf
|
||||
install -Dpm0644 -t %{buildroot}%{_docdir}/%{name} doc/%{name}-manual.{html,pdf,txt}
|
||||
%endif
|
||||
|
||||
%check
|
||||
|
|
@ -136,16 +138,52 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{name}-gui.me
|
|||
%if %{with doc}
|
||||
%files doc
|
||||
%dir %{_docdir}/%{name}
|
||||
%{_docdir}/%{name}/%{name}-manual.pdf
|
||||
%{_docdir}/%{name}/%{name}-manual.{html,pdf,txt}
|
||||
%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
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.53.5-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Thu Jan 9 2025 Jerry James <loganjerry@gmail.com> - 2.53.5-4
|
||||
- OCaml 5.3.0 rebuild for Fedora 42
|
||||
|
||||
* Fri Sep 20 2024 Matthew Krupcale <mkrupcale@gmail.com> - 2.53.5-3
|
||||
- Add package Requires for GDK Pixbuf XPM image loader module
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.53.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sat May 18 2024 Matthew Krupcale <mkrupcale@gmail.com> - 2.53.5-1
|
||||
- Re-package latest upstream v2.53.5
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue