gsl0-vl.spec 5.0 KB

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