[Bug 728837] Review Request: xml2dict - Use attributes of dictionary to access xml elements.

bugzilla at redhat.com bugzilla at redhat.com
Mon Mar 19 06:52:46 UTC 2012


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

--- Comment #28 from Parag AN(पराग) <panemade at gmail.com> 2012-03-19 02:52:45 EDT ---

See you are installing 
install -pm 0644 xml2dict.py $RPM_BUILD_ROOT%{python_sitelib}/
install -pm 0644 object_dict.py $RPM_BUILD_ROOT%{python_sitelib}/

But to install above files you must have first build root path created which is
currently done by
install -d $RPM_BUILD_ROOT%{python_sitelib}/xml2dict

so all the directory hierarchy is created using above command but you have to
actually use this command
install -d $RPM_BUILD_ROOT%{python_sitelib}/

otherwise you will install unnecessary directory
$RPM_BUILD_ROOT%{python_sitelib}/xml2dict

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