source: projects/specs/branches/6/g/gsl/gsl-vl.spec @ 1919

Revision 1919, 5.7 KB checked in by owa, 14 years ago (diff)

rebuilt with rpm-4.8.1

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