2024-01-05 17:43:51 +01:00
|
|
|
%define majver %(echo %version | cut -d. -f1-2)
|
|
|
|
Name: seahorse
|
2024-01-05 17:43:51 +01:00
|
|
|
Version: 3.14.0
|
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
|
|
|
|
%configure \
|
|
|
|
--enable-gtk-doc \
|
|
|
|
--disable-scrollkeeper
|
|
|
|
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%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
|
|
|
|
%dir %{_libdir}/seahorse
|
|
|
|
%{_libdir}/seahorse/*
|
|
|
|
%dir %{_datadir}/seahorse
|
|
|
|
%dir %{_datadir}/seahorse/ui
|
|
|
|
%{_datadir}/seahorse/ui/seahorse*
|
2024-01-05 17:43:51 +01:00
|
|
|
%{_datadir}/appdata/seahorse.appdata.xml
|
2024-01-05 17:43:51 +01:00
|
|
|
%{_datadir}/applications/seahorse.desktop
|
|
|
|
%{_datadir}/dbus-1/services/org.gnome.seahorse.Application.service
|
|
|
|
%{_datadir}/gnome-shell/search-providers/seahorse-search-provider.ini
|
|
|
|
%{_datadir}/GConf/gsettings/org.gnome.seahorse.convert
|
|
|
|
%{_datadir}/GConf/gsettings/org.gnome.seahorse.manager.convert
|
|
|
|
%{_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
|
|
|
|
#%dir %{_datadir}/omf/seahorse
|
|
|
|
#%{_datadir}/omf/seahorse/*
|
|
|
|
%{_datadir}/seahorse/icons/hicolor/*/apps/*.png
|
|
|
|
%{_datadir}/seahorse/icons/hicolor/*/status/*.png
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/seahorse*.png
|
|
|
|
%dir %{_datadir}/help/*/seahorse
|
|
|
|
%{_datadir}/help/*/seahorse/*
|
|
|
|
%{_mandir}/man1/seahorse*.1*
|
|
|
|
%doc AUTHORS COPYING
|
|
|
|
|
|
|
|
#%files devel
|
|
|
|
#%defattr(-,root,root)
|
|
|
|
#%dir %{_includedir}/libcryptui
|
|
|
|
#%{_includedir}/libcryptui/*
|
|
|
|
#%{_libdir}/libcryptui.a
|
|
|
|
#%{_libdir}/libcryptui.la
|
|
|
|
#%{_libdir}/libcryptui.so
|
|
|
|
#%{_libdir}/pkgconfig/cryptui-*.pc
|
|
|
|
#%{_datadir}/gir-1.0/CryptUI-*.gir
|
|
|
|
#%{_libdir}/girepository-1.0/CryptUI-*.typelib
|
|
|
|
#%doc ChangeLog ChangeLog.pre-0.6 ChangeLog.pre-1.0 ChangeLog.pre-auto NEWS README THANKS TODO
|
|
|
|
|
|
|
|
#%files apidocs
|
|
|
|
#%defattr(-,root,root)
|
|
|
|
#%dir %{_datadir}/gtk-doc/html/libcryptui
|
|
|
|
#%{_datadir}/gtk-doc/html/libcryptui/*
|
|
|
|
#%dir %{_datadir}/gtk-doc/html/libseahorse
|
|
|
|
#%{_datadir}/gtk-doc/html/libseahorse/*
|
|
|
|
|
|
|
|
%changelog
|
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
|