diff options
author | Joel Andres Granados <jgranado@redhat.com> | 2008-01-04 18:11:13 +0100 |
---|---|---|
committer | Joel Andres Granados <jgranado@redhat.com> | 2008-01-04 18:51:25 +0100 |
commit | 0e39a1846c5fff39fd45f73d06b56ffce7eba841 (patch) | |
tree | 7481868fd118abef254c27d39b5e8df37ae1d488 | |
parent | df0f0b7f543c04b8d8d9dc282b4179ef02473855 (diff) | |
download | firstaidkit-0e39a1846c5fff39fd45f73d06b56ffce7eba841.tar.gz firstaidkit-0e39a1846c5fff39fd45f73d06b56ffce7eba841.tar.xz firstaidkit-0e39a1846c5fff39fd45f73d06b56ffce7eba841.zip |
Fixed permissions in spec file and changed the gpl var.
-rw-r--r-- | firstaidkit.spec | 10 |
1 files 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 <jgranado@redhat.com> 0.1.0-3 +- Change the License variable +- Fix man page being executable + * Fri Jan 04 2008 Joel Granados <jgranado@redhat.com> 0.1.0-2 - Include python-setuptools-devel in the BuildRequires - Added manpage stuff in the spec file |