mtl-vl.spec 1.2 KB

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