Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=493246 Liang Suilong <liangsuilong@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|needinfo?(liangsuilong@gmai | |l.com) | --- Comment #28 from Liang Suilong <liangsuilong@xxxxxxxxx> 2009-07-29 12:21:59 EDT --- Thank you for helping me a lot. Now I think that there is no need to reset the permissions/mode. I just need to copy the files and directories to $RPM_BUILD_ROOT%{_datadir} and $RPM_BUILD_ROOT%{_bindir}. The install script is: install -d -m 0755 $RPM_BUILD_ROOT%{_bindir} install -d -m 0755 $RPM_BUILD_ROOT%{_datadir} cp -fr bin/* $RPM_BUILD_ROOT%{_bindir}/ cp -fr share/* $RPM_BUILD_ROOT%{_datadir}/ I check the SRPM and RPM and spec file. The result is in this txt file and All of them are OK. http://fedorapeople.org/~liangsuilong/rpmlint.check.txt SRPM: http://fedorapeople.org/~liangsuilong/shutter/shutter-0.80-4.fc11.src.rpm SPEC: http://fedorapeople.org/~liangsuilong/shutter/shutter.spec -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review