From 344b064b7507ae6ca13cbab3adc67b12357fa1ae Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Tue, 22 Mar 2011 14:53:05 +0100 Subject: GNOME Tweak Tool: include license info --- gnome/gnome-tweak-tool.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'gnome') diff --git a/gnome/gnome-tweak-tool.spec b/gnome/gnome-tweak-tool.spec index 021f5d2..684d91c 100644 --- a/gnome/gnome-tweak-tool.spec +++ b/gnome/gnome-tweak-tool.spec @@ -1,12 +1,15 @@ Name: gnome-tweak-tool Version: 2.91.92 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A tool for advanced GNOME 3 customization # note: need to check with upstream -License: GPL+ +License: GPLv3 URL: http://live.gnome.org/GnomeTweakTool Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-tweak-tool/2.91/gnome-tweak-tool-%{version}.tar.bz2 +# see conversation with author +# http://mail.gnome.org/archives/gnome-shell-list/2011-March/msg00357.html +Patch0: %{name}-2.91.92-license.patch BuildArch: noarch BuildRequires: GConf2 @@ -32,6 +35,7 @@ Features: %prep %setup -q +%patch0 -p1 -b .license %build @@ -48,7 +52,7 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop %files %defattr(-,root,root,-) # License not included in source -%doc NEWS README +%doc AUTHORS COPYING NEWS README %{_bindir}/%{name} %{python_sitelib}/gtweak %{_datadir}/applications/%{name}.desktop @@ -56,6 +60,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop %changelog +* Tue Mar 22 2011 Michel Salim - 2.91.92-3 +- Include license information + * Tue Mar 22 2011 Michel Salim - 2.91.92-2 - Use %%configure macro - Validate desktop file -- cgit