libassuan-vl.spec 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. Name: libassuan
  2. Summary: GnuPG IPC library
  3. Version: 2.5.6
  4. Release: 1%{?_dist_release}
  5. Group: system
  6. Vendor: Project Vine
  7. Distribution: Vine Linux
  8. Packager: iwaim
  9. License: LGPLv2+ and GPLv3+
  10. URL: https://www.gnupg.org/related_software/libassuan/index.html
  11. Source0: https://gnupg.org/ftp/gcrypt/libassuan/libassuan-%{version}.tar.bz2
  12. Source1: https://gnupg.org/ftp/gcrypt/libassuan/libassuan-%{version}.tar.bz2.sig
  13. Patch1: libassuan-1.0.5-multilib.patch
  14. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  15. BuildRequires: gawk
  16. BuildRequires: libgpg-error-devel >= 1.4
  17. #BuildRequires: pth-devel
  18. %description
  19. This is the IPC library used by GnuPG 2, GPGME and a few other
  20. packages.
  21. %package devel
  22. Summary: GnuPG IPC library
  23. Group: programming
  24. #Requires: pth-devel
  25. Requires: %{name} = %{version}
  26. Obsoletes: %{name}-static < %{version}-%{release}
  27. Provides: %{name}-static = %{version}-%{release}
  28. %description devel
  29. This is the IPC static library used by GnuPG 2, GPGME and a few other
  30. packages.
  31. This package contains files needed to develop applications using %{name}.
  32. %debug_package
  33. %prep
  34. %setup -q
  35. %patch1 -p1 -b .multilib
  36. %build
  37. #ifarch x86_64
  38. export CFLAGS="%{optflags} -fPIC"
  39. #endif
  40. %configure
  41. make %{?_smp_mflags}
  42. %install
  43. rm -rf %{buildroot}
  44. make install DESTDIR=%{buildroot}
  45. ## Unpackaged files
  46. rm -f %{buildroot}%{_infodir}/dir
  47. rm -f %{buildroot}%{_libdir}/libassuan.la
  48. %check
  49. make check
  50. %clean
  51. rm -rf %{buildroot}
  52. %files
  53. %defattr(-,root,root,-)
  54. %license COPYING.LIB
  55. %doc AUTHORS ChangeLog NEWS README THANKS TODO
  56. %{_libdir}/libassuan.so.*
  57. %files devel
  58. %defattr(-,root,root,-)
  59. %license COPYING.LIB
  60. %doc AUTHORS ChangeLog NEWS README THANKS TODO
  61. %{_bindir}/libassuan-config
  62. %{_includedir}/*
  63. %{_libdir}/libassuan.so
  64. %{_libdir}/pkgconfig/libassuan.pc
  65. %{_datadir}/aclocal/*
  66. %{_infodir}/assuan.info*
  67. %changelog
  68. * Thu Oct 19 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.5.6-1
  69. - updated to 2.5.6.
  70. - dropped install-info scriptlets.
  71. * Mon Mar 22 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.5.5-1
  72. - updated to 2.5.5.
  73. * Tue Feb 02 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.5.4-1
  74. - updated to 2.5.4.
  75. * Sun Mar 15 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.5.3-2
  76. - rebuilt with current environment.
  77. * Sun May 05 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.5.3-1
  78. - updated to 2.5.3.
  79. * Thu Mar 01 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.5.1-1
  80. - updated to 2.5.1.
  81. * Mon Mar 20 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 2.4.3-1
  82. - update to 2.4.3
  83. - update URL tag
  84. - add Packager tag
  85. * Sat May 21 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.2-1
  86. - new upstream release.
  87. * Fri Jul 11 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.1.1-1
  88. - new upstream release.
  89. * Tue Apr 5 2011 IWAI, Masaharu <iwai@alib.jp> 2.0.0-1
  90. - major version up to 2.0
  91. - create libassuan package
  92. - add BuildRequires: libgpg-error-devel >= 1.4
  93. - drop %%{_libdir}/lib*.a in %%files
  94. * Mon Apr 4 2011 IWAI, Masaharu <iwai@alib.jp> 1.0.5-4
  95. - update multilib patch (Patch1) from Fedora libassuan1-1.0.5-6
  96. - better (upstreamable) multilib patch
  97. - fix License tag - the documentation is GPLv3+
  98. * Sun Aug 30 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.0.5-3
  99. - Initial build for Vine Linux
  100. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.5-2
  101. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  102. * Sat Jun 20 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.0.5-1
  103. - libassuan-1.0.5
  104. * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.4-4
  105. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  106. * Thu Apr 03 2008 Rex Dieter <rdieter@fedoraproject.org> 1.0.4-3
  107. - multiarch conflicts (#341911)
  108. * Fri Feb 08 2008 Rex Dieter <rdieter@fedoraproject.org> 1.0.4-2
  109. - respin (gcc43)
  110. * Wed Dec 12 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 1.0.4-1
  111. - libassuan-1.0.4
  112. - License: LGPLv2+
  113. - disable useless -debuginfo (static libs only)
  114. * Sun Aug 26 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 1.0.3-2
  115. - BR: gawk (to reenable pth support)
  116. * Fri Aug 24 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 1.0.3-1
  117. - libassuan-1.0.3
  118. - License: LGPLv2
  119. * Thu Aug 02 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 1.0.2-2
  120. - License: LGPLv3 (clarification, changed from LGPLv2 1.0.1 -> 1.0.2)
  121. * Fri Jul 06 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 1.0.2-1
  122. - libassuan-1.0.2
  123. - rename -static -> -devel
  124. * Sat Nov 25 2006 Rex Dieter <rexdieter[AT]users.sf.net> - 1.0.1-1
  125. - libassuan-1.0.1
  126. * Mon Nov 13 2006 Rex Dieter <rexdieter[AT]users.sf.net> - 1.0.0-1
  127. - libassuan-1.0.0
  128. - rename -devel -> -static (+Obsoletes/Provides: %%name-devel)
  129. * Wed Oct 18 2006 Rex Dieter <rexdieter[AT]users.sf.net> - 0.9.3-2
  130. - another libassuan.m4 patch
  131. * Tue Oct 10 2006 Rex Dieter <rexdieter[AT]users.sf.net> - 0.9.3-1
  132. - 0.9.3
  133. - BR: pth-devel, -devel: Requires: pth-devel
  134. * Wed Oct 04 2006 Rex Dieter <rexdieter[AT]users.sf.net> - 0.9.2-1
  135. - 0.9.2
  136. * Mon Oct 02 2006 Rex Dieter <rexdieter[AT]users.sf.ne> - 0.9.0-3
  137. - respin
  138. * Tue Sep 26 2006 Rex Dieter <rexdieter[AT]users.sf.net - 0.9.0-2
  139. - -devel: Provides: %%name-static
  140. - 0.9.0
  141. * Mon Aug 28 2006 Rex Dieter <rexdieter[AT]users.sf.net> - 0.6.10-3
  142. - fc6 respin
  143. * Wed Mar 1 2006 Rex Dieter <rexdieter[AT]users.sf.net>
  144. - fc5: gcc/glibc respin
  145. * Mon Jul 4 2005 Michael Schwendt <mschwendt[at]users.sf.net> - 0.6.10-2
  146. - Build PIC only for x86_64.
  147. * Fri Jul 1 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.6.10-1
  148. - 0.6.10, macro patch no longer needed (#162262).
  149. * Sun May 8 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.6.9-4
  150. - rebuilt
  151. * Fri Mar 18 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.6.9-3
  152. - Fix FC4 build and source URLs.
  153. * Thu Feb 3 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.6.9-2
  154. - Build PIC to fix x86_64 linking.
  155. * Thu Jan 06 2005 Rex Dieter <rexdieter[AT]users.sf.net> - 0.6.9-1
  156. - 0.6.9
  157. * Sat Oct 23 2004 Rex Dieter <rexdieter[AT]users.sf.net> - 0.6.7-0.fdr.3
  158. - *really* fix description this time.
  159. * Fri Oct 22 2004 Rex Dieter <rexdieter[AT]users.sf.net> - 0.6.7-0.fdr.2
  160. - remove "We decided..." part of description
  161. - remove hard-coded .gz info references
  162. - Req(preun)->Preq(postun): /sbin/install-info
  163. * Thu Oct 21 2004 Rex Dieter <rexdieter[AT]users.sf.net> - 0.6.7-0.fdr.1
  164. - cleanup, make presentable.
  165. * Tue Oct 19 2004 Rex Dieter <rexdieter[AT]users.sf.net> - 0.6.7-0.fdr.0
  166. - first try