[Bug 854837] inkscape-sozi - Inkscape extension for creating animated presentations

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

--- Comment #15 from Itamar Reis Peixoto <itamar@xxxxxxxxxxxxxxxx> ---
Eduardo, please look at koji build logs.

warning: File listed twice: /usr/share/inkscape/extensions/sozi.css
...
...
warning: File listed twice: /usr/share/inkscape/extensions/sozi_upgrade.pyo

adding the flowing line into %files section.

%{_datadir}/inkscape/extensions/sozi*

will include all files starting with sozi.

when you list the files starting with sozi again, gives the warning.

%attr(644,root,root) %{_datadir}/inkscape/extensions/sozi_extras_upgrade.inx*
%attr(644,root,root) %{_datadir}/inkscape/extensions/sozi_extras_addvideo.js*
%attr(644,root,root) %{_datadir}/inkscape/extensions/sozi.inx*
%attr(644,root,root)
%{_datadir}/inkscape/extensions/sozi_extras_addvideo_upgrade.py*
%attr(644,root,root) %{_datadir}/inkscape/extensions/sozi.css*
%attr(644,root,root) %{_datadir}/inkscape/extensions/sozi_extras_addvideo.inx*
%attr(644,root,root) %{_datadir}/inkscape/extensions/sozi_upgrade.py*
%attr(644,root,root) %{_datadir}/inkscape/extensions/sozi.js*

look -> 

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

%defattr(<file permissions>, <user>, <group>, <directory permissions>)


what do you think about cleaning your %files section to something like this ->

%files
%defattr(0644,root,root,-)
%doc install-en.html GPL-license.txt install-fr.html MIT-license.txt
%{_datadir}/inkscape/extensions/sozi*

I think will produce same result, with installed files set as 0644, and no
warning about files listed twice in build log.

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



[Index of Archives]     [Fedora Legacy]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]