]> git.pld-linux.org Git - packages/eigen.git/commitdiff
- 2.0 rc1 auto/th/eigen-2_0-0_rc1_1
authorshadzik <shadzik@pld-linux.org>
Wed, 28 Jan 2009 19:48:24 +0000 (19:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eigen.spec -> 1.4

eigen.spec

index 97247a4452091c7d2c219edcf7dfbb616fd7748c..5a8f427afb7d68a9c59b981521be87632fac8faf 100644 (file)
@@ -1,11 +1,12 @@
+%define                _rc     rc1
 Summary:       template library for linear algebra
 Name:          eigen
-Version:       1.0.5
-Release:       1
+Version:       2.0
+Release:       0.%{_rc}.1
 License:       GPL v2
 Group:         Libraries
-Source0:       http://download.tuxfamily.org/eigen/%{name}-%{version}.tar.gz
-# Source0-md5: 960d7e5fb6542270eae4d53ca99b607c
+Source0:       http://download.tuxfamily.org/eigen/%{name}-%{version}-%{_rc}.tar.bz2
+# Source0-md5: 4bfeb40641017bc93df024a20c0d0807
 URL:           http://eigen.tuxfamily.org/index.php?title=Main_Page
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -14,7 +15,7 @@ Eigen is a lightweight C++ template library for vector and matrix
 math, a.k.a. linear algebra.
 
 %prep
-%setup -q -n %{name}
+%setup -q -n %{name}2
 
 %build
 install -d build
@@ -35,6 +36,4 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc LICENSE TODO README
-%dir %{_includedir}/eigen
-%{_includedir}/eigen/*.h
+%{_includedir}/eigen2
This page took 0.046454 seconds and 4 git commands to generate.