|
@@ -1,7 +1,7 @@
|
|
Summary: A GNOME3 frontend for GnuPG
|
|
Summary: A GNOME3 frontend for GnuPG
|
|
Summary(ja): GnuPG の GNOME3 フロントエンド
|
|
Summary(ja): GnuPG の GNOME3 フロントエンド
|
|
Name: seahorse
|
|
Name: seahorse
|
|
-Version: 3.36.2
|
|
|
|
|
|
+Version: 3.38.1
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Group: accessories,security,desktop-gnome
|
|
Group: accessories,security,desktop-gnome
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
@@ -10,7 +10,7 @@ Distribution: Vine Linux
|
|
License: GPL
|
|
License: GPL
|
|
URL: https://wiki.gnome.org/Apps/Seahorse
|
|
URL: https://wiki.gnome.org/Apps/Seahorse
|
|
%define shortver %(echo %{version} | cut -d. -f1-2)
|
|
%define shortver %(echo %{version} | cut -d. -f1-2)
|
|
-Source0: https://download.gnome.org/sources/seahorse/3.36/%{name}-%{version}.tar.xz
|
|
|
|
|
|
+Source0: https://download.gnome.org/sources/seahorse/%{shortver}/%{name}-%{version}.tar.xz
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: avahi-glib-devel >= 0.6
|
|
BuildRequires: avahi-glib-devel >= 0.6
|
|
@@ -33,8 +33,8 @@ BuildRequires: nautilus >= 2.32.0
|
|
BuildRequires: openldap-devel
|
|
BuildRequires: openldap-devel
|
|
BuildRequires: openssh
|
|
BuildRequires: openssh
|
|
BuildRequires: openssh-clients
|
|
BuildRequires: openssh-clients
|
|
-BuildRequires: vala-devel
|
|
|
|
-BuildRequires: libhandy0-devel
|
|
|
|
|
|
+BuildRequires: vala
|
|
|
|
+BuildRequires: libhandy-devel
|
|
BuildRequires: yelp-tools
|
|
BuildRequires: yelp-tools
|
|
|
|
|
|
Obsoletes: seahorse-devel < 3.1.4
|
|
Obsoletes: seahorse-devel < 3.1.4
|
|
@@ -44,8 +44,6 @@ Provides: gnome-keyring-manager < 2.21
|
|
|
|
|
|
Requires: pinentry-gnome3
|
|
Requires: pinentry-gnome3
|
|
Requires: gnupg2
|
|
Requires: gnupg2
|
|
-Requires(postun): glib2
|
|
|
|
-Requires(posttrans): glib2
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
%description
|
|
@@ -61,6 +59,9 @@ Seahorse は GNU Privacy Guard (GnuPG) の GNOME3 フロントエンドです。
|
|
うことができます。
|
|
うことができます。
|
|
|
|
|
|
|
|
|
|
|
|
+%debug_package
|
|
|
|
+
|
|
|
|
+
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
|
@@ -84,16 +85,6 @@ Seahorse は GNU Privacy Guard (GnuPG) の GNOME3 フロントエンドです。
|
|
[ "%{buildroot}" != "/" ] && %__rm -rf %{buildroot}
|
|
[ "%{buildroot}" != "/" ] && %__rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
-%post -p /sbin/ldconfig
|
|
|
|
-
|
|
|
|
-%postun
|
|
|
|
-/sbin/ldconfig
|
|
|
|
-glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
|
|
|
|
-
|
|
|
|
-%posttrans
|
|
|
|
-glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
|
|
|
|
-
|
|
|
|
-
|
|
|
|
%files -f %{name}.lang
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
%license COPYING*
|
|
%license COPYING*
|
|
@@ -113,6 +104,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Apr 02 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.38.1-1
|
|
|
|
+- new upstream release.
|
|
|
|
+- dropped scriptlets.
|
|
|
|
+
|
|
* Sat Aug 08 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.36.2-1
|
|
* Sat Aug 08 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.36.2-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|