libassuan-vl.spec 5.5 KB

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