After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 731553 - Add a metainfo file
Add a metainfo file
Status: RESOLVED FIXED
Product: evolution-rss
Classification: Other
Component: general
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: evolution-rss-maint
evolution-rss-maint
Depends on:
Blocks:
 
 
Reported: 2014-06-12 07:51 UTC by Igor Gnatenko
Modified: 2014-11-18 20:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[PATCH] Bug 731553 - add metainfo files (2.27 KB, patch)
2014-06-12 08:32 UTC, Igor Gnatenko
none Details | Review
[PATCH v2] Bug 731553 - add metainfo files (2.27 KB, patch)
2014-06-12 08:44 UTC, Igor Gnatenko
none Details | Review
[PATCH v3] Bug 731553 - add metainfo files (2.28 KB, patch)
2014-06-12 13:13 UTC, Igor Gnatenko
committed Details | Review

Description Igor Gnatenko 2014-06-12 07:51:02 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/
Comment 1 Igor Gnatenko 2014-06-12 08:32:24 UTC
Created attachment 278318 [details] [review]
[PATCH] Bug 731553 - add metainfo files
Comment 2 Igor Gnatenko 2014-06-12 08:44:43 UTC
Created attachment 278319 [details] [review]
[PATCH v2] Bug 731553 - add metainfo files

oh. I've wrong with license.
Comment 3 Igor Gnatenko 2014-06-12 13:13:32 UTC
Created attachment 278339 [details] [review]
[PATCH v3] Bug 731553 - add metainfo files

change licenses to spdx format
Comment 4 Milan Crha 2014-07-31 07:25:59 UTC
Created commit b8c208e in rss master (0.3.95+) [1]

[1] https://git.gnome.org/browse/evolution-rss/commit/?id=b8c208e
Comment 5 Brian J. Murrell 2014-11-18 18:22:28 UTC
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.
Comment 6 Brian J. Murrell 2014-11-18 20:00:34 UTC
Found it.  Filed in bug 740341.