[apron] Use license macro.

Jerry James jjames at fedoraproject.org
Wed Feb 11 15:35:22 UTC 2015


commit 3c014cd31ec0ceb2046ded41838403db03fcf369
Author: Jerry James <jamesjer at betterlinux.com>
Date:   Wed Feb 11 08:35:04 2015 -0700

    Use license macro.

 apron.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/apron.spec b/apron.spec
index e52baf6..81a19b4 100644
--- a/apron.spec
+++ b/apron.spec
@@ -4,7 +4,7 @@
 
 Name:           apron
 Version:        0.9.10
-Release:        23%{?dist}
+Release:        24%{?dist}
 Summary:        Numerical abstract domain library
 
 # The entire package is LGPLv2+ except newpolka/mf_qsort.c and ppl/*, all of
@@ -194,7 +194,8 @@ done
 %postun -p /sbin/ldconfig
 
 %files
-%doc AUTHORS Changes COPYING README apron/apron.pdf
+%doc AUTHORS Changes README apron/apron.pdf
+%license COPYING
 %{_libdir}/*.so.*
 %exclude %{_libdir}/*_debug.so*
 
@@ -230,6 +231,9 @@ done
 %{_libdir}/ocaml/%{name}/*.mli
 
 %changelog
+* Wed Feb 11 2015 Jerry James <loganjerry at gmail.com> - 0.9.10-24
+- Use license macro
+
 * Sun Aug 31 2014 Richard W.M. Jones <rjones at redhat.com> - 0.9.10-23
 - ocaml-4.02.0 final rebuild.
 


More information about the scm-commits mailing list