[openspecfun] New upstream release.

Milan Bouchet-Valat nalimilan at fedoraproject.org
Thu May 1 18:49:59 UTC 2014


commit b48a9cbd1cc887a9ac9719143b4c3a5318d9bef2
Author: Milan Bouchet-Valat <nalimilan at club.fr>
Date:   Thu May 1 20:34:10 2014 +0200

    New upstream release.
    
    - Use Group System Environment/Libraries for base package.

 openspecfun.spec |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/openspecfun.spec b/openspecfun.spec
index 2db6daf..e6d1a83 100644
--- a/openspecfun.spec
+++ b/openspecfun.spec
@@ -2,10 +2,10 @@
 
 Summary:        Library providing a collection of special mathematical functions
 Name:           openspecfun
-Version:        0.2
-Release:        2%{?dist}
+Version:        0.3
+Release:        1%{?dist}
 License:        MIT and Public Domain
-Group:          Development/Libraries
+Group:          System Environment/Libraries
 Source0:        https://github.com/JuliaLang/openspecfun/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 URL:            https://github.com/JuliaLang/openspecfun
 BuildRequires:  gcc-gfortran
@@ -45,7 +45,8 @@ Static %{name} library.
 make %{?_smp_mflags} \
       FFLAGS="%{optflags}" \
       CFLAGS="%{optflags}" \
-      USE_OPENLIBM=0
+      USE_OPENLIBM=0 \
+      includedir=%{_includedir}
 
 %install
 make install prefix=%{_prefix} \
@@ -74,6 +75,10 @@ rm %{buildroot}/%{_libdir}/libopenspecfun.a
 %endif
 
 %changelog
+* Thu May 1 2014 Milan Bouchet-Valat <nalimilan at club.fr> - 0.3-1
+- New upstream release.
+- Use Group System Environment/Libraries for base package.
+
 * Fri Feb 14 2014 Milan Bouchet-Valat <nalimilan at club.fr> - 0.2-2
 - Don't build static libraries package by default.
 


More information about the scm-commits mailing list