GNOME Bugzilla – Bug 731553
Add a metainfo file
Last modified: 2014-11-18 20:00:34 UTC
Richard some time ago added cool functionality to the GNOME Software[0]. Would be good if we will have evolution-rss as plugin for evolution in gnome-software. I will write patch today. [0]http://blogs.gnome.org/hughsie/2014/06/11/application-addons-in-gnome-software/
Created attachment 278318 [details] [review] [PATCH] Bug 731553 - add metainfo files
Created attachment 278319 [details] [review] [PATCH v2] Bug 731553 - add metainfo files oh. I've wrong with license.
Created attachment 278339 [details] [review] [PATCH v3] Bug 731553 - add metainfo files change licenses to spdx format
Created commit b8c208e in rss master (0.3.95+) [1] [1] https://git.gnome.org/browse/evolution-rss/commit/?id=b8c208e
How is evolution-rss.metainfo.xml.in supposed to get transformed into evolution-rss.metainfo.xml? When I try to build with the F20 RPM SPEC file I get the following error: make[2]: Entering directory `/net/linux/src/RPM/BUILD/evolution-rss-0.3.95' make[2]: *** No rule to make target `evolution-rss.metainfo.xml', needed by `all-am'. Stop. make[2]: Leaving directory `/net/linux/src/RPM/BUILD/evolution-rss-0.3.95' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/net/linux/src/RPM/BUILD/evolution-rss-0.3.95' make: *** [all] Error 2 error: Bad exit status from /var/tmp/rpm-tmp.80EkWB (%build) My process was to git clone, checkout master, ./autogen.sh, make dist and use that tarball with the RPM SPEC file to try to produce evolution-rss.
Found it. Filed in bug 740341.