From 3a33954f83a276e0c8572c1493be556541f46c41 Mon Sep 17 00:00:00 2001 From: Thomas Perl Date: Sun, 27 Oct 2013 13:01:32 +0100 Subject: [PATCH] [rpm] Update to latest gpodder-core, add podcastparser Podcastparser is now managed as a separate project, so add it as submodule too and forward the gpodder-core subproject to have the latest changes integrated. --- .gitmodules | 3 +++ gpodder-core | 2 +- podcastparser | 1 + rpm/org.gpodder.sailfish.spec | 1 + 4 files changed, 6 insertions(+), 1 deletion(-) create mode 160000 podcastparser diff --git a/.gitmodules b/.gitmodules index 290376c..f4bc982 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "gpodder-ui-qml"] path = gpodder-ui-qml url = git://github.com/gpodder/gpodder-ui-qml.git +[submodule "podcastparser"] + path = podcastparser + url = git://github.com/gpodder/podcastparser.git diff --git a/gpodder-core b/gpodder-core index a9c4e85..d337944 160000 --- a/gpodder-core +++ b/gpodder-core @@ -1 +1 @@ -Subproject commit a9c4e856ba7a940ddbd81143959ae28d6f99b8ba +Subproject commit d33794459aa8cea0677548df7e63a3c944585a48 diff --git a/podcastparser b/podcastparser new file mode 160000 index 0000000..37b68e7 --- /dev/null +++ b/podcastparser @@ -0,0 +1 @@ +Subproject commit 37b68e71ca23500fe38b6a19de65b4447eedde4b diff --git a/rpm/org.gpodder.sailfish.spec b/rpm/org.gpodder.sailfish.spec index c72d70e..f8cca45 100644 --- a/rpm/org.gpodder.sailfish.spec +++ b/rpm/org.gpodder.sailfish.spec @@ -29,6 +29,7 @@ gPodder downloads and manages free audio and video content for you. TARGET=%{buildroot}/%{_datadir}/%{name}/qml mkdir -p $TARGET cp -rpv gpodder-core/src/* $TARGET/ +cp -rpv podcastparser/podcastparser.py $TARGET/ cp -rpv gpodder-ui-qml/main.py gpodder-ui-qml/qml $TARGET/ cp -rpv %{name}.qml $TARGET/