libtasn1-vl.spec 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
  2. Summary: This is the ASN.1 library used in GNUTLS
  3. Name: libtasn1
  4. Version: 4.13
  5. Release: 1%{?_dist_release}
  6. License: LGPL
  7. Group: System Environment/Libraries
  8. URL: http://www.gnu.org/software/libtasn1/
  9. Source0: http://ftp.gnu.org/gnu/libtasn1/%name-%version.tar.gz
  10. Patch1: libtasn1-3.4-rpath.patch
  11. BuildRequires: bison, gcc-c++, texinfo
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  13. Vendor: Project Vine
  14. Distribution: Vine Linux
  15. %description
  16. This is the ASN.1 library used in GNUTLS.
  17. %package devel
  18. Summary: Header files, libraries and development documentation for %{name}
  19. Group: Development/Libraries
  20. Requires: %{name} = %{version}-%{release}
  21. %description devel
  22. This package contains the header files, static libraries and development
  23. documentation for %{name}. If you like to develop programs using %{name},
  24. you will need to install %{name}-devel.
  25. %package -n compat32-%{name}
  26. Summary: This is the ASN.1 library used in GNUTLS
  27. Group: System Environment/Libraries
  28. Requires: %{name} = %{version}-%{release}
  29. %description -n compat32-%{name}
  30. This is the ASN.1 library used in GNUTLS.
  31. %package -n compat32-%{name}-devel
  32. Summary: Header files, libraries and development documentation for %{name}
  33. Group: Development/Libraries
  34. Requires: compat32-%{name} = %{version}-%{release}
  35. Requires: %{name}-devel = %{version}-%{release}
  36. %description -n compat32-%{name}-devel
  37. This package contains the header files, static libraries and development
  38. documentation for %{name}. If you like to develop programs using %{name},
  39. you will need to install %{name}-devel.
  40. %prep
  41. %setup -q
  42. %patch1 -p1 -b .rpath
  43. %build
  44. %configure --disable-static
  45. # libtasn1 likes to regenerate docs
  46. touch doc/stamp_docs
  47. make %{?_smp_mflags}
  48. %install
  49. rm -rf %{buildroot}
  50. make DESTDIR="$RPM_BUILD_ROOT" install
  51. rm -f %{buildroot}%{_infodir}/dir
  52. ### Clean up buildroot
  53. rm -f %{buildroot}%{_libdir}/*.la
  54. %post -p /sbin/ldconfig
  55. %postun -p /sbin/ldconfig
  56. %post -n compat32-%{name} -p /sbin/ldconfig
  57. %postun -n compat32-%{name} -p /sbin/ldconfig
  58. %clean
  59. rm -rf %{buildroot}
  60. %files
  61. %defattr(-, root, root, 0755)
  62. %doc AUTHORS ChangeLog COPYING* NEWS README THANKS
  63. %doc %{_mandir}/man1/asn1*
  64. %{_libdir}/*.so.*
  65. %{_bindir}/asn1Coding
  66. %{_bindir}/asn1Decoding
  67. %{_bindir}/asn1Parser
  68. %files devel
  69. %defattr(-, root, root, 0755)
  70. %doc doc/*.ps doc/TODO
  71. %{_includedir}/*.h
  72. %{_libdir}/*.so
  73. #%{_bindir}/libtasn1-config
  74. %{_libdir}/pkgconfig/libtasn1.pc
  75. #%{_datadir}/aclocal/libtasn1.m4
  76. %{_infodir}/libtasn1*
  77. %{_mandir}/man3/*asn1*
  78. # compat32
  79. %if %{build_compat32}
  80. %files -n compat32-%{name}
  81. %defattr(-, root, root, 0755)
  82. %{_libdir}/*.so.*
  83. %files -n compat32-%{name}-devel
  84. %defattr(-, root, root, 0755)
  85. %{_libdir}/*.so
  86. %{_libdir}/pkgconfig/libtasn1.pc
  87. %endif
  88. %changelog
  89. * Thu Nov 08 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.13-1
  90. - new upstream release.
  91. * Mon May 9 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.8-1
  92. - new upstream release with security fix
  93. * Mon Dec 28 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.7-1
  94. - new upstream release
  95. * Fri Aug 28 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.5-1
  96. - new upstream release
  97. * Tue Feb 4 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4-1
  98. - new upstream release
  99. - update patches
  100. - add Vendor/Distri tags
  101. * Thu Sep 27 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.14-1
  102. - new upstream release
  103. * Mon Jun 04 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.13-1
  104. - new upstream release
  105. * Thu Mar 22 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.12-1
  106. - new upstream release
  107. * Fri Nov 25 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.11-1
  108. - new upstream release
  109. * Sun Dec 12 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.9-1
  110. - Updated to release 2.9
  111. * Sat Oct 9 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.8-1
  112. - Updated to release 2.8
  113. * Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> - 2.2-3
  114. - build with rpm-4.8.1-1 for pkg-config file
  115. * Sat Jun 27 2009 NAKAMURA Kenta <kenta@vinelinux.org> - 2.2-2
  116. - added compat32 package for x86_64 arch support
  117. - added --disable-static %%configure option
  118. * Sat May 23 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.2-1vl5
  119. - Updated to release 2.2
  120. * Sun Apr 26 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.1-1vl5
  121. - Updated to release 2.1
  122. * Wed Apr 15 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.0-1vl5
  123. - Updated to release 2.0
  124. - spec in UTF-8
  125. - fixed %files devel (comment out %{_bindir}/libtasn1-config)
  126. * Wed Jan 21 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.8-1vl5
  127. - Updated to release 1.8
  128. - fixed %files devel (comment out %{_datadir}/aclocal/libtasn1.m4)
  129. * Sat Mar 22 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.3-1vl5
  130. - initial build for Vine
  131. * Tue Apr 17 2007 Dries Verachtert <dries@ulyssis.org> - 0.3.9-1
  132. - Updated to release 0.3.9.
  133. * Sat Nov 18 2006 Dries Verachtert <dries@ulyssis.org> - 0.3.8-1
  134. - Updated to release 0.3.8.
  135. * Tue Sep 26 2006 Dries Verachtert <dries@ulyssis.org> - 0.3.5-1
  136. - Updated to release 0.3.5.
  137. * Sat Apr 08 2006 Dries Verachtert <dries@ulyssis.org> - 0.3.0-1.2
  138. - Rebuild for Fedora Core 5.
  139. * Fri Mar 03 2006 Dries Verachtert <dries@ulyssis.org> - 0.3.0-1
  140. - Updated to release 0.3.0.
  141. * Sun Feb 12 2006 Dries Verachtert <dries@ulyssis.org> - 0.2.18-1
  142. - Updated to release 0.2.18.
  143. * Fri Nov 11 2005 Dries Verachtert <dries@ulyssis.org> - 0.2.17-1
  144. - Updated to release 0.2.17.
  145. * Mon May 17 2004 Dag Wieers <dag@wieers.com> - 0.2.9-1
  146. - Updated to release 0.2.9.
  147. * Wed Dec 03 2003 Dag Wieers <dag@wieers.com> - 0.2.5-0
  148. - Initial package. (using DAR)