source: projects/specs/trunk/g/gsl0/gsl0-vl.spec @ 10814

Revision 10814, 5.0 KB checked in by ara_t, 7 years ago (diff)

initial commit

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