automatic version update by autodist [release 5.1.3-1mamba;Sat Oct 17 2020]
This commit is contained in:
parent
679b6d4839
commit
eadfc859ef
@ -1,5 +1,5 @@
|
||||
Name: gramps
|
||||
Version: 5.1.2
|
||||
Version: 5.1.3
|
||||
Release: 1mamba
|
||||
Summary: An open source genealogy program
|
||||
Group: Graphical Desktop/Applications/Scientific
|
||||
@ -38,12 +38,12 @@ sed -i "s|%{buildroot}||" %{buildroot}%{python3_sitelib}/gramps/gen/utils/resour
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post
|
||||
%{_bindir}/update-mime-database %{_datadir}/mime 2>&1 > /dev/null
|
||||
%{_bindir}/update-mime-database -n %{_datadir}/mime 2>&1 > /dev/null
|
||||
:
|
||||
|
||||
%postun
|
||||
if [ $1 -eq 0 ]; then
|
||||
%{_bindir}/update-mime-database %{_datadir}/mime 2>&1 > /dev/null
|
||||
%{_bindir}/update-mime-database -n %{_datadir}/mime 2>&1 > /dev/null
|
||||
fi
|
||||
:
|
||||
|
||||
@ -75,6 +75,9 @@ fi
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%changelog
|
||||
* Sat Oct 17 2020 Automatic Build System <autodist@mambasoft.it> 5.1.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jan 13 2020 Automatic Build System <autodist@mambasoft.it> 5.1.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user