fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/gapk/+/34893?usp=email )
Change subject: dist: ensure the license text is included ......................................................................
dist: ensure the license text is included
The autotools pick up COPYING file automatically.
Change-Id: Ib5c7b479fa66291be987230f102ff391f4902988 Related: OS#6227 --- R COPYING M contrib/gapk.spec.in 2 files changed, 13 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/gapk refs/changes/93/34893/1
diff --git a/gpl-3.0.txt b/COPYING similarity index 100% rename from gpl-3.0.txt rename to COPYING diff --git a/contrib/gapk.spec.in b/contrib/gapk.spec.in index e5d06ba..e0466f4 100644 --- a/contrib/gapk.spec.in +++ b/contrib/gapk.spec.in @@ -128,7 +128,7 @@ %postun -n libosmogapk%{sover} -p /sbin/ldconfig
%files -%doc gpl-3.0.txt +%doc COPYING %{_bindir}/osmo-gapk
%if 0%{with_gsmhr}