]> git.pld-linux.org Git - packages/armadillo.git/commitdiff
- updated to 7.800.1 (note: new soname) auto/th/armadillo-7.800.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 25 Feb 2017 20:50:16 +0000 (21:50 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 25 Feb 2017 20:50:16 +0000 (21:50 +0100)
armadillo.spec

index e4cf76f01b081191db0a6980799b93d7d7551210..d08a98a32b8febcf0bd7df18d374c7969229d10a 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       C++ linear algebra library
 Summary(pl.UTF-8):     Biblioteka C++ do algebry liniowej
 Name:          armadillo
-Version:       6.700.7
+Version:       7.800.1
 Release:       1
 License:       MPL v2.0
 Group:         Libraries
-Source0:       http://downloads.sourceforge.net/arma/%{name}-%{version}.tar.gz
-# Source0-md5: 8116185e1d7391eed3bf6c500f81b4d8
+Source0:       http://downloads.sourceforge.net/arma/%{name}-%{version}.tar.xz
+# Source0-md5: e094351771c40a6e06e1a9c1ffdfc2b8
 URL:           http://arma.sourceforge.net/
 BuildRequires: SuperLU-devel >= 4
 BuildRequires: arpack-devel
@@ -16,6 +16,8 @@ BuildRequires:        hdf5-devel
 BuildRequires: lapack-devel
 BuildRequires: libstdc++-devel
 BuildRequires: pkgconfig
+BuildRequires: tar >= 1:1.22
+BuildRequires: xz
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -87,13 +89,14 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc LICENSE.txt README.txt docs.html
 %attr(755,root,root) %{_libdir}/libarmadillo.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libarmadillo.so.6
+%attr(755,root,root) %ghost %{_libdir}/libarmadillo.so.7
 
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libarmadillo.so
 %{_includedir}/armadillo
 %{_includedir}/armadillo_bits
+%{_pkgconfigdir}/armadillo.pc
 %dir %{_datadir}/Armadillo
 %{_datadir}/Armadillo/CMake
 
This page took 0.092424 seconds and 4 git commands to generate.