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

--- Comment #22 from leigh scott <[email protected]> ---
Ok, please fix

1. remove buildrequires pkconfig and add Requires: pkgconfig instead

2. split these files into a subpackage

%{_datadir}/pkgconfig/xml2po.pc
%{_datadir}/xml/mate
%{_datadir}/xml/mallard


3. dont use wildcards in files section

Try using this instead

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS README NEWS COPYING COPYING.GPL COPYING.LGPL
%{_bindir}/*
%{_datadir}/pkgconfig/mate-doc-utils.pc
%{_datadir}/aclocal/mate-doc-utils.m4
%{_datadir}/mate/help/mate-doc-make
%{_datadir}/mate/help/mate-doc-xslt
%{_datadir}/omf/mate-doc-make
%{_datadir}/omf/mate-doc-xslt
%{_datadir}/mate-doc-utils
%doc %{_mandir}/man1/xml2po.1.*
%{python_sitelib}/xml2po/

%files stylesheets
%defattr(-,root,root,-)
%{_datadir}/pkgconfig/xml2po.pc
%{_datadir}/xml/mate
%{_datadir}/xml/mallard


4. delete the debian crap in install instead

rm -f %{buildroot}%{_datadir}/mate-doc-utils/mate-debian.sh


5. remove


%clean
rm -rf %{buildroot}


and

%defattr(-,root,root,-)

as they are obsolete.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to