automatic version update by autodist [release 5.2.0-1mamba;Wed Feb 28 2024]
This commit is contained in:
parent
7eb13c14e4
commit
a5b3c3b7a4
31
gramps.spec
31
gramps.spec
@ -1,5 +1,5 @@
|
|||||||
Name: gramps
|
Name: gramps
|
||||||
Version: 5.1.6
|
Version: 5.2.0
|
||||||
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
|
||||||
@ -11,7 +11,7 @@ Source: http://downloads.sourceforge.net/project/gramps/Stable/%{version}
|
|||||||
Patch0: gramps-4.0.1-validatedmaskedentry_no_attribute__block_changed.patch
|
Patch0: gramps-4.0.1-validatedmaskedentry_no_attribute__block_changed.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython311-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -29,9 +29,9 @@ Gramps, the open source genealogy program.
|
|||||||
%{__python3} setup.py install \
|
%{__python3} setup.py install \
|
||||||
--root=%{buildroot}
|
--root=%{buildroot}
|
||||||
|
|
||||||
%find_lang %{name} || touch %{name}.lang
|
%find_lang %{name} --with-man || touch %{name}.lang
|
||||||
|
|
||||||
sed -i "s|%{buildroot}||" %{buildroot}%{python3_sitelib}/gramps/gen/utils/resource-path
|
#sed -i "s|%{buildroot}||" %{buildroot}%{python3_sitelib}/gramps/gen/utils/resource-path
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -49,34 +49,27 @@ fi
|
|||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/gramps
|
%{_bindir}/gramps
|
||||||
%{_datadir}/metainfo/gramps.appdata.xml
|
%{_datadir}/applications/org.gramps_project.Gramps.desktop
|
||||||
%{_datadir}/applications/gramps.desktop
|
%{_metainfodir}/org.gramps_project.Gramps.appdata.xml
|
||||||
|
%{_datadir}/mime/packages/org.gramps_project.Gramps.xml
|
||||||
%dir %{_datadir}/gramps
|
%dir %{_datadir}/gramps
|
||||||
%{_datadir}/gramps/*
|
%{_datadir}/gramps/*
|
||||||
#%{_datadir}/icons/gnome/48x48/mimetypes/gnome-mime-application-x-*.png
|
|
||||||
#%{_datadir}/icons/gnome/scalable/mimetypes/gnome-mime-application-x-*.svg
|
|
||||||
%{_datadir}/mime-info/gramps.keys
|
|
||||||
%{_datadir}/mime-info/gramps.mime
|
|
||||||
%{_datadir}/mime/packages/gramps.xml
|
|
||||||
%dir %{python3_sitelib}/gramps
|
%dir %{python3_sitelib}/gramps
|
||||||
%{python3_sitelib}/gramps/*
|
%{python3_sitelib}/gramps/*
|
||||||
%{python3_sitelib}/gramps-%{version}-py%{python3_version}.egg-info
|
%{python3_sitelib}/gramps-%{version}-py%{python3_version}.egg-info
|
||||||
%{_datadir}/icons/hicolor/*/apps/gramps.png
|
%{_datadir}/icons/hicolor/*/apps/org.gramps_project.Gramps.png
|
||||||
|
%{_datadir}/icons/hicolor/scalable/apps/org.gramps_project.Gramps.svg
|
||||||
%{_datadir}/icons/hicolor/48x48/mimetypes/application-x-*.png
|
%{_datadir}/icons/hicolor/48x48/mimetypes/application-x-*.png
|
||||||
%{_datadir}/icons/hicolor/scalable/apps/gramps.svg
|
|
||||||
%{_datadir}/icons/hicolor/scalable/mimetypes/application-x-*.svg
|
%{_datadir}/icons/hicolor/scalable/mimetypes/application-x-*.svg
|
||||||
%{_mandir}/cs/man1/gramps.1*
|
|
||||||
%{_mandir}/fr/man1/gramps.1*
|
|
||||||
%{_mandir}/man1/gramps.1*
|
%{_mandir}/man1/gramps.1*
|
||||||
%{_mandir}/nl/man1/gramps.1*
|
|
||||||
%{_mandir}/pl/man1/gramps.1*
|
|
||||||
%{_mandir}/pt_BR/man1/gramps.1*
|
|
||||||
%{_mandir}/sv/man1/gramps.1*
|
|
||||||
%dir %{_docdir}/gramps
|
%dir %{_docdir}/gramps
|
||||||
%{_docdir}/gramps/*
|
%{_docdir}/gramps/*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 28 2024 Automatic Build System <autodist@openmamba.org> 5.2.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Jun 30 2023 Automatic Build System <autodist@mambasoft.it> 5.1.6-1mamba
|
* Fri Jun 30 2023 Automatic Build System <autodist@mambasoft.it> 5.1.6-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user