fix wrong permission #171889
This commit is contained in:
parent
8cc2ef0681
commit
c6bfefe7f5
@ -1,7 +1,7 @@
|
|||||||
Summary: The GNU shar utilities for packaging and unpackaging shell archives.
|
Summary: The GNU shar utilities for packaging and unpackaging shell archives.
|
||||||
Name: sharutils
|
Name: sharutils
|
||||||
Version: 4.6
|
Version: 4.6
|
||||||
Release: 1
|
Release: 2
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Archiving
|
Group: Applications/Archiving
|
||||||
Source: ftp://ftp.gnu.org/gnu/sharutils/REL-%{version}/sharutils-%{version}.tar.bz2
|
Source: ftp://ftp.gnu.org/gnu/sharutils/REL-%{version}/sharutils-%{version}.tar.bz2
|
||||||
@ -36,7 +36,9 @@ make
|
|||||||
rm -rf ${RPM_BUILD_ROOT}
|
rm -rf ${RPM_BUILD_ROOT}
|
||||||
|
|
||||||
%makeinstall
|
%makeinstall
|
||||||
rm -f ${RPM_BUILD_ROOT}%{_infodir}/dir
|
|
||||||
|
mkdir -p ${RPM_BUILD_ROOT}%{_docdir}-%{name}-%{version}
|
||||||
|
chmod 644 AUTHORS ChangeLog COPYING NEWS README THANKS TODO
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
@ -53,12 +55,15 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%attr(644,root,root) %doc AUTHORS ChangeLog COPYING NEWS README THANKS TODO
|
%doc AUTHORS ChangeLog COPYING NEWS README THANKS TODO
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_infodir}/*info*
|
%{_infodir}/*info*
|
||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 03 2005 Than Ngo <than@redhat.com> 4.6-2
|
||||||
|
- fix wrong permission #171889
|
||||||
|
|
||||||
* Wed Oct 26 2005 Than Ngo <than@redhat.com> 4.6-1
|
* Wed Oct 26 2005 Than Ngo <than@redhat.com> 4.6-1
|
||||||
- update to 4.6
|
- update to 4.6
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user