[armadillo] Update to latest stable release

jamatos jamatos at fedoraproject.org
Mon Dec 3 16:24:56 UTC 2012


commit 68e9627232287ef8dffca15c02e6df84b1486ace
Author: José Matos <jamatos at fedoraproject.org>
Date:   Mon Dec 3 16:24:49 2012 +0000

    Update to latest stable release
    
    - Clean the spec files (documentation has a special treatment with rpm)

 .gitignore     |    1 +
 armadillo.spec |   22 ++++++++++------------
 sources        |    2 +-
 3 files changed, 12 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7e22db7..305854f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ armadillo-0.9.52.tar.gz
 /armadillo-1.2.0.tar.gz
 /armadillo-2.2.3.tar.gz
 /armadillo-3.2.4.tar.gz
+/armadillo-3.4.4.tar.gz
diff --git a/armadillo.spec b/armadillo.spec
index 368a0f1..d9c464e 100644
--- a/armadillo.spec
+++ b/armadillo.spec
@@ -1,5 +1,5 @@
 Name:           armadillo
-Version:        3.2.4
+Version:        3.4.4
 Release:        1%{?dist}
 Summary:        Fast C++ matrix library with interfaces to LAPACK and ATLAS
 
@@ -64,13 +64,11 @@ done
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
-rm -rf   $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version}/
-mkdir -p $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version}/
 rm -f examples/Makefile.cmake
 rm -rf examples/example1_win32
 rm -rf examples/example2_win32
 rm -rf examples/lib_win32
-cp -r LICENSE.txt licenses README.txt index.html examples docs $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version}/
+
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -84,22 +82,23 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %{_libdir}/*.so.*
-%dir %{_docdir}/%{name}-%{version}/
-%doc %{_docdir}/%{name}-%{version}/LICENSE.txt
-%doc %{_docdir}/%{name}-%{version}/licenses/
+%doc LICENSE.txt
+%doc licenses
 
 %files devel
 %defattr(-,root,root,-)
 %{_libdir}/*.so
 %{_includedir}/armadillo
 %{_includedir}/armadillo_bits/
-%doc %{_docdir}/%{name}-%{version}/README.txt
-%doc %{_docdir}/%{name}-%{version}/index.html
-%doc %{_docdir}/%{name}-%{version}/examples/
-%doc %{_docdir}/%{name}-%{version}/docs/
 %{_datadir}/Armadillo/
+%doc README.txt index.html docs.html
+%doc examples armadillo_icon.png armadillo_nicta_2010.pdf
 
 %changelog
+* Mon Dec  3 2012 José Matos <jamatos at fedoraproject.org> - 3.4.4-1
+- Update to latest stable release
+- Clean the spec files (documentation has a special treatment with rpm)
+
 * Wed Jul 25 2012 José Matos <jamatos at fedoraproject.org> - 3.2.4-1
 - Update to version 3.2.4
 
@@ -235,4 +234,3 @@ rm -rf $RPM_BUILD_ROOT
 
 * Thu Jan 22 2009  Conrad Sanderson
 - Initial spec file prepared
-
diff --git a/sources b/sources
index b958f3f..57fb29b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2f96ab364b63cded23dfa076038392bd  armadillo-3.2.4.tar.gz
+93a45131f8e5ee6393d962f33fdc92a6  armadillo-3.4.4.tar.gz


More information about the scm-commits mailing list