Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d7d0489336 | ||
|
|
8069581216 | ||
|
|
f028bcc004 | ||
|
|
c05d644f8b | ||
|
|
9b00b0f7c3 | ||
|
|
0ba586d5fc |
1 changed files with 5 additions and 43 deletions
48
unison.spec
48
unison.spec
|
|
@ -1,5 +1,5 @@
|
|||
%bcond doc 1
|
||||
%bcond gtk 1
|
||||
%bcond gtk 0
|
||||
|
||||
%ifarch %{ocaml_native_compiler}
|
||||
%global native true
|
||||
|
|
@ -12,7 +12,7 @@ ExcludeArch: %{ix86}
|
|||
|
||||
Name: unison
|
||||
Version: 2.54.0
|
||||
Release: 3%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: File Synchronizer
|
||||
|
||||
%global forgeurl https://github.com/bcpierce00/%{name}/
|
||||
|
|
@ -44,9 +44,7 @@ BuildRequires: ocaml-lablgtk3-devel
|
|||
BuildRequires: ocaml-cairo-devel
|
||||
%endif
|
||||
%if %{with doc}
|
||||
BuildRequires: hevea
|
||||
BuildRequires: lynx
|
||||
BuildRequires: texlive-ec
|
||||
BuildRequires: tex-ec
|
||||
BuildRequires: tex-latex
|
||||
%endif
|
||||
|
||||
|
|
@ -108,7 +106,7 @@ install -Dpm0644 -t %{buildroot}%{_metainfodir} %{SOURCE1}
|
|||
%endif
|
||||
|
||||
%if %{with doc}
|
||||
install -Dpm0644 -t %{buildroot}%{_docdir}/%{name} doc/%{name}-manual.{html,pdf,txt}
|
||||
install -Dpm0644 -t %{buildroot}%{_docdir}/%{name} doc/%{name}-manual.pdf
|
||||
%endif
|
||||
|
||||
%check
|
||||
|
|
@ -138,52 +136,16 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{name}-gui.me
|
|||
%if %{with doc}
|
||||
%files doc
|
||||
%dir %{_docdir}/%{name}
|
||||
%{_docdir}/%{name}/%{name}-manual.{html,pdf,txt}
|
||||
%{_docdir}/%{name}/%{name}-manual.pdf
|
||||
%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