From 0e39a1846c5fff39fd45f73d06b56ffce7eba841 Mon Sep 17 00:00:00 2001 From: Joel Andres Granados Date: Fri, 4 Jan 2008 18:11:13 +0100 Subject: Fixed permissions in spec file and changed the gpl var. --- firstaidkit.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/firstaidkit.spec b/firstaidkit.spec index 9fbb2cc..4c9a6d3 100644 --- a/firstaidkit.spec +++ b/firstaidkit.spec @@ -2,11 +2,11 @@ Name: firstaidkit Version: 0.1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: System Rescue Tool Group: Applications/System -License: GPLv2 +License: GPLv2+ URL: http://fedorahosted.org/firstaidkit Source0: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -52,9 +52,13 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/%{name}-%{version}-py2.5.egg-info %{_bindir}/firstaidkit %{_libexecdir}/firstaidkit/plugins/* -%{_mandir}/man1/fakplugin.1.gz +%attr(0644,-,-) %{_mandir}/man1/fakplugin.1.gz %Changelog +* Fri Jan 04 2008 Joel Granados 0.1.0-3 +- Change the License variable +- Fix man page being executable + * Fri Jan 04 2008 Joel Granados 0.1.0-2 - Include python-setuptools-devel in the BuildRequires - Added manpage stuff in the spec file -- cgit