source: projects/specs/branches/6/m/mtl/mtl-vl.spec @ 521

Revision 521, 1.2 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: C++ matrics library
2Summary(ja): C++ 行列演算ライブラリ
3Name: mtl
4Version: 2.1.2.22
5Release: 1%{?_dist_release}
6URL: http://www.osl.iu.edu/research/mtl/
7Source:  mtl-2.1.2-22.tar.gz
8Source1: mtl_reference.tar.gz
9License: The MTL "Artistic License"
10Group: Development/Libraries
11BuildArch: noarch
12BuildRoot: %{_tmppath}/%{name}-%{version}-root
13
14Vendor: Project Vine
15Distribution: Vine Linux
16
17%description
18A template-based C++ library for Linear Algebra
19
20%prep
21rm -rf %{buildroot}
22
23%setup -q -a 1 -n %{name}-2.1.2-22
24
25%build
26./configure
27
28%install
29make install includedir=%{buildroot}/%{_includedir}/mtl
30
31%clean
32rm -rf %{buildroot}
33
34%files
35%defattr(-,root,root)
36%doc INSTALL README license.mtl.txt
37%doc contrib/ test/ mtl_reference/
38%{_includedir}/mtl
39
40
41%changelog
42* Sat Oct 04 2008 Shu KONNO <owa@bg.wakwak.com> 2.1.2.22-1vl5
43- applied new versioning policy, spec in utf-8
44
45* Thu Aug  9 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.1.2.22-0vl2
46- changed Group to Development/Libraries
47
48* Sat Oct 14 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.1.2.22-0vl1
49- updated to 2.1.2-22
50- s/Copyright/License/
51
52* Thu Jan 10 2002 Jun Nishii <jun@vinelinux.org> 2.1.2.20-0vl1
53- first release
Note: See TracBrowser for help on using the repository browser.