Accepting request 591701 from home:dimstar:Factory
- Add explicit call to autoreconf: some of the patches touch the build system. - Drop -lib2_gsettings_schema_post[un], desktop_database_post[un] and icon_theme_cache_post[un] usage from post/postun scripts: the functionality covered by file triggers. OBS-URL: https://build.opensuse.org/request/show/591701 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/seahorse?expand=0&rev=185
This commit is contained in:
parent
545042d446
commit
f9dba4d81a
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 27 15:40:00 UTC 2018 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Add explicit call to autoreconf: some of the patches touch the
|
||||||
|
build system.
|
||||||
|
- Drop -lib2_gsettings_schema_post[un], desktop_database_post[un]
|
||||||
|
and icon_theme_cache_post[un] usage from post/postun scripts: the
|
||||||
|
functionality covered by file triggers.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 26 11:34:40 UTC 2018 - dimstar@opensuse.org
|
Mon Feb 26 11:34:40 UTC 2018 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ Release: 0
|
|||||||
Summary: GNOME interface for gnupg
|
Summary: GNOME interface for gnupg
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
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.20/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/seahorse/3.20/%{name}-%{version}.tar.xz
|
||||||
# PATCH-FIX-UPSTREAM seahorse-gpg-ignore-key-considered.patch bgo#778607 mgorse@suse.com -- ignore key_considered line introduced in gpg 2.1.13.
|
# PATCH-FIX-UPSTREAM seahorse-gpg-ignore-key-considered.patch bgo#778607 mgorse@suse.com -- ignore key_considered line introduced in gpg 2.1.13.
|
||||||
Patch0: seahorse-gpg-ignore-key-considered.patch
|
Patch0: seahorse-gpg-ignore-key-considered.patch
|
||||||
@ -79,6 +79,7 @@ search results from seahorse.
|
|||||||
translation-update-upstream
|
translation-update-upstream
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
autoreconf -fiv
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags} V=1
|
make %{?_smp_mflags} V=1
|
||||||
|
|
||||||
@ -89,16 +90,6 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%find_lang %{name} %{?no_lang_C}
|
%find_lang %{name} %{?no_lang_C}
|
||||||
%fdupes %{buildroot}
|
%fdupes %{buildroot}
|
||||||
|
|
||||||
%post
|
|
||||||
%glib2_gsettings_schema_post
|
|
||||||
%desktop_database_post
|
|
||||||
%icon_theme_cache_post
|
|
||||||
|
|
||||||
%postun
|
|
||||||
%glib2_gsettings_schema_postun
|
|
||||||
%desktop_database_postun
|
|
||||||
%icon_theme_cache_postun
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc AUTHORS ChangeLog ChangeLog.pre-auto NEWS README
|
%doc AUTHORS ChangeLog ChangeLog.pre-auto NEWS README
|
||||||
%doc %{_datadir}/help/C/%{name}/
|
%doc %{_datadir}/help/C/%{name}/
|
||||||
|
Loading…
Reference in New Issue
Block a user