libgpg-error-vl.spec 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
  2. Summary: common error codes for GnuPG related projects
  3. Summary(ja): GnuPG 関連プロジェクトで共通のエラーコード
  4. Name: libgpg-error
  5. Version: 1.45
  6. Release: 1%{?_dist_release}
  7. Group: system
  8. Vendor: Project Vine
  9. Distribution: Vine Linux
  10. Packager: iwaim
  11. License: LGPL
  12. URL: https://www.gnupg.org/related_software/libgpg-error/index.html
  13. Source0: https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-%{version}.tar.bz2
  14. Source1: https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-%{version}.tar.bz2.sig
  15. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  16. %description
  17. This is a library that defines common error values for all GnuPG
  18. components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt,
  19. pinentry, SmartCard Daemon and possibly more in the future.
  20. %package devel
  21. Summary: Development files for the %{name} package
  22. Summary(ja): %{name} パッケージの開発用ファイル
  23. Group: programming
  24. Requires: %{name} = %{version}-%{release}
  25. %description devel
  26. This is a library that defines common error values for all GnuPG
  27. components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt,
  28. pinentry, SmartCard Daemon and possibly more in the future. This package
  29. contains files necessary to develop applications using libgpg-error.
  30. %package -n compat32-%{name}
  31. Summary: common error codes for GnuPG related projects
  32. Summary(ja): GnuPG 関連プロジェクトで共通のエラーコード
  33. Group: system,legacy
  34. Requires: %{name} = %{version}-%{release}
  35. %description -n compat32-%{name}
  36. This is a library that defines common error values for all GnuPG
  37. components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt,
  38. pinentry, SmartCard Daemon and possibly more in the future.
  39. %package -n compat32-%{name}-devel
  40. Summary: Development files for the %{name} package
  41. Summary(ja): %{name} パッケージの開発用ファイル
  42. Group: programming,legacy
  43. Requires: compat32-%{name} = %{version}-%{release}
  44. Requires: %{name}-devel = %{version}-%{release}
  45. %description -n compat32-%{name}-devel
  46. This is a library that defines common error values for all GnuPG
  47. components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt,
  48. pinentry, SmartCard Daemon and possibly more in the future. This package
  49. contains files necessary to develop applications using libgpg-error.
  50. %debug_package
  51. %prep
  52. %setup -q
  53. %build
  54. %configure --disable-static
  55. make %{?_smp_mflags}
  56. %install
  57. rm -rf $RPM_BUILD_ROOT
  58. %makeinstall
  59. # remove unneeded files
  60. rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
  61. rm -rf $RPM_BUILD_ROOT%{_datadir}/common-lisp
  62. rm -f $RPM_BUILD_ROOT%{_infodir}/dir
  63. %find_lang %{name}
  64. %clean
  65. rm -rf $RPM_BUILD_ROOT
  66. %files -f %{name}.lang
  67. %defattr(-,root,root)
  68. %license COPYING COPYING.LIB
  69. %doc AUTHORS README INSTALL NEWS ChangeLog
  70. %{_bindir}/gpg-error
  71. %{_libdir}/libgpg-error.so.*
  72. %dir %{_datadir}/libgpg-error
  73. %{_datadir}/libgpg-error/errorref.txt
  74. %files devel
  75. %defattr(-,root,root)
  76. %{_bindir}/gpg-error-config
  77. %{_bindir}/gpgrt-config
  78. %{_bindir}/yat2m
  79. %{_libdir}/libgpg-error.so
  80. %{_libdir}/pkgconfig/gpg-error.pc
  81. %{_includedir}/gpg-error.h
  82. %{_includedir}/gpgrt.h
  83. %{_datadir}/aclocal/gpg-error.m4
  84. %{_datadir}/aclocal/gpgrt.m4
  85. %{_infodir}/gpgrt.info*
  86. %{_mandir}/man1/gpgrt-config.1*
  87. # compat32
  88. %if %{build_compat32}
  89. %files -n compat32-%{name}
  90. %defattr(-,root,root)
  91. %{_libdir}/libgpg-error.so.*
  92. %files -n compat32-%{name}-devel
  93. %defattr(-,root,root)
  94. %{_libdir}/libgpg-error.so
  95. %endif
  96. %changelog
  97. * Thu Jul 14 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.45-1
  98. - updated to 1.45.
  99. - dropped install-info scriptlets.
  100. * Mon Mar 22 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.42-1
  101. - updated to 1.42.
  102. - dropped ldconfig scriptlets.
  103. * Tue Feb 02 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.41-1
  104. - updated to 1.41.
  105. * Sat Sep 12 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.39-1
  106. - updated to 1.39.
  107. * Sun Mar 15 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.37-1
  108. - updated to 1.37.
  109. * Sun May 05 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.36-1
  110. - updated to 1.36.
  111. * Thu Mar 01 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.27-1
  112. - updated to 1.27.
  113. * Mon Mar 20 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.26-1
  114. - update to 1.26
  115. - add errorref.txt
  116. - update URL tag
  117. - add Packager tag
  118. * Sat May 21 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.22-1
  119. - new upstream release
  120. * Mon Dec 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12-1
  121. - new upstream release
  122. * Mon Apr 4 2011 IWAI, Masaharu <iwai@alib.jp> 1.10-1
  123. - new upstream release
  124. * Sat Oct 02 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.9-1
  125. - new upstream release
  126. * Thu Apr 29 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.7-1
  127. - new upstream release
  128. - added --disable-static to %%configure
  129. - built with new toolchain
  130. * Sat Jun 27 2009 NAKAMURA Kenta <kenta@vinelinux.org> 1.6-3
  131. - added compat32 package for x86_64 arch support
  132. * Tue Mar 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6-2
  133. - spec in utf-8
  134. - remove static lib
  135. * Tue Mar 18 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.6-1vl5
  136. - new upstream release
  137. - used _dist_release macro
  138. * Fri Mar 09 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.4-0vl1
  139. - new upstream release
  140. - add Vendor/Distribution tag
  141. * Sun Apr 09 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.3-0vl1
  142. - new upstream release
  143. * Tue Nov 30 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0-0vl1
  144. - initial build for Vine Linux
  145. * Tue Aug 31 2004 Bill Nottingham <notting@redhat.com> - 1.0-1
  146. - update to 1.0
  147. * Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
  148. - rebuilt
  149. * Fri Apr 16 2004 Bill Nottingham <notting@redhat.com> - 0.7-1
  150. - adapt upstream specfile