- change LICENSE permissions

This commit is contained in:
Ivana Varekova 2007-02-19 09:01:28 +00:00
parent 18956e29b9
commit 83fb660357

View File

@ -1,7 +1,7 @@
Summary: A text file browser similar to more, but better Summary: A text file browser similar to more, but better
Name: less Name: less
Version: 394 Version: 394
Release: 7%{?dist} Release: 8%{?dist}
License: GPL License: GPL
Group: Applications/Text Group: Applications/Text
Source: http://www.greenwoodsoftware.com/less/%{name}-%{version}.tar.gz Source: http://www.greenwoodsoftware.com/less/%{name}-%{version}.tar.gz
@ -36,7 +36,7 @@ files, and you'll use it frequently.
%patch3 -p1 -b .goend %patch3 -p1 -b .goend
%patch4 -p1 -b .time %patch4 -p1 -b .time
chmod -R a+w * chmod -R a+w *
chmod 644 lessecho.c lesskey.c version.c chmod 644 lessecho.c lesskey.c version.c LICENSE
%build %build
%configure %configure
@ -63,6 +63,9 @@ ls -la $RPM_BUILD_ROOT/etc/profile.d
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Mon Feb 19 2007 Ivana Varekova <varekova@redhat.com> - 394-8
- change LICENSE permissions
* Wed Feb 7 2007 Ivana Varekova <varekova@redhat.com> - 394-7 * Wed Feb 7 2007 Ivana Varekova <varekova@redhat.com> - 394-7
- incorporate the package review - incorporate the package review