source: projects/specs/trunk/g/gsl23/gsl23-vl.spec @ 12267

Revision 12267, 5.3 KB checked in by ara_t, 5 years ago (diff)

gsl23: compatible package for gsl-2.5

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