forked from pool/seahorse
Accepting request 174137 from home:dimstar:branches:GNOME:Factory
Update to 3.9.1 OBS-URL: https://build.opensuse.org/request/show/174137 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/seahorse?expand=0&rev=147
This commit is contained in:
parent
854445e393
commit
88d0037848
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c1a1d97618a37a79e19902e00f3a0de7cfb947b52eb9282ea09e5f9f73151e7a
|
|
||||||
size 2064984
|
|
3
seahorse-3.9.1.tar.xz
Normal file
3
seahorse-3.9.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f0d92b008efb7a4aee9f6542c53e8a8b92f9dacf768ed639d301f23648a8c457
|
||||||
|
size 1971036
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 1 08:18:42 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.9.1:
|
||||||
|
+ Add a shell search provider for passwords and keys
|
||||||
|
(bgo#694606).
|
||||||
|
+ Start using vala for internal interfaces.
|
||||||
|
+ Build fixes.
|
||||||
|
+ Updated translations.
|
||||||
|
- Add vala BuildRequires: needed, as internals are now built in
|
||||||
|
vala.
|
||||||
|
- Create new subpackage gnome-shell-search-provider-seahorse.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 16 08:52:26 UTC 2013 - dimstar@opensuse.org
|
Tue Apr 16 08:52:26 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: seahorse
|
Name: seahorse
|
||||||
Version: 3.8.1
|
Version: 3.9.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GNOME interface for gnupg
|
Summary: GNOME interface for gnupg
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Security
|
Group: Productivity/Security
|
||||||
Url: http://projects.gnome.org/seahorse/
|
Url: http://projects.gnome.org/seahorse/
|
||||||
Source: http://download.gnome.org/sources/seahorse/3.8/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/seahorse/3.9/%{name}-%{version}.tar.xz
|
||||||
# PATCH-FIX-OPENSUSE bnc#804181 bgo#659834 mike.catanzaro@gmail.com -- Remove help buttons that point to nowhere, submitted but not yet reviewed upstream
|
# PATCH-FIX-OPENSUSE bnc#804181 bgo#659834 mike.catanzaro@gmail.com -- Remove help buttons that point to nowhere, submitted but not yet reviewed upstream
|
||||||
Patch0: seahorse-remove-bad-help-buttons.patch
|
Patch0: seahorse-remove-bad-help-buttons.patch
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -34,6 +34,7 @@ BuildRequires: openldap2-devel
|
|||||||
BuildRequires: openssh
|
BuildRequires: openssh
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
|
BuildRequires: vala >= 0.18.0
|
||||||
BuildRequires: yelp-tools
|
BuildRequires: yelp-tools
|
||||||
BuildRequires: pkgconfig(avahi-client)
|
BuildRequires: pkgconfig(avahi-client)
|
||||||
BuildRequires: pkgconfig(avahi-glib)
|
BuildRequires: pkgconfig(avahi-glib)
|
||||||
@ -53,6 +54,17 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
%description
|
%description
|
||||||
Seahorse is a GNOME interface for gnupg. It uses gpgme as the backend.
|
Seahorse is a GNOME interface for gnupg. It uses gpgme as the backend.
|
||||||
|
|
||||||
|
%package -n gnome-shell-search-provider-seahorse
|
||||||
|
Summary: GNOME interface for gnupg -- Search Provider for GNOME Shell
|
||||||
|
Group: Productivity/Security
|
||||||
|
Supplements: packageand(gnome-shell:%{name})
|
||||||
|
|
||||||
|
%description -n gnome-shell-search-provider-seahorse
|
||||||
|
Seahorse is a GNOME interface for gnupg. It uses gpgme as the backend.
|
||||||
|
|
||||||
|
This package contains a search provider to enable GNOME Shell to get
|
||||||
|
search results from documents.
|
||||||
|
|
||||||
%lang_package
|
%lang_package
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -62,17 +74,14 @@ translation-update-upstream
|
|||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--disable-scrollkeeper
|
--disable-scrollkeeper
|
||||||
make %{?jobs:-j%jobs} V=1
|
make %{?_smp_mflags} V=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%make_install
|
||||||
%if 0%{?suse_version} <= 1120
|
find %{buildroot} -type f -name '*.la' -delete -print
|
||||||
%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
|
|
||||||
%endif
|
|
||||||
%{__rm} -f %{buildroot}%{_libdir}/*.*a
|
|
||||||
%suse_update_desktop_file %{name}
|
%suse_update_desktop_file %{name}
|
||||||
%find_lang %{name} %{?no_lang_C}
|
%find_lang %{name} %{?no_lang_C}
|
||||||
%fdupes $RPM_BUILD_ROOT
|
%fdupes %{buildroot}
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%glib2_gsettings_schema_post
|
%glib2_gsettings_schema_post
|
||||||
@ -85,7 +94,7 @@ make %{?jobs:-j%jobs} V=1
|
|||||||
%icon_theme_cache_postun
|
%icon_theme_cache_postun
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -102,7 +111,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/icons/hicolor/*/*/seahorse.png
|
%{_datadir}/icons/hicolor/*/*/seahorse.png
|
||||||
%{_datadir}/icons/hicolor/*/*/seahorse-preferences.png
|
%{_datadir}/icons/hicolor/*/*/seahorse-preferences.png
|
||||||
%{_datadir}/seahorse/
|
%{_datadir}/seahorse/
|
||||||
%{_mandir}/man1/seahorse.1.*
|
%{_mandir}/man1/seahorse.1%{?ext_man}
|
||||||
|
|
||||||
|
%files -n gnome-shell-search-provider-seahorse
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_datadir}/dbus-1/services/org.gnome.seahorse.Application.service
|
||||||
|
%dir %{_datadir}/gnome-shell
|
||||||
|
%dir %{_datadir}/gnome-shell/search-providers
|
||||||
|
%{_datadir}/gnome-shell/search-providers/seahorse-search-provider.ini
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user