[packages/seahorse] up to 3.30
atler
atler at pld-linux.org
Sun Oct 28 14:36:18 CET 2018
commit bfcba9e2097fc292311c3723dca22ec03cc6463b
Author: Jan Palus <atler at pld-linux.org>
Date: Sun Oct 28 14:35:51 2018 +0100
up to 3.30
seahorse.spec | 62 +++++++++++++++++++++++++++--------------------------------
1 file changed, 28 insertions(+), 34 deletions(-)
---
diff --git a/seahorse.spec b/seahorse.spec
index e1656a1..02d2c9e 100644
--- a/seahorse.spec
+++ b/seahorse.spec
@@ -1,42 +1,50 @@
Summary: Seahorse - A GNOME front end for GnuPG
Summary(pl.UTF-8): Seahorse - frontend GNOME do GnuPG
Name: seahorse
-Version: 3.20.0
+Version: 3.30
Release: 1
License: GPL v2
Group: X11/Applications
-Source0: http://ftp.gnome.org/pub/GNOME/sources/seahorse/3.20/%{name}-%{version}.tar.xz
-# Source0-md5: 06cdf9805d9d1adddd0140d13f1bd234
+Source0: http://ftp.gnome.org/pub/GNOME/sources/seahorse/3.30/%{name}-%{version}.tar.xz
+# Source0-md5: e3262bcf7c50dfc0c74cbba58016d554
URL: http://www.gnome.org/projects/seahorse/
-BuildRequires: autoconf >= 2.63
-BuildRequires: automake >= 1:1.11
BuildRequires: avahi-devel >= 0.6
BuildRequires: avahi-glib-devel >= 0.6
BuildRequires: docbook-dtd412-xml
BuildRequires: gcr-devel >= 3.12.0
+BuildRequires: gcr-ui-devel >= 3.12.0
BuildRequires: gettext-tools
-BuildRequires: glib2-devel >= 1:2.16.0
+BuildRequires: glib2-devel >= 1:2.44.0
BuildRequires: gnupg2 >= 2.0.12
-BuildRequires: gpgme-devel >= 1:1.1.2
-BuildRequires: gtk+3-devel >= 3.4.0
+BuildRequires: gpgme-devel >= 1:1.7.0
+BuildRequires: gtk+3-devel >= 3.22.0
BuildRequires: intltool >= 0.40.0
BuildRequires: libsecret-devel >= 0.16
BuildRequires: libsoup-devel >= 2.33.92
+BuildRequires: meson >= 0.42
+BuildRequires: ninja
BuildRequires: openldap-devel >= 2.4.6
+# ssh-keygen bin path
+BuildRequires: openssh
+# ssh bin path
+BuildRequires: openssh-clients
BuildRequires: pkgconfig
BuildRequires: rpmbuild(find_lang) >= 1.23
-BuildRequires: rpmbuild(macros) >= 1.311
+BuildRequires: rpmbuild(macros) >= 1.727
BuildRequires: vala >= 2:0.22.0
BuildRequires: vala-gcr >= 3.12.0
+BuildRequires: vala-gcr-ui >= 3.12.0
+BuildRequires: vala-libsecret >= 0.16
BuildRequires: yelp-tools
Requires(post,postun): desktop-file-utils
Requires(post,postun): gtk-update-icon-cache
Requires(post,postun): hicolor-icon-theme
Requires: gcr >= 3.12.0
+Requires: glib2 >= 1:2.44.0
Requires: gnome-keyring >= 3.4.0
Requires: gnupg2 >= 2.0.12
-Requires: gpgme >= 1:1.1.2
-Requires: gtk+3 >= 3.4.0
+Requires: gpgme >= 1:1.7.0
+Requires: gtk+3 >= 3.22.0
Requires: libsecret >= 0.16
Requires: libsoup >= 2.33.92
Obsoletes: gnome-keyring-manager
@@ -63,26 +71,14 @@ kluczami jest prowadzone przez intuicyjny interfejs.
%setup -q
%build
-%{__glib_gettextize}
-%{__intltoolize}
-%{__libtoolize}
-%{__aclocal} -I m4
-%{__autoconf}
-%{__autoheader}
-%{__automake}
-%configure \
- SSH_KEYGEN_PATH=%{_bindir}/ssh-keygen \
- SSH_PATH=%{_bindir}/ssh \
- --enable-pgp \
- --disable-silent-rules \
- --disable-schemas-compile
-%{__make}
+%meson build \
+ -Dpgp-support=true
+%meson_build -C build
%install
rm -rf $RPM_BUILD_ROOT
-%{__make} install \
- DESTDIR=$RPM_BUILD_ROOT
+%meson_install -C build
%find_lang %{name} --with-gnome
@@ -99,18 +95,16 @@ rm -rf $RPM_BUILD_ROOT
%files -f %{name}.lang
%defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README
+%doc AUTHORS NEWS README.md
%attr(755,root,root) %{_bindir}/seahorse
-%dir %{_libdir}/seahorse
-%attr(755,root,root) %{_libdir}/seahorse/seahorse-ssh-askpass
-%attr(755,root,root) %{_libdir}/seahorse/xloadimage
+%dir %{_libexecdir}/seahorse
+%attr(755,root,root) %{_libexecdir}/seahorse/ssh-askpass
+%attr(755,root,root) %{_libexecdir}/seahorse/xloadimage
%{_datadir}/%{name}
%{_desktopdir}/seahorse.desktop
%{_iconsdir}/hicolor/*x*/apps/seahorse*.png
%{_iconsdir}/hicolor/symbolic/apps/seahorse-symbolic.svg
-%{_datadir}/appdata/seahorse.appdata.xml
-%{_datadir}/GConf/gsettings/org.gnome.seahorse.convert
-%{_datadir}/GConf/gsettings/org.gnome.seahorse.manager.convert
+%{_datadir}/metainfo/seahorse.appdata.xml
%{_datadir}/dbus-1/services/org.gnome.seahorse.Application.service
%{_datadir}/glib-2.0/schemas/org.gnome.seahorse.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.seahorse.manager.gschema.xml
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/seahorse.git/commitdiff/bfcba9e2097fc292311c3723dca22ec03cc6463b
More information about the pld-cvs-commit
mailing list