2024-01-05 17:43:51 +01:00
|
|
|
%define majver %(echo %version | cut -d. -f1-2)
|
|
|
|
Name: seahorse
|
2024-01-05 17:43:52 +01:00
|
|
|
Version: 3.34.1
|
2024-01-05 17:43:51 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: A GNOME based graphical interface for managing and using encryption keys
|
|
|
|
Group: Graphical Desktop/Applications/Security
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: http://live.gnome.org
|
|
|
|
Source: http://ftp.gnome.org/pub/gnome/sources/seahorse/%{majver}/seahorse-%{version}.tar.xz
|
|
|
|
Patch0: %{name}-2.32.0-libnotify-0.7.patch
|
|
|
|
Patch1: %{name}-3.4.1-compile.patch
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libassuan-devel
|
|
|
|
BuildRequires: libatk-devel
|
|
|
|
BuildRequires: libavahi-devel
|
|
|
|
BuildRequires: libavahi-glib-devel
|
|
|
|
BuildRequires: libbzip2-devel
|
|
|
|
BuildRequires: libcairo-devel
|
|
|
|
BuildRequires: libdbus-devel
|
|
|
|
BuildRequires: libexpat-devel
|
|
|
|
BuildRequires: libffi-devel
|
|
|
|
BuildRequires: libfontconfig-devel
|
|
|
|
BuildRequires: libfreetype-devel
|
|
|
|
BuildRequires: libgcr-devel
|
|
|
|
BuildRequires: libgcrypt-devel
|
|
|
|
BuildRequires: libgdk-pixbuf-devel
|
|
|
|
BuildRequires: libglib-devel
|
|
|
|
BuildRequires: libgpg-error-devel
|
|
|
|
BuildRequires: libgpgme-devel
|
|
|
|
BuildRequires: libgraphite2-devel
|
|
|
|
BuildRequires: libgtk-devel
|
|
|
|
BuildRequires: libharfbuzz-devel
|
|
|
|
BuildRequires: libicu-devel
|
|
|
|
BuildRequires: liblzma-devel
|
|
|
|
BuildRequires: libopenldap-devel
|
|
|
|
BuildRequires: libopenssl-devel
|
|
|
|
BuildRequires: libpango-devel
|
|
|
|
BuildRequires: libpng-devel
|
|
|
|
BuildRequires: libsasl-devel
|
|
|
|
BuildRequires: libsecret-devel
|
|
|
|
BuildRequires: libselinux-devel
|
|
|
|
BuildRequires: libsoup-devel
|
|
|
|
BuildRequires: libsqlite-devel
|
|
|
|
BuildRequires: libssp-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
BuildRequires: libxml2-devel
|
|
|
|
BuildRequires: libz-devel
|
|
|
|
BuildRequires: p11-kit-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: libgcr-devel >= %{majver}
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
Seahorse is a graphical interface for managing and using encryption keys.
|
|
|
|
Currently it supports PGP keys (using GPG/GPGME) and SSH keys. Its goal is to provide an easy to use Key Management Tool, along with an easy to use interface for encryption operations.
|
|
|
|
|
|
|
|
Seahorse is integrated into the GNOME Desktop Environment and allows users to perform operations from their regular applications, like nautilus or gedit.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
Development files for %{name}.
|
|
|
|
|
|
|
|
%package apidocs
|
|
|
|
Group: Documentation
|
|
|
|
Summary: %{name} API documentation
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
Requires: gtk-doc
|
|
|
|
|
|
|
|
%description apidocs
|
|
|
|
This package includes the %{name} API documentation.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2024-01-05 17:43:52 +01:00
|
|
|
%meson
|
2024-01-05 17:43:51 +01:00
|
|
|
|
2024-01-05 17:43:52 +01:00
|
|
|
%meson_build
|
2024-01-05 17:43:51 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-05 17:43:52 +01:00
|
|
|
%meson_install
|
2024-01-05 17:43:51 +01:00
|
|
|
|
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post
|
|
|
|
/sbin/ldconfig
|
|
|
|
if [ $1 -ge 1 ]; then
|
|
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas 2>/dev/null
|
|
|
|
fi
|
|
|
|
exit 0
|
|
|
|
|
|
|
|
%postun
|
|
|
|
/sbin/ldconfig
|
|
|
|
if [ $1 -eq 0 ]; then
|
|
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas 2>/dev/null
|
|
|
|
fi
|
|
|
|
exit 0
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/seahorse
|
2024-01-05 17:43:52 +01:00
|
|
|
%dir %{_libexecdir}/seahorse
|
|
|
|
%{_libexecdir}/seahorse/*
|
|
|
|
%{_datadir}/applications/org.gnome.seahorse.Application.desktop
|
|
|
|
%{_datadir}/metainfo/org.gnome.seahorse.Application.appdata.xml
|
2024-01-05 17:43:51 +01:00
|
|
|
%{_datadir}/dbus-1/services/org.gnome.seahorse.Application.service
|
|
|
|
%{_datadir}/gnome-shell/search-providers/seahorse-search-provider.ini
|
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.seahorse.gschema.xml
|
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.seahorse.manager.gschema.xml
|
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.seahorse.window.gschema.xml
|
2024-01-05 17:43:52 +01:00
|
|
|
%dir %{_datadir}/seahorse
|
2024-01-05 17:43:51 +01:00
|
|
|
%{_datadir}/seahorse/icons/hicolor/*/status/*.png
|
2024-01-05 17:43:52 +01:00
|
|
|
%{_datadir}/seahorse/icons/hicolor/*/apps/seahorse-*.png
|
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/org.gnome.seahorse.Application.svg
|
|
|
|
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.seahorse.Application-symbolic.svg
|
2024-01-05 17:43:51 +01:00
|
|
|
%dir %{_datadir}/help/*/seahorse
|
|
|
|
%{_datadir}/help/*/seahorse/*
|
|
|
|
%doc AUTHORS COPYING
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 17:43:52 +01:00
|
|
|
* Mon Jan 06 2020 Automatic Build System <autodist@mambasoft.it> 3.34.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:43:52 +01:00
|
|
|
* Tue Oct 29 2019 Automatic Build System <autodist@mambasoft.it> 3.34-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:43:52 +01:00
|
|
|
* Wed Apr 20 2016 Automatic Build System <autodist@mambasoft.it> 3.20.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:43:51 +01:00
|
|
|
* Sun Oct 11 2015 Automatic Build System <autodist@mambasoft.it> 3.18.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:43:51 +01:00
|
|
|
* Mon May 18 2015 Automatic Build System <autodist@mambasoft.it> 3.16.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:43:51 +01:00
|
|
|
* Sat Apr 11 2015 Automatic Build System <autodist@mambasoft.it> 3.15.92-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:43:51 +01:00
|
|
|
* Tue Mar 03 2015 Automatic Build System <autodist@mambasoft.it> 3.14.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:43:51 +01:00
|
|
|
* Thu Oct 02 2014 Automatic Build System <autodist@mambasoft.it> 3.14.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:43:51 +01:00
|
|
|
* Wed May 14 2014 Automatic Build System <autodist@mambasoft.it> 3.12.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Mar 30 2014 Automatic Build System <autodist@mambasoft.it> 3.12.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:43:51 +01:00
|
|
|
* Wed Jan 08 2014 Automatic Build System <autodist@mambasoft.it> 3.10.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Oct 30 2013 Automatic Build System <autodist@mambasoft.it> 3.10.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue May 14 2013 Automatic Build System <autodist@mambasoft.it> 3.8.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Apr 16 2013 Automatic Build System <autodist@mambasoft.it> 3.8.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Apr 15 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 3.8.0-2mamba
|
|
|
|
- rebuilt with libgcr 3.8.0
|
|
|
|
|
|
|
|
* Thu Mar 28 2013 Automatic Build System <autodist@mambasoft.it> 3.8.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Dec 07 2012 Automatic Build System <autodist@mambasoft.it> 3.6.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Oct 16 2012 Automatic Build System <autodist@mambasoft.it> 3.6.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Oct 08 2012 Automatic Build System <autodist@mambasoft.it> 3.6.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Jul 01 2012 Automatic Build System <autodist@mambasoft.it> 3.4.1-1mamba
|
|
|
|
- update to 3.4.1
|
|
|
|
|
|
|
|
* Fri Oct 28 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 2.32.0-1mamba
|
|
|
|
- package created by autospec
|