libgpg-error-vl.spec 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  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.10
  6. Release: 1%{?_dist_release}
  7. URL: ftp://ftp.gnupg.org/gcrypt/libgpg-error/
  8. Source0: ftp://ftp.gnupg.org/gcrypt/libgpg-error/%{name}-%{version}.tar.bz2
  9. Source1: ftp://ftp.gnupg.org/gcrypt/libgpg-error/%{name}-%{version}.tar.bz2.sig
  10. Group: System Environment/Libraries
  11. License: LGPL
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  13. Vendor: Project Vine
  14. Distribution: Vine Linux
  15. %description
  16. This is a library that defines common error values for all GnuPG
  17. components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt,
  18. pinentry, SmartCard Daemon and possibly more in the future.
  19. %package devel
  20. Summary: Development files for the %{name} package
  21. Summary(ja): %{name} パッケージの開発用ファイル
  22. Group: Development/Libraries
  23. Requires: %{name} = %{version}-%{release}
  24. %description devel
  25. This is a library that defines common error values for all GnuPG
  26. components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt,
  27. pinentry, SmartCard Daemon and possibly more in the future. This package
  28. contains files necessary to develop applications using libgpg-error.
  29. %package -n compat32-%{name}
  30. Summary: common error codes for GnuPG related projects
  31. Summary(ja): GnuPG 関連プロジェクトで共通のエラーコード
  32. Group: System Environment/Libraries
  33. Requires: %{name} = %{version}-%{release}
  34. %description -n compat32-%{name}
  35. This is a library that defines common error values for all GnuPG
  36. components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt,
  37. pinentry, SmartCard Daemon and possibly more in the future.
  38. %package -n compat32-%{name}-devel
  39. Summary: Development files for the %{name} package
  40. Summary(ja): %{name} パッケージの開発用ファイル
  41. Group: Development/Libraries
  42. Requires: compat32-%{name} = %{version}-%{release}
  43. Requires: %{name}-devel = %{version}-%{release}
  44. %description -n compat32-%{name}-devel
  45. This is a library that defines common error values for all GnuPG
  46. components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt,
  47. pinentry, SmartCard Daemon and possibly more in the future. This package
  48. contains files necessary to develop applications using libgpg-error.
  49. %prep
  50. %setup -q
  51. %build
  52. %configure --disable-static
  53. make %{?_smp_mflags}
  54. %install
  55. rm -rf $RPM_BUILD_ROOT
  56. %makeinstall
  57. # remove unneeded files
  58. rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
  59. rm -rf $RPM_BUILD_ROOT%{_datadir}/common-lisp
  60. %find_lang %{name}
  61. %clean
  62. rm -rf $RPM_BUILD_ROOT
  63. %post -p /sbin/ldconfig
  64. %postun -p /sbin/ldconfig
  65. %post -n compat32-%{name} -p /sbin/ldconfig
  66. %postun -n compat32-%{name} -p /sbin/ldconfig
  67. %files -f %{name}.lang
  68. %defattr(-,root,root)
  69. %doc COPYING COPYING.LIB AUTHORS README INSTALL NEWS ChangeLog
  70. %{_bindir}/gpg-error
  71. %{_libdir}/libgpg-error.so.*
  72. %files devel
  73. %defattr(-,root,root)
  74. %{_bindir}/gpg-error-config
  75. %{_libdir}/libgpg-error.so
  76. %{_includedir}/gpg-error.h
  77. %{_datadir}/aclocal/gpg-error.m4
  78. # compat32
  79. %if %{build_compat32}
  80. %files -n compat32-%{name}
  81. %defattr(-,root,root)
  82. %{_libdir}/libgpg-error.so.*
  83. %files -n compat32-%{name}-devel
  84. %defattr(-,root,root)
  85. %{_libdir}/libgpg-error.so
  86. %endif
  87. %changelog
  88. * Mon Apr 4 2011 IWAI, Masaharu <iwai@alib.jp> 1.10-1
  89. - new upstream release
  90. * Sat Oct 02 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.9-1
  91. - new upstream release
  92. * Thu Apr 29 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.7-1
  93. - new upstream release
  94. - added --disable-static to %%configure
  95. - built with new toolchain
  96. * Sat Jun 27 2009 NAKAMURA Kenta <kenta@vinelinux.org> 1.6-3
  97. - added compat32 package for x86_64 arch support
  98. * Tue Mar 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6-2
  99. - spec in utf-8
  100. - remove static lib
  101. * Tue Mar 18 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.6-1vl5
  102. - new upstream release
  103. - used _dist_release macro
  104. * Fri Mar 09 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.4-0vl1
  105. - new upstream release
  106. - add Vendor/Distribution tag
  107. * Sun Apr 09 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.3-0vl1
  108. - new upstream release
  109. * Tue Nov 30 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0-0vl1
  110. - initial build for Vine Linux
  111. * Tue Aug 31 2004 Bill Nottingham <notting@redhat.com> - 1.0-1
  112. - update to 1.0
  113. * Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
  114. - rebuilt
  115. * Fri Apr 16 2004 Bill Nottingham <notting@redhat.com> - 0.7-1
  116. - adapt upstream specfile