|
|
|
@ -1,6 +1,6 @@
@@ -1,6 +1,6 @@
|
|
|
|
|
Name: gnumeric |
|
|
|
|
Epoch: 1 |
|
|
|
|
Version: 1.12.53 |
|
|
|
|
Version: 1.12.56 |
|
|
|
|
Release: 1%{?dist} |
|
|
|
|
Summary: Spreadsheet program for GNOME |
|
|
|
|
#LGPLv2+: |
|
|
|
@ -34,6 +34,10 @@ BuildRequires: psiconv-devel
@@ -34,6 +34,10 @@ BuildRequires: psiconv-devel
|
|
|
|
|
BuildRequires: pygobject3-devel |
|
|
|
|
BuildRequires: python3-devel |
|
|
|
|
BuildRequires: zlib-devel |
|
|
|
|
|
|
|
|
|
# https://gitlab.gnome.org/GNOME/goffice/-/issues/70 |
|
|
|
|
ExcludeArch: %{ix86} |
|
|
|
|
|
|
|
|
|
Requires: hicolor-icon-theme |
|
|
|
|
|
|
|
|
|
%description |
|
|
|
@ -54,7 +58,6 @@ develop gnumeric-based applications.
@@ -54,7 +58,6 @@ develop gnumeric-based applications.
|
|
|
|
|
%package plugins-extras |
|
|
|
|
Summary: Additional plugins for Gnumeric incl. Perl and Python support |
|
|
|
|
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release} |
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) |
|
|
|
|
Requires: python(abi) = %{python3_version} |
|
|
|
|
|
|
|
|
|
%description plugins-extras |
|
|
|
@ -92,9 +95,10 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
@@ -92,9 +95,10 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications |
|
|
|
|
desktop-file-install --delete-original \ |
|
|
|
|
--remove-category Science \ |
|
|
|
|
--dir $RPM_BUILD_ROOT%{_datadir}/applications \ |
|
|
|
|
$RPM_BUILD_ROOT%{_datadir}/applications/*.desktop |
|
|
|
|
|
|
|
|
|
appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_metainfodir}/%{name}.appdata.xml |
|
|
|
|
appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_metainfodir}/org.%{name}.%{name}.appdata.xml |
|
|
|
|
|
|
|
|
|
#remove .la files |
|
|
|
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' |
|
|
|
@ -121,11 +125,11 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
@@ -121,11 +125,11 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|
|
|
|
%exclude %{_libdir}/%{name}/%{version}/plugins/py-* |
|
|
|
|
%exclude %{_libdir}/%{name}/%{version}/plugins/python-* |
|
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.gnumeric.* |
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/%{name}.png |
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/org.%{name}.%{name}.png |
|
|
|
|
%dir %{_datadir}/%{name} |
|
|
|
|
%{_datadir}/%{name}/%{version} |
|
|
|
|
%{_datadir}/applications/%{name}.desktop |
|
|
|
|
%{_metainfodir}/%{name}.appdata.xml |
|
|
|
|
%{_datadir}/applications/org.%{name}.%{name}.desktop |
|
|
|
|
%{_metainfodir}/org.%{name}.%{name}.appdata.xml |
|
|
|
|
%{_mandir}/man1/* |
|
|
|
|
|
|
|
|
|
%files devel |
|
|
|
@ -147,10 +151,41 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
@@ -147,10 +151,41 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog |
|
|
|
|
* Sat Nov 04 2023 Julian Sikorski <belegdol@fedoraproject.org> - 1:1.12.56-1 |
|
|
|
|
- Update to 1.12.56 |
|
|
|
|
- Drop i686 architecture |
|
|
|
|
|
|
|
|
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.12.55-4 |
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild |
|
|
|
|
|
|
|
|
|
* Tue Jul 11 2023 Jitka Plesnikova <jplesnik@redhat.com> - 1:1.12.55-3 |
|
|
|
|
- Perl 5.38 rebuild |
|
|
|
|
|
|
|
|
|
* Thu Jun 15 2023 Python Maint <python-maint@redhat.com> - 1:1.12.55-2 |
|
|
|
|
- Rebuilt for Python 3.12 |
|
|
|
|
|
|
|
|
|
* Sat Feb 04 2023 Julian Sikorski <belegdol@fedoraproject.org> - 1:1.12.55-1 |
|
|
|
|
- Update to 1.12.55 |
|
|
|
|
|
|
|
|
|
* Sat Jan 21 2023 Julian Sikorski <belegdol@fedoraproject.org> - 1:1.12.54-1 |
|
|
|
|
- Update to 1.12.54 |
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.12.53-2 |
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild |
|
|
|
|
|
|
|
|
|
* Sun Sep 18 2022 Julian Sikorski <belegdol@fedoraproject.org> - 1:1.12.53-1 |
|
|
|
|
- Update to 1.12.53 |
|
|
|
|
- Re-enable gdaif plugin on f37 and above |
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.12.52-4 |
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild |
|
|
|
|
|
|
|
|
|
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1:1.12.52-3 |
|
|
|
|
- Rebuilt for Python 3.11 |
|
|
|
|
|
|
|
|
|
* Wed Jun 01 2022 Jitka Plesnikova <jplesnik@redhat.com> - 1:1.12.52-2 |
|
|
|
|
- Perl 5.36 rebuild |
|
|
|
|
|
|
|
|
|
* Wed Apr 20 2022 Julian Sikorski <belegdol@fedoraproject.org> - 1:1.12.52-1 |
|
|
|
|
- Update to 1.12.52 |
|
|
|
|
- Enable appdata file validation |
|
|
|
@ -158,6 +193,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
@@ -158,6 +193,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|
|
|
|
* Sun Jan 23 2022 Julian Sikorski <belegdol@fedoraproject.org> - 1:1.12.51-1 |
|
|
|
|
- Update to 1.12.51 |
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.12.50-3 |
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild |
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.12.50-2 |
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild |
|
|
|
|
|
|
|
|
|