source: projects/specs/trunk/g/gsl/gsl-vl.spec @ 10813

Revision 10813, 5.9 KB checked in by ara_t, 7 years ago (diff)

update to 2.2.1

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