gwenhywfar-vl.spec 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. Summary: A multi-platform helper library for other libraries
  2. Name: gwenhywfar
  3. Version: 3.11.3
  4. Release: 3%{?_dist_release}
  5. Group: System Environment/Libraries
  6. License: LGPLv2+
  7. URL: http://www.aquamaniac.de/sites/aqbanking/index.php
  8. Source0: %{name}-%{version}.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. BuildRequires: openssl-devel
  11. BuildRequires: gnutls-devel
  12. BuildRequires: libgcrypt-devel
  13. BuildRequires: gettext
  14. %description
  15. This is Gwenhywfar, a multi-platform helper library for networking and
  16. security applications and libraries. It is heavily used by libchipcard
  17. and AqBanking/AqHBCI, the German online banking libraries.
  18. %package devel
  19. Summary: Gwenhywfar development kit
  20. Group: Development/Libraries
  21. Requires: %{name} = %{version}-%{release}
  22. Requires: pkgconfig
  23. %description devel
  24. This package contains gwenhywfar-config and header files for writing and
  25. compiling programs using Gwenhywfar.
  26. %prep
  27. %setup -q
  28. %build
  29. %configure --disable-static --with-openssl-libs=%{_libdir}
  30. #sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
  31. #sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
  32. make %{?_smp_mflags}
  33. %install
  34. [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
  35. make DESTDIR=$RPM_BUILD_ROOT install
  36. find $RPM_BUILD_ROOT -name *.la -exec rm -f {} \;
  37. %clean
  38. [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
  39. %post -p /sbin/ldconfig
  40. %postun -p /sbin/ldconfig
  41. %files
  42. %defattr(-,root,root)
  43. %doc AUTHORS README COPYING ChangeLog
  44. %{_bindir}/gct-tool
  45. %{_libdir}/*.so.*
  46. %{_libdir}/%{name}
  47. %dir %{_datadir}/%{name}
  48. %config(noreplace) %{_datadir}/%{name}/ca-bundle.crt
  49. %{_datadir}/locale/*/LC_MESSAGES/gwenhywfar.mo
  50. %exclude %{_datadir}/%{name}/typemaker*
  51. %files devel
  52. %defattr(-,root,root)
  53. %exclude %{_bindir}/gct-tool
  54. %{_bindir}/*
  55. %{_includedir}/gwenhywfar3
  56. %{_libdir}/*.so
  57. %{_libdir}/pkgconfig/*
  58. %{_datadir}/aclocal/gwenhywfar.m4
  59. %{_datadir}/%{name}/typemaker*
  60. %changelog
  61. * Sun Mar 12 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.11.3-3
  62. - rebuilt with openssl-1.0.0d
  63. * Sat Oct 02 2010 Shu KONNO <owa@bg.wakwak.com> 3.11.3-2
  64. - rebuilt with rpm-4.8.1 for pkg-config
  65. * Sat Feb 13 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 3.11.3-1
  66. - new upstream release
  67. * Mon Jan 19 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.6.0-1
  68. - new upstream release
  69. - built with gnutls-2.6.3
  70. * Sat Sep 27 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.4.1-1
  71. - new upstream release
  72. - applied new versioning policy
  73. * Sat Dec 29 2007 NAKAMURA Kenta <kenta@vinelinux.org> 2.6.2-0vl1
  74. - new upstream release
  75. * Sat Dec 29 2007 NAKAMURA Kenta <kenta@vinelinux.org> 2.6.1-2vl1
  76. - initial build for VineSeed
  77. * Wed Oct 10 2007 Bill Nottingham <notting@redhat.com> - 2.6.1-2
  78. - fix build, rebuild for buildid
  79. * Fri Aug 3 2007 Bill Nottingham <notting@redhat.com>
  80. - tweak license tag
  81. * Wed Jul 11 2007 Bill Nottingham <notting@redhat.com> - 2.6.1-1
  82. - update to 2.6.1
  83. * Mon Jun 11 2007 Bill Nottingham <notting@redhat.com> - 2.6.0-1
  84. - update to 2.6.0
  85. * Mon Mar 19 2007 Bill Nottingham <notting@redhat.com> - 2.5.4-1
  86. - update to 2.5.4
  87. * Thu Feb 22 2007 Bill Nottingham <notting@redhat.com> - 2.3.0-7
  88. - build for Extras
  89. * Wed Jan 10 2007 Bill Nottingham <notting@redhat.com> - 2.3.0-6
  90. - make gwen-public-ca.crt %%config(noreplace)
  91. * Tue Jan 9 2007 Bill Nottingham <notting@redhat.com> - 2.3.0-5
  92. - spec tweaks
  93. * Thu Sep 7 2006 Bill Nottingham <notting@redhat.com> - 2.3.0-4
  94. - rebuild for fixed debuginfo (#205501)
  95. * Tue Sep 5 2006 Bill Nottingham <notting@redhat.com> - 2.3.0-3
  96. - fix multilib conflicts (#205213)
  97. * Fri Jul 14 2006 Bill Nottingham <notting@redhat.com> - 2.3.0-2
  98. - rather than modifying the m4 file, make gwenhywfar-config use pkgconfig
  99. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.3.0-1.1
  100. - rebuild
  101. * Tue Jul 11 2006 Bill Nottingham <notting@redhat.com> - 2.3.0-1
  102. - update to 2.3.0
  103. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.99.2-1.2
  104. - bump again for double-long bug on ppc(64)
  105. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.99.2-1.1
  106. - rebuilt for new gcc4.1 snapshot and glibc changes
  107. * Thu Dec 22 2005 Bill Nottingham <notting@redhat.com> 1.99.2-1
  108. - update to 1.99.2
  109. - use the pkgconfig file, not gwenhywfar-config
  110. * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
  111. - rebuilt
  112. * Wed Nov 9 2005 Tomas Mraz <tmraz@redhat.com> 1.7.2-3
  113. - rebuilt against new openssl
  114. * Wed Mar 2 2005 Bill Nottingham <notting@redhat.com> 1.7.2-2
  115. - rebuild against new openssl
  116. * Wed Feb 9 2005 Bill Nottingham <notting@redhat.com> 1.7.2-1
  117. - initial packaging, adopt upstream package