[Bug 728006] Review Request: mhddfs - Fuse-based file system for unifying several mount points into one

bugzilla at redhat.com bugzilla at redhat.com
Thu Aug 4 03:03:47 UTC 2011


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=728006

--- Comment #4 from Nathan Owe <ndowens04 at gmail.com> 2011-08-03 23:03:46 EDT ---
install -d -m 755 $RPM_BUILD_ROOT/%{_bindir}
install -d -m 755 $RPM_BUILD_ROOT/%{_mandir}/man1
install -m 755 %{name} $RPM_BUILD_ROOT/%{_bindir}
install -m 644 %{name}.1 $RPM_BUILD_ROOT/%{_mandir}/man1

instead do:

install -d $RPM_BUILD_ROOT/%{_bindir}
install -d $RPM_BUILD_ROOT/%{_mandir}/man1
install -m755 %{name} $RPM_BUILD_ROOT/%{_bindir}/%{name}
install -m644 %{name}.1 $RPM_BUILD_ROOT/%{_mandir}/man1/%{name}.1


SPEC: http://pastebin.com/cpmd7BNd
Above is one I updated. 

Also if you are not going to release this package for EPEL or RHEL then you can
remove:
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%clean section 
and also the defattr(-root,root-)

-- 
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.



More information about the package-review mailing list