Use make_install macro
This commit is contained in:
parent
a14c337130
commit
551f7cb4e6
@ -1,26 +0,0 @@
|
|||||||
From c40e1750d8f948e50d3b6c4c5194be7085af1138 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Carlos Garnacho <carlosg@gnome.org>
|
|
||||||
Date: Fri, 24 Jul 2015 00:22:41 +0200
|
|
||||||
Subject: [PATCH 4/4] rss: fix typo
|
|
||||||
|
|
||||||
Destroy, not free.
|
|
||||||
---
|
|
||||||
src/miners/rss/tracker-miner-rss.c | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/src/miners/rss/tracker-miner-rss.c b/src/miners/rss/tracker-miner-rss.c
|
|
||||||
index a0f55ad..566cf54 100644
|
|
||||||
--- a/src/miners/rss/tracker-miner-rss.c
|
|
||||||
+++ b/src/miners/rss/tracker-miner-rss.c
|
|
||||||
@@ -963,7 +963,7 @@ feed_item_check_exists_cb (GObject *source_object,
|
|
||||||
g_object_unref (cursor);
|
|
||||||
g_object_unref (sparql);
|
|
||||||
g_free (website_urn);
|
|
||||||
- g_hash_table_free (contributor_websites);
|
|
||||||
+ g_hash_table_destroy (contributor_websites);
|
|
||||||
}
|
|
||||||
|
|
||||||
static void
|
|
||||||
--
|
|
||||||
2.4.6
|
|
||||||
|
|
@ -205,7 +205,7 @@ make V=1 %{?_smp_mflags}
|
|||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=%{buildroot} INSTALL="install -p" install
|
%make_install
|
||||||
|
|
||||||
# Update the screenshot shown in the software center
|
# Update the screenshot shown in the software center
|
||||||
#
|
#
|
||||||
@ -328,6 +328,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
%changelog
|
%changelog
|
||||||
* Thu Aug 20 2015 Kalev Lember <klember@redhat.com> - 1.5.2-1
|
* Thu Aug 20 2015 Kalev Lember <klember@redhat.com> - 1.5.2-1
|
||||||
- Update to 1.5.2
|
- Update to 1.5.2
|
||||||
|
- Use make_install macro
|
||||||
|
|
||||||
* Fri Jul 24 2015 Igor Gnatenko <ignatenko@src.gnome.org> - 1.5.1-2
|
* Fri Jul 24 2015 Igor Gnatenko <ignatenko@src.gnome.org> - 1.5.1-2
|
||||||
- Backport rss fixes from upstream
|
- Backport rss fixes from upstream
|
||||||
|
Loading…
Reference in New Issue
Block a user