From 1cf822cb23d3be608e7e3c2056551d6375bb15ac Mon Sep 17 00:00:00 2001 From: Jens Lody Date: Sun, 26 Jul 2015 13:41:28 +0200 Subject: [PATCH] Correct licensing in spec-file. --- gnome-shell-extension-panel-osd.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/gnome-shell-extension-panel-osd.spec b/gnome-shell-extension-panel-osd.spec index 44dc8bb..4793d16 100644 --- a/gnome-shell-extension-panel-osd.spec +++ b/gnome-shell-extension-panel-osd.spec @@ -9,7 +9,9 @@ Release: 0.0.%(date +%Y%m%d).%{checkout}%{?dist} Summary: An extension to configure the place where notifications are shown Group: User Interface/Desktops -License: GPLv3+ + +# The entire source code is GPLv3+ except convenience.js, which is BSD +License: GPLv3+ and BSD URL: https://github.com/jenslody/gnome-shell-extension-panel-osd Source0: https://github.com/jenslody/gnome-shell-extension-panel-osd/tarball/master/%{github}-%{git}.tar.gz BuildArch: noarch @@ -22,8 +24,6 @@ Requires: gnome-shell >= 3.10.0 gnome-shell-extension-panel-osd is an extension to show the notification messages at any (configurable) place on the (primary) monitor. -%license COPYING - %prep %setup -q -n %{github}-%{git} @@ -34,7 +34,7 @@ make %{?_smp_mflags} %install make install DESTDIR=%{buildroot} -%find_lang %{name} +%find_lang %{uuid} %postun if [ $1 -eq 0 ] ; then @@ -44,7 +44,8 @@ fi %posttrans %{_bindir}/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : -%files -f %{name}.lang +%files -f %{uuid}.lang +%license COPYING %doc AUTHORS README.md %{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.panel-osd.gschema.xml %{_datadir}/gnome-shell/extensions/%{uuid}/