[ax25-apps] Fix LICENSE Issue

Randall 'Randy' Berry dp67 at fedoraproject.org
Mon Aug 5 17:11:15 UTC 2013


commit 384557c200926e342b0db4ca576f65c595beda59
Author: Randall J Berry <rberry at krickitz.merlinfund.lan>
Date:   Mon Aug 5 13:10:59 2013 -0400

    Fix LICENSE Issue

 ax25-apps.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ax25-apps.spec b/ax25-apps.spec
index 32ea4f9..5292a52 100644
--- a/ax25-apps.spec
+++ b/ax25-apps.spec
@@ -1,6 +1,6 @@
 Name:		ax25-apps
 Version:	0.0.6
-Release:	16%{?dist}
+Release:	17%{?dist}
 Summary:	AX.25 ham radio applications
 
 Group:		Applications/Communications
@@ -61,7 +61,7 @@ rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
 #Install BSD License text
-install -p -D -m 0644 %{SOURCE1} ${RPM_BUILD_ROOT}%{_docdir}/%{name}-%{version}/LICENSE
+install -p -D -m 0644 %{SOURCE1} .
 
 #don't include these twice
 rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
@@ -89,6 +89,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man?/*
 
 %changelog
+* Sat Aug 03 2013 Randall Berry, N3LRX <dp67 at fedoraproject.org> - 0.0.6-17
+- 3rd rebuild
+
 * Sat Aug 03 2013 Randall Berry, N3LRX <dp67 at fedoraproject.org> - 0.0.6-16
 - 2nd rebuild
 


More information about the scm-commits mailing list