https://bugzilla.redhat.com/show_bug.cgi?id=956255

Veaceslav Mindru <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Veaceslav Mindru <[email protected]> ---
Hello Maria.

Is this targeted for EPEL5 releases or EPEL6 releases ? In case EPEL6 please
mind  this. 

Drop this line. 

>BuildRoot:      %{_tmppath}/%{name}-%{version}-build

http://fedoraproject.org/wiki/How_to_create_an_RPM_package#SPEC_file_overview
BuildRoot: This is where files will be "installed" during the %install process
(after the %build process). This is now redundant in Fedora and is only needed
for EPEL5. By default, the build root is placed in "%{_topdir}/BUILDROOT/".  

drop rm -rf in %install section 

>%install
>rm -rf %{buildroot}

http://fedoraproject.org/wiki/How_to_create_an_RPM_package#.25install_section

drop %clean section 

>%clean
>rm -rf %{buildroot}

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=h45IPAsPm3&a=cc_unsubscribe
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to