[libfplll] Update project URL. Use license macro.

Jerry James jjames at fedoraproject.org
Wed Feb 18 01:59:56 UTC 2015


commit 85e12c67ed8050b7ec74ad36c10bbbd9c8e4f3c9
Author: Jerry James <loganjerry at gmail.com>
Date:   Tue Feb 17 18:59:31 2015 -0700

    Update project URL.
    Use license macro.

 libfplll.spec |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/libfplll.spec b/libfplll.spec
index a41eee4..cad86fc 100644
--- a/libfplll.spec
+++ b/libfplll.spec
@@ -1,10 +1,9 @@
 Name:           libfplll
 Version:        4.0.4
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        LLL-reduces euclidean lattices
-Group:          System Environment/Libraries
 License:        LGPLv2+
-URL:            http://perso.ens-lyon.fr/damien.stehle/fplll/
+URL:            https://github.com/dstehle/fplll
 Source0:        http://perso.ens-lyon.fr/damien.stehle/fplll/%{name}-%{version}.tar.gz
 
 BuildRequires:  mpfr-devel
@@ -24,7 +23,6 @@ reduction algorithm.
 
 %package        devel
 Summary:        Development files for %{name}
-Group:          Development/Libraries
 Requires:       %{name}%{?_isa} = %{version}-%{release}
 
 %description    devel
@@ -34,7 +32,6 @@ developing applications that use %{name}.
 
 %package        tools
 Summary:        Command line tools that use %{name}
-Group:          Applications/Engineering
 Requires:       %{name}%{?_isa} = %{version}-%{release}
 
 %description    tools
@@ -74,7 +71,8 @@ make check
 
 
 %files
-%doc AUTHORS COPYING NEWS README.html
+%doc AUTHORS NEWS README.html
+%license COPYING
 %{_libdir}/*.so.*
 
 %files devel
@@ -87,6 +85,10 @@ make check
 
 
 %changelog
+* Tue Feb 17 2015 Jerry James <loganjerry at gmail.com> - 4.0.4-5
+- Update project URL
+- Use license macro
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.0.4-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list