ignatenkobrain commented on this pull request.


> +#
+# Transform appdata/metainfo xml file into RPM appstream(filename) provides
+#
+# Author: Michael Schroeder <[email protected]>
+# Based on other provides scripts from RPM
+
+OLD_IFS="$IFS"
+while read instfile ; do
+       case "$instfile" in
+       *.appdata.xml)
+               echo "appstream()"
+               echo "appstream(${instfile##*/appdata/})"
+               ;;
+       *.metainfo.xml)
+               echo "appstream()"
+               echo "appstream(${instfile##*/metainfo/})"

I think for plugins it should not be same...

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/98#pullrequestreview-8553823
_______________________________________________
Rpm-maint mailing list
[email protected]
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to