Browse Source

updated 3 packages

gpgme-1.13.1-1

mozjs60-60.9.0-7

p11-kit-0.23.20-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12353 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 4 years ago
parent
commit
3bda8a7ead
3 changed files with 30 additions and 15 deletions
  1. 9 6
      g/gpgme/gpgme-vl.spec
  2. 8 1
      m/mozjs60/mozjs60-vl.spec
  3. 13 8
      p/p11-kit/p11-kit-vl.spec

+ 9 - 6
g/gpgme/gpgme-vl.spec

@@ -6,14 +6,13 @@
 Name:		gpgme
 Summary:	GPGME - GnuPG Made Easy
 Summary(ja):	GPGME - GnuPG Made Easy
-Version:	1.12.0
-Release:	2%{?_dist_release}
-
-License:	LGPL
+Version:	1.13.1
+Release:	1%{?_dist_release}
 Group:		System Environment/Libraries
-URL:		http://www.gnupg.org/related_software/gpgme/
 
-Source:		ftp://ftp.gnupg.org/gcrypt/gpgme/%{name}-%{version}.tar.bz2
+License:	LGPL
+URL:		https://gnupg.org/software/gpgme/index.html
+Source:		https://gnupg.org/ftp/gcrypt/gpgme/%{name}-%{version}.tar.bz2
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 BuildRequires:	gnupg >= %{_gnupg_ver}
@@ -152,6 +151,7 @@ fi
 %{_bindir}/gpgme-tool
 %{_libdir}/libgpgme*.so
 %{_libdir}/cmake/*
+%{_libdir}/pkgconfig/*
 %{_datadir}/aclocal/gpgme.m4
 %{_includedir}/*
 %{_infodir}/*
@@ -167,6 +167,9 @@ fi
 %{python3_sitearch}/gpg/
 
 %changelog
+* Thu Mar 26 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.13.1-1
+- new upstream release.
+
 * Fri Nov 30 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.12.0-2
 - enabled python{2,3} bindings.
 

+ 8 - 1
m/mozjs60/mozjs60-vl.spec

@@ -16,7 +16,7 @@
 
 Name:           mozjs%{major}
 Version:        60.9.0
-Release:        6%{?_dist_release}
+Release:        7%{?_dist_release}
 Summary:        SpiderMonkey JavaScript library
 
 Vendor:         Project Vine
@@ -90,6 +90,10 @@ Requires:       %{name}%{?_isa} = %{version}-%{release}
 The %{name}-devel package contains libraries and header files for
 developing applications that use %{name}.
 
+
+%debug_package
+
+
 %prep
 %setup -q -n firefox-%{version}/js/src
 
@@ -265,6 +269,9 @@ ln -s libmozjs-%{major}.so.0 %{buildroot}%{_libdir}/libmozjs-%{major}.so
 %{_includedir}/mozjs-%{major}/
 
 %changelog
+* Thu Mar 26 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 60.9.0-7
+- separated debuginfo.
+
 * Mon Mar 23 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 60.9.0-6
 - initial build for Vine Linux.
 - added Patch1000 for i686.

+ 13 - 8
p/p11-kit/p11-kit-vl.spec

@@ -1,17 +1,17 @@
 %define		build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
 
-%define         pkg_version 0.23.1
+%define         pkg_version 0.23.20
 %define         pkg_release 1%{?_dist_release}
 
 Name:           p11-kit
 Version:        %{pkg_version}
 Release:        %{pkg_release}
 Summary:        Provides a way to load and enumerate PKCS#11 modules
-
 Group:          System Environment/Libraries
+
 License:        LGPLv2+
-URL:            http://p11-glue.freedesktop.org/p11-kit.html
-Source0:        http://p11-glue.freedesktop.org/releases/%{name}-%{version}.tar.gz
+URL:            https://p11-glue.github.io/p11-glue/p11-kit.html
+Source0:        https://github.com/p11-glue/p11-kit/releases/download/%{version}/%{name}-%{version}.tar.xz
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
@@ -24,7 +24,6 @@ Requires:		ca-certificates
 
 Vendor:		Project Vine
 Distribution:	Vine Linux
-Packager:	Takemikaduchi
 
 %description
 Provides a way to load and enumerate PKCS#11 modules. Provides a standard
@@ -111,15 +110,18 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc ChangeLog AUTHORS COPYING NEWS README
+%license COPYING
+%doc ChangeLog AUTHORS NEWS README*
 %{_sysconfdir}/pkcs11/pkcs11.conf.example
 %{_bindir}/p11-kit
 %{_bindir}/trust
 %{_libdir}/libp11-kit.so.*
 %{_libdir}/p11-kit-proxy.so
-%{_libdir}/p11-kit/p11-kit-remote
-%{_libdir}/p11-kit/trust-extract-compat
 %{_libdir}/pkcs11/p11-kit-trust.so
+%{_libdir}/pkcs11/p11-kit-client.so
+%{_libexecdir}/p11-kit/p11-kit-remote
+%{_libexecdir}/p11-kit/p11-kit-server
+%{_libexecdir}/p11-kit/trust-extract-compat
 %{_datadir}/%{name}
 
 %files devel
@@ -145,6 +147,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Mar 26 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.23.20-1
+- new upstream release.
+
 * Sat Oct 31 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.23.1-1
 - new upstream release