Remove needless use of %defattr
This commit is contained in:
parent
23afa673f8
commit
227a55f7b5
4 changed files with 0 additions and 6 deletions
|
@ -125,7 +125,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%files -n cygwin32-testdisk
|
%files -n cygwin32-testdisk
|
||||||
%defattr(644,root,root,755)
|
|
||||||
%{cygwin32_docdir}/testdisk/AUTHORS
|
%{cygwin32_docdir}/testdisk/AUTHORS
|
||||||
%{cygwin32_docdir}/testdisk/ChangeLog
|
%{cygwin32_docdir}/testdisk/ChangeLog
|
||||||
%{cygwin32_docdir}/testdisk/NEWS
|
%{cygwin32_docdir}/testdisk/NEWS
|
||||||
|
@ -143,7 +142,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%attr(755,root,root) %{cygwin32_bindir}/*-testdisk.exe
|
%attr(755,root,root) %{cygwin32_bindir}/*-testdisk.exe
|
||||||
|
|
||||||
%files -n cygwin64-testdisk
|
%files -n cygwin64-testdisk
|
||||||
%defattr(644,root,root,755)
|
|
||||||
%{cygwin64_docdir}/testdisk/AUTHORS
|
%{cygwin64_docdir}/testdisk/AUTHORS
|
||||||
%{cygwin64_docdir}/testdisk/ChangeLog
|
%{cygwin64_docdir}/testdisk/ChangeLog
|
||||||
%{cygwin64_docdir}/testdisk/NEWS
|
%{cygwin64_docdir}/testdisk/NEWS
|
||||||
|
|
|
@ -130,7 +130,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%files -n mingw32-testdisk
|
%files -n mingw32-testdisk
|
||||||
%defattr(644,root,root,755)
|
|
||||||
%{mingw32_docdir}/testdisk/AUTHORS
|
%{mingw32_docdir}/testdisk/AUTHORS
|
||||||
%{mingw32_docdir}/testdisk/ChangeLog
|
%{mingw32_docdir}/testdisk/ChangeLog
|
||||||
%{mingw32_docdir}/testdisk/NEWS
|
%{mingw32_docdir}/testdisk/NEWS
|
||||||
|
@ -154,7 +153,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%attr(755,root,root) %{mingw32_bindir}/*-testdisk.exe
|
%attr(755,root,root) %{mingw32_bindir}/*-testdisk.exe
|
||||||
|
|
||||||
%files -n mingw64-testdisk
|
%files -n mingw64-testdisk
|
||||||
%defattr(644,root,root,755)
|
|
||||||
%{mingw64_docdir}/testdisk/AUTHORS
|
%{mingw64_docdir}/testdisk/AUTHORS
|
||||||
%{mingw64_docdir}/testdisk/ChangeLog
|
%{mingw64_docdir}/testdisk/ChangeLog
|
||||||
%{mingw64_docdir}/testdisk/NEWS
|
%{mingw64_docdir}/testdisk/NEWS
|
||||||
|
|
|
@ -104,7 +104,6 @@ fi
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(644,root,root,755)
|
|
||||||
%if 0%{?rhel} == 5
|
%if 0%{?rhel} == 5
|
||||||
%doc /usr/share/doc/testdisk/AUTHORS
|
%doc /usr/share/doc/testdisk/AUTHORS
|
||||||
%doc /usr/share/doc/testdisk/ChangeLog
|
%doc /usr/share/doc/testdisk/ChangeLog
|
||||||
|
|
|
@ -111,7 +111,6 @@ fi
|
||||||
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(644,root,root,755)
|
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README.md THANKS
|
%doc AUTHORS COPYING ChangeLog NEWS README.md THANKS
|
||||||
%attr(755,root,root) %{_bindir}/fidentify
|
%attr(755,root,root) %{_bindir}/fidentify
|
||||||
%attr(755,root,root) %{_bindir}/photorec
|
%attr(755,root,root) %{_bindir}/photorec
|
||||||
|
|
Loading…
Reference in a new issue