[stp] Use license macro.

Jerry James jjames at fedoraproject.org
Sun Feb 22 03:13:31 UTC 2015


commit 988a4f8ac7d1e72f350dc5896cbfef1f222eaa6c
Author: Jerry James <jamesjer at betterlinux.com>
Date:   Sat Feb 21 20:13:24 2015 -0700

    Use license macro.

 stp.spec | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/stp.spec b/stp.spec
index 15b33a3..803206e 100644
--- a/stp.spec
+++ b/stp.spec
@@ -7,7 +7,7 @@
 
 Name:		stp
 Version:	0.1
-Release:	25.%{gitdate}git.%{shorttag}%{?dist}
+Release:	26.%{gitdate}git.%{shorttag}%{?dist}
 Summary:	Constraint solver/decision procedure
 
 Group:		Applications/Engineering
@@ -84,13 +84,17 @@ fi
 %files
 %{_bindir}/*
 %{_libdir}/libstp.so
-%doc AUTHORS README.markdown LICENSE LICENSE_COMPONENTS papers
+%doc AUTHORS README.markdown papers
+%license LICENSE LICENSE_COMPONENTS
 
 %files devel
 %{_includedir}/stp/
 %{_libdir}/cmake/STP/
 
 %changelog
+* Feb 21 2015 Jerry James <loganjerry at gmail.com> - 0.1.26-20140610git.44de620
+- Use license macro
+
 * Tue Jan 27 2015 Petr Machata <pmachata at redhat.com> - 0.1-25.20140619git.44de620
 - Rebuild for boost 1.57.0
 


More information about the scm-commits mailing list