Browse Source

gsl23: compatible package for gsl-2.5

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12267 ec354946-7b23-47d6-9f5a-488ba84defc7
ara_t 4 years ago
parent
commit
279df0283d
1 changed files with 194 additions and 0 deletions
  1. 194 0
      g/gsl23/gsl23-vl.spec

+ 194 - 0
g/gsl23/gsl23-vl.spec

@@ -0,0 +1,194 @@
+%define sover 23
+
+Name:      gsl%{sover}
+Summary:   The GNU Scientific Library for numerical analysis.
+Summary(ja): 数値解析用の GNU 科学技術計算ライブラリ
+Version:   2.5
+Release:   1%{?_dist_release}
+
+License:   GPLv3
+Group:     System Environment/Libraries
+URL:       http://www.gnu.org/software/gsl/
+Source:    gsl-%{version}.tar.gz
+
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
+
+Vendor: Project Vine
+Distribution: Vine Linux
+
+
+%description
+The GNU Scientific Library (GSL) is a collection of routines for 
+numerical analysis, written in C
+
+%description -l ja
+gsl パッケージは、科学技術計算用のライブラリ、GNU Scientific Library (GSL)
+を収めたものです。GSL は C で記述された数値解析ルーチンのコレクションです。
+
+
+%prep
+%setup -q -n gsl-%{version}
+
+%build
+%configure --disable-static --enable-silent-rules
+touch doc/gsl-ref.info
+%{__make}
+
+%install
+%{__rm} -rf ${RPM_BUILD_ROOT}
+%{__make} DESTDIR=${RPM_BUILD_ROOT} MANDIR=%{_mandir} INFODIR=%{_infodir} install
+
+%{__rm} -f  $RPM_BUILD_ROOT%{_bindir}/*
+%{__rm} -rf $RPM_BUILD_ROOT%{_includedir}/gsl
+%{__rm} -f  $RPM_BUILD_ROOT%{_libdir}/lib*.{la,a,so}
+%{__rm} -f  $RPM_BUILD_ROOT%{_libdir}/libgslcblas.so.*
+%{__rm} -f  $RPM_BUILD_ROOT%{_libdir}/pkgconfig/*.pc
+%{__rm} -f  $RPM_BUILD_ROOT%{_infodir}/dir
+%{__rm} -f  $RPM_BUILD_ROOT%{_infodir}/gsl-ref.info
+%{__rm} -rf $RPM_BUILD_ROOT%{_datadir}/aclocal
+%{__rm} -rf $RPM_BUILD_ROOT%{_mandir}/*
+
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files
+%defattr(-,root,root)
+%doc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS
+%doc README NEWS THANKS TODO
+%{_libdir}/libgsl.so.*
+
+
+%changelog
+* Sun Oct 13 2019 Toshiaki Ara <ara_t@384.jp> 2.5-1
+- changed %%name and built for compatibility
+
+* Sun Aug 12 2018 Toshiaki Ara <ara_t@384.jp> 2.5-1
+- new upstream release
+
+* Sun Jun 03 2018 Toshiaki Ara <ara_t@384.jp> 2.4-1
+- new upstream release
+
+* Mon Nov 14 2016 Toshiaki Ara <ara_t@384.jp> 2.2.1-1
+- new upstream release
+
+* Fri Sep 12 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.16-1
+- new upstream release
+
+* Sun Sep 26 2010 Shu KONNO <owa@bg.wakwak.com> 1.14-2
+- rebuilt with rpm-4.8.1 for pkg-config
+
+* Sat Apr 24 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14-1
+- new upstream release
+- built with new toolchain
+
+* Wed Jun 24 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.12-1
+- new upstream release
+- spec in UTF-8
+- removed lib*.a files from devel package
+
+* Fri May 16 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.11-1
+- new upstream release
+- removed lib*.la files from devel package
+
+* Tue Oct 23 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.10-0vl1
+- new upstream release
+- added Requires(post, preun) to devel package
+- updated License to GPLv3
+
+* Sun Aug  5 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.9-0vl1
+- new upstream release
+
+* Wed Jul 13 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.6-0vl1
+- updated to 1.6
+
+* Tue Nov 23 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.5-0vl1
+- updated to 1.5
+- rebuild with new toolchains
+- added Japanese summary
+
+* Fri Dec 26 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4-0vl2
+- rebuild with new toolchains
+
+* Fri Dec 26 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4-0vl2
+- rebuild with new toolchains
+
+* Sat Aug 30 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4-0vl1
+- update to 1.4
+- rebuild with new toolchains
+- change URL
+
+* Thu Jul 18 2002 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 1.2-0vl1
+- update to 1.2
+- modified for Vine.
+
+* Sat Mar 16 2002 Fuhito Suguri <bitwalk@jcom.home.ne.jp> 1.1.1-5bw
+- Update 1.1.1.
+
+* Wed Feb 27 2002 Fuhito Suguri <bitwalk@jcom.home.ne.jp> 1.1-4bw
+- Update 1.1.
+
+* Mon Feb 18 2002 Fuhito Suguri <bitwalk@jcom.home.ne.jp> 1.0-3bw
+- add Japanese descriptions and rebuild on RH7.2.
+
+* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
+- automated rebuild
+
+* Thu Dec 13 2001 Trond Eivind Glomsrod <teg@redhat.com> 1.0-1
+- 1.0
+- Split into gsl and gsl-devel
+- update description (#56926)
+
+* Thu Jul 19 2001 Preston Brown <pbrown@redhat.com>
+- upgrade to 0.9
+
+* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
+- Bump release + rebuild.
+
+* Thu Jan 18 2001 Preston Brown <pbrown@redhat.com>
+- prereq install-info (#24250)
+
+* Mon Dec 11 2000 Preston Brown <pbrown@redhat.com>
+- 0.7, remove excludearch for ia64
+
+* Sun Jul 30 2000 Florian La Roche <Florian.LaRoche@redhat.de>
+- fix %post to be a real shell and add ldconfig to %post
+
+* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
+- automatic rebuild
+
+* Mon Jun 19 2000 Preston Brown <pbrown@redhat.com>
+- don't include the info dir file...
+
+* Sat Jun 17 2000 Bill Nottingham <notting@redhat.com>
+- add %%defattr
+
+* Mon Jun 12 2000 Preston Brown <pbrown@redhat.com>
+- 0.6, FHS paths
+- exclude ia64, it is having issues
+
+* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
+- auto rebuild in the new build environment (release 2)
+
+* Thu Mar 11 1999 Bill Nottingham <notting@redhat.com>
+- update to 0.3f
+- add patches to fix glibc-2.1 compilation, doc oddity
+
+* Thu Feb 25 1999 Bill Nottingham <notting@redhat.com>
+- new summary/description, work around automake oddity
+
+* Tue Jan 12 1999 Michael K. Johnson <johnsonm@redhat.com>
+- libtoolize for arm
+
+* Thu Sep 10 1998 Cristian Gafton <gafton@redhat.com>
+- spec file fixups
+
+* Sat May 9 1998 Michael Fulbright <msf@redhat.com>
+- started with package for gmp from Toshio Kuratomi <toshiok@cats.ucsc.edu>
+- cleaned up file list
+- fixed up install-info support