[gmp-ecm] Use license macro.

Jerry James jjames at fedoraproject.org
Tue Feb 17 20:12:15 UTC 2015


commit 5b0f8b00bf317a89619d7593b4855f9c2aabe71b
Author: Jerry James <loganjerry at gmail.com>
Date:   Tue Feb 17 13:12:00 2015 -0700

    Use license macro.

 gmp-ecm.spec |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/gmp-ecm.spec b/gmp-ecm.spec
index 73aab56..73d2812 100644
--- a/gmp-ecm.spec
+++ b/gmp-ecm.spec
@@ -1,8 +1,7 @@
 Name:           gmp-ecm
 Version:        6.4.4
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Elliptic Curve Method for Integer Factorization
-Group:          Applications/Engineering
 License:        GPLv3+
 URL:            https://gforge.inria.fr/projects/ecm/
 Source0:        https://gforge.inria.fr/frs/download.php/32159/ecm-%{version}.tar.gz
@@ -22,7 +21,6 @@ integers (with GMP for arbitrary precision integers).
 
 %package        devel
 Summary:        Files useful for %{name} development
-Group:          Development/Libraries
 License:        LGPLv3+
 Requires:       %{name}-libs%{?_isa} = %{version}-%{release}
 Requires:       gmp-devel%{?_isa}
@@ -34,7 +32,6 @@ The libraries and header files for using %{name} for development.
 
 %package        libs
 Summary:        Elliptic Curve Method library
-Group:          System Environment/Libraries
 License:        LGPLv3+
 
 
@@ -44,7 +41,6 @@ The %{name} library.
 
 %package        static
 Summary:        Files used for static linking with %{name}
-Group:          Development/Libraries
 License:        LGPLv3+
 Requires:       %{name}-devel%{?_isa} = %{version}-%{release}
 
@@ -141,7 +137,8 @@ make check
 
 
 %files
-%doc COPYING README
+%doc README
+%license COPYING
 %{_bindir}/%{name}
 %{_mandir}/man1/%{name}.1*
 
@@ -153,7 +150,8 @@ make check
 
 
 %files libs
-%doc COPYING.LIB AUTHORS ChangeLog NEWS TODO
+%doc AUTHORS ChangeLog NEWS TODO
+%license COPYING.LIB
 %{_libdir}/libecm.so.*
 %ifarch %ix86
 %{_libdir}/sse2/libecm.so.*
@@ -165,6 +163,9 @@ make check
 
 
 %changelog
+* Tue Feb 17 2015 Jerry James <loganjerry at gmail.com> - 6.4.4-5
+- Use license macro
+
 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 6.4.4-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list