View | Details | Raw Unified | Return to bug 18819
Collapse All | Expand All

(-)eigen2.spec (-2 / +11 lines)
Lines 1-4 Link Here
1
2
Name: eigen2
1
Name: eigen2
3
Version: 2.0
2
Version: 2.0
4
Release: alt2
3
Release: alt2
Lines 20-25 Link Here
20
Eigen is a lightweight C++ template library for vector and matrix math, a.k.a.
19
Eigen is a lightweight C++ template library for vector and matrix math, a.k.a.
21
linear algebra.
20
linear algebra.
22
21
22
%package docs
23
Group: Documentation
24
Summary: Documentation for %name
25
Requires: %name = %version-%release
26
27
%description docs 
28
html documentation for %name
29
23
%prep
30
%prep
24
%setup -q -n %name
31
%setup -q -n %name
25
32
Lines 47-55 Link Here
47
%make -C %_target_platform DESTDIR=%buildroot install
54
%make -C %_target_platform DESTDIR=%buildroot install
48
55
49
%files
56
%files
50
%doc %_target_platform/doc/html
51
%_includedir/eigen2/
57
%_includedir/eigen2/
52
58
59
%files docs
60
%doc %_target_platform/doc/html
61
53
%changelog
62
%changelog
54
* Tue Feb 17 2009 Sergey V Turchin <zerg at altlinux dot org> 2.0-alt2
63
* Tue Feb 17 2009 Sergey V Turchin <zerg at altlinux dot org> 2.0-alt2
55
- package html docs
64
- package html docs

Return to bug 18819