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