gsl23-vl.spec 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. %define sover 23
  2. Name: gsl%{sover}
  3. Summary: The GNU Scientific Library for numerical analysis.
  4. Summary(ja): 数値解析用の GNU 科学技術計算ライブラリ
  5. Version: 2.5
  6. Release: 1%{?_dist_release}
  7. License: GPLv3
  8. Group: System Environment/Libraries
  9. URL: http://www.gnu.org/software/gsl/
  10. Source: gsl-%{version}.tar.gz
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. Vendor: Project Vine
  13. Distribution: Vine Linux
  14. %description
  15. The GNU Scientific Library (GSL) is a collection of routines for
  16. numerical analysis, written in C
  17. %description -l ja
  18. gsl パッケージは、科学技術計算用のライブラリ、GNU Scientific Library (GSL)
  19. を収めたものです。GSL は C で記述された数値解析ルーチンのコレクションです。
  20. %prep
  21. %setup -q -n gsl-%{version}
  22. %build
  23. %configure --disable-static --enable-silent-rules
  24. touch doc/gsl-ref.info
  25. %{__make}
  26. %install
  27. %{__rm} -rf ${RPM_BUILD_ROOT}
  28. %{__make} DESTDIR=${RPM_BUILD_ROOT} MANDIR=%{_mandir} INFODIR=%{_infodir} install
  29. %{__rm} -f $RPM_BUILD_ROOT%{_bindir}/*
  30. %{__rm} -rf $RPM_BUILD_ROOT%{_includedir}/gsl
  31. %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/lib*.{la,a,so}
  32. %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/libgslcblas.so.*
  33. %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/pkgconfig/*.pc
  34. %{__rm} -f $RPM_BUILD_ROOT%{_infodir}/dir
  35. %{__rm} -f $RPM_BUILD_ROOT%{_infodir}/gsl-ref.info
  36. %{__rm} -rf $RPM_BUILD_ROOT%{_datadir}/aclocal
  37. %{__rm} -rf $RPM_BUILD_ROOT%{_mandir}/*
  38. %post -p /sbin/ldconfig
  39. %postun -p /sbin/ldconfig
  40. %clean
  41. rm -rf $RPM_BUILD_ROOT
  42. %files
  43. %defattr(-,root,root)
  44. %doc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS
  45. %doc README NEWS THANKS TODO
  46. %{_libdir}/libgsl.so.*
  47. %changelog
  48. * Sun Oct 13 2019 Toshiaki Ara <ara_t@384.jp> 2.5-1
  49. - changed %%name and built for compatibility
  50. * Sun Aug 12 2018 Toshiaki Ara <ara_t@384.jp> 2.5-1
  51. - new upstream release
  52. * Sun Jun 03 2018 Toshiaki Ara <ara_t@384.jp> 2.4-1
  53. - new upstream release
  54. * Mon Nov 14 2016 Toshiaki Ara <ara_t@384.jp> 2.2.1-1
  55. - new upstream release
  56. * Fri Sep 12 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.16-1
  57. - new upstream release
  58. * Sun Sep 26 2010 Shu KONNO <owa@bg.wakwak.com> 1.14-2
  59. - rebuilt with rpm-4.8.1 for pkg-config
  60. * Sat Apr 24 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14-1
  61. - new upstream release
  62. - built with new toolchain
  63. * Wed Jun 24 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.12-1
  64. - new upstream release
  65. - spec in UTF-8
  66. - removed lib*.a files from devel package
  67. * Fri May 16 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.11-1
  68. - new upstream release
  69. - removed lib*.la files from devel package
  70. * Tue Oct 23 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.10-0vl1
  71. - new upstream release
  72. - added Requires(post, preun) to devel package
  73. - updated License to GPLv3
  74. * Sun Aug 5 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.9-0vl1
  75. - new upstream release
  76. * Wed Jul 13 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.6-0vl1
  77. - updated to 1.6
  78. * Tue Nov 23 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.5-0vl1
  79. - updated to 1.5
  80. - rebuild with new toolchains
  81. - added Japanese summary
  82. * Fri Dec 26 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4-0vl2
  83. - rebuild with new toolchains
  84. * Fri Dec 26 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4-0vl2
  85. - rebuild with new toolchains
  86. * Sat Aug 30 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4-0vl1
  87. - update to 1.4
  88. - rebuild with new toolchains
  89. - change URL
  90. * Thu Jul 18 2002 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 1.2-0vl1
  91. - update to 1.2
  92. - modified for Vine.
  93. * Sat Mar 16 2002 Fuhito Suguri <bitwalk@jcom.home.ne.jp> 1.1.1-5bw
  94. - Update 1.1.1.
  95. * Wed Feb 27 2002 Fuhito Suguri <bitwalk@jcom.home.ne.jp> 1.1-4bw
  96. - Update 1.1.
  97. * Mon Feb 18 2002 Fuhito Suguri <bitwalk@jcom.home.ne.jp> 1.0-3bw
  98. - add Japanese descriptions and rebuild on RH7.2.
  99. * Wed Jan 09 2002 Tim Powers <timp@redhat.com>
  100. - automated rebuild
  101. * Thu Dec 13 2001 Trond Eivind Glomsrod <teg@redhat.com> 1.0-1
  102. - 1.0
  103. - Split into gsl and gsl-devel
  104. - update description (#56926)
  105. * Thu Jul 19 2001 Preston Brown <pbrown@redhat.com>
  106. - upgrade to 0.9
  107. * Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
  108. - Bump release + rebuild.
  109. * Thu Jan 18 2001 Preston Brown <pbrown@redhat.com>
  110. - prereq install-info (#24250)
  111. * Mon Dec 11 2000 Preston Brown <pbrown@redhat.com>
  112. - 0.7, remove excludearch for ia64
  113. * Sun Jul 30 2000 Florian La Roche <Florian.LaRoche@redhat.de>
  114. - fix %post to be a real shell and add ldconfig to %post
  115. * Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
  116. - automatic rebuild
  117. * Mon Jun 19 2000 Preston Brown <pbrown@redhat.com>
  118. - don't include the info dir file...
  119. * Sat Jun 17 2000 Bill Nottingham <notting@redhat.com>
  120. - add %%defattr
  121. * Mon Jun 12 2000 Preston Brown <pbrown@redhat.com>
  122. - 0.6, FHS paths
  123. - exclude ia64, it is having issues
  124. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
  125. - auto rebuild in the new build environment (release 2)
  126. * Thu Mar 11 1999 Bill Nottingham <notting@redhat.com>
  127. - update to 0.3f
  128. - add patches to fix glibc-2.1 compilation, doc oddity
  129. * Thu Feb 25 1999 Bill Nottingham <notting@redhat.com>
  130. - new summary/description, work around automake oddity
  131. * Tue Jan 12 1999 Michael K. Johnson <johnsonm@redhat.com>
  132. - libtoolize for arm
  133. * Thu Sep 10 1998 Cristian Gafton <gafton@redhat.com>
  134. - spec file fixups
  135. * Sat May 9 1998 Michael Fulbright <msf@redhat.com>
  136. - started with package for gmp from Toshio Kuratomi <toshiok@cats.ucsc.edu>
  137. - cleaned up file list
  138. - fixed up install-info support