Browse Source

updated 2 packages

libpwquality-1.4.4-1

seahorse-3.38.1-1
Tomohiro "Tomo-p" KATO 3 years ago
parent
commit
dd66046fd4
2 changed files with 21 additions and 23 deletions
  1. 10 7
      lib/libp/libpwquality/libpwquality-vl.spec
  2. 11 16
      s/seahorse/seahorse-vl.spec

+ 10 - 7
lib/libp/libpwquality/libpwquality-vl.spec

@@ -1,7 +1,7 @@
 Summary: A library for password generation and password quality checking
 Name: libpwquality
-Version: 1.4.2
-Release: 2%{?_dist_release}
+Version: 1.4.4
+Release: 1%{?_dist_release}
 Group: system
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -9,7 +9,7 @@ Distribution: Vine Linux
 # The package is BSD licensed with option to relicense as GPLv2+
 # - this option is redundant as the BSD license allows that anyway.
 License: BSD or GPLv2+
-URL: https://fedorahosted.org/libpwquality/
+URL: https://github.com/libpwquality/libpwquality
 Source0: https://github.com/libpwquality/libpwquality/releases/download/libpwquality-%{version}/libpwquality-%{version}.tar.bz2
 
 %global _moduledir /%{_lib}/security
@@ -74,6 +74,9 @@ for easy password quality checking and generation of random
 pronounceable passwords from Python applications.
 
 
+%debug_package
+
+
 %prep
 %setup -q
 rm -rf %{py3dir}
@@ -123,10 +126,6 @@ mkdir $RPM_BUILD_ROOT%{_secconfdir}/pwquality.conf.d
 # Nothing yet
 
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
-
-
 %files -f libpwquality.lang
 %defattr(-,root,root,-)
 %{!?_licensedir:%global license %%doc}
@@ -160,6 +159,10 @@ mkdir $RPM_BUILD_ROOT%{_secconfdir}/pwquality.conf.d
 
 
 %changelog
+* Fri Apr 02 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.4.4-1
+- new upstream release.
+- dropped ldconfig scriptlets.
+
 * Mon Aug 17 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.4.2-2
 - rebuilt with python-3.8.
 

+ 11 - 16
s/seahorse/seahorse-vl.spec

@@ -1,7 +1,7 @@
 Summary:        A GNOME3 frontend for GnuPG
 Summary(ja):    GnuPG の GNOME3 フロントエンド
 Name:           seahorse
-Version:        3.36.2
+Version:        3.38.1
 Release:        1%{?_dist_release}
 Group:          accessories,security,desktop-gnome
 Vendor:         Project Vine
@@ -10,7 +10,7 @@ Distribution:   Vine Linux
 License:        GPL
 URL:            https://wiki.gnome.org/Apps/Seahorse
 %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
 BuildRequires:  avahi-glib-devel >= 0.6
@@ -33,8 +33,8 @@ BuildRequires:	nautilus >= 2.32.0
 BuildRequires:	openldap-devel
 BuildRequires:	openssh
 BuildRequires:	openssh-clients
-BuildRequires:	vala-devel
-BuildRequires:	libhandy0-devel
+BuildRequires:	vala
+BuildRequires:	libhandy-devel
 BuildRequires:	yelp-tools
 
 Obsoletes:      seahorse-devel < 3.1.4
@@ -44,8 +44,6 @@ Provides:       gnome-keyring-manager < 2.21
 
 Requires:       pinentry-gnome3
 Requires:       gnupg2
-Requires(postun): glib2
-Requires(posttrans): glib2
 
 
 %description
@@ -61,6 +59,9 @@ Seahorse は GNU Privacy Guard (GnuPG) の GNOME3 フロントエンドです。
 うことができます。
 
 
+%debug_package
+
+
 %prep
 %setup -q
 
@@ -84,16 +85,6 @@ Seahorse は GNU Privacy Guard (GnuPG) の GNOME3 フロントエンドです。
 [ "%{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
 %defattr(-,root,root)
 %license COPYING*
@@ -113,6 +104,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 
 
 %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
 - new upstream release.