Browse Source

libgpg-error-1.36-1

Tomohiro "Tomo-p" KATO 6 years ago
parent
commit
3a8743f87a
1 changed files with 12 additions and 3 deletions
  1. 12 3
      lib/libg/libgpg-error/libgpg-error-vl.spec

+ 12 - 3
lib/libg/libgpg-error/libgpg-error-vl.spec

@@ -2,7 +2,7 @@
 Summary:	common error codes for GnuPG related projects
 Summary(ja):	GnuPG 関連プロジェクトで共通のエラーコード
 Name:		libgpg-error
-Version:	1.27
+Version:	1.36
 Release:	1%{?_dist_release}
 URL:		https://www.gnupg.org/related_software/libgpg-error/index.html
 Source0:	ftp://ftp.gnupg.org/gcrypt/libgpg-error/%{name}-%{version}.tar.bz2
@@ -96,7 +96,8 @@ fi
 
 %files -f %{name}.lang
 %defattr(-,root,root)
-%doc COPYING COPYING.LIB AUTHORS README INSTALL NEWS ChangeLog
+%license COPYING COPYING.LIB
+%doc AUTHORS README INSTALL NEWS ChangeLog
 %{_bindir}/gpg-error
 %{_libdir}/libgpg-error.so.*
 %dir %{_datadir}/libgpg-error
@@ -105,11 +106,16 @@ fi
 %files devel
 %defattr(-,root,root)
 %{_bindir}/gpg-error-config
+%{_bindir}/gpgrt-config
+%{_bindir}/yat2m
 %{_libdir}/libgpg-error.so
+%{_libdir}/pkgconfig/gpg-error.pc
 %{_includedir}/gpg-error.h
+%{_includedir}/gpgrt.h
 %{_datadir}/aclocal/gpg-error.m4
+%{_datadir}/aclocal/gpgrt.m4
 %{_infodir}/gpgrt.info*
-%{_mandir}/man1/gpg-error-config.1*
+%{_mandir}/man1/gpgrt-config.1*
 
 # compat32
 %if %{build_compat32}
@@ -123,6 +129,9 @@ fi
 %endif
 
 %changelog
+* Sun May 05 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.36-1
+- updated to 1.36.
+
 * Thu Mar 01 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.27-1
 - updated to 1.27.