From e139cf70b692694cc2c81ecb36b6d8c420ff0568 Mon Sep 17 00:00:00 2001 From: Jens Lody Date: Sun, 26 Jul 2015 00:50:15 +0200 Subject: [PATCH] Add %license directive to spec-file. --- gnome-shell-extension-openweather.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnome-shell-extension-openweather.spec b/gnome-shell-extension-openweather.spec index 7dd6f73..d0825d1 100644 --- a/gnome-shell-extension-openweather.spec +++ b/gnome-shell-extension-openweather.spec @@ -22,6 +22,8 @@ gnome-shell-extension-openweather is an extension to display weather information from http://openweathermap.org/ or http://forecast.io for (almost) all locations of the world in GNOME Shell. +%license COPYING + %prep %setup -q -n %{github}-%{git} @@ -43,12 +45,12 @@ fi %{_bindir}/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %files -f %{name}.lang -%doc AUTHORS COPYING README.md +%doc AUTHORS README.md %{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.openweather.gschema.xml %{_datadir}/gnome-shell/extensions/%{uuid}/ %changelog -* Fri Nov 08 2013 Jens Lody - 0-0.1.git0d20641 +* Sat Jul 25 2015 Jens Lody - 1-0.1.20150725.git377244c - Initial package for Fedora of the weather-extension fork using http://openweathermap.org or http://forecast.io.