From 920622763bcd7dd6892b5a4b1e4f1c979d02690b308ad43f10ea1613fdced499 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 5 Mar 2015 09:47:26 +0000 Subject: [PATCH] Update homepage URLs OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gc?expand=0&rev=32 --- gc.changes | 5 +++++ gc.spec | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/gc.changes b/gc.changes index c6cca59..eb6ab96 100644 --- a/gc.changes +++ b/gc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 5 09:42:40 UTC 2015 - jengelh@inai.de + +- Update homepage URLs + ------------------------------------------------------------------- Mon Dec 29 17:51:02 UTC 2014 - p.drouand@gmail.com diff --git a/gc.spec b/gc.spec index c498793..428e8b1 100644 --- a/gc.spec +++ b/gc.spec @@ -1,7 +1,7 @@ # # spec file for package gc # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,11 +19,12 @@ Name: gc Version: 7.4.2 Release: 0 -Url: http://www.hboehm.info/gc/ Summary: A garbage collector for C and C++ License: BSD-3-Clause Group: Development/Libraries/C and C++ +Url: http://www.hboehm.info/gc/ +#Git-Clone: git://github.com/ivmai/bdwgc Source: http://www.hboehm.info/gc/gc_source/%name-%version.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: autoconf >= 2.64 @@ -96,7 +97,7 @@ CPPFLAGS="-DUSE_GET_STACKBASE_FOR_MAIN"; export CPPFLAGS make %{?_smp_mflags} %install -make install DESTDIR="%buildroot" +%make_install rm -Rf "%buildroot/%_datadir/gc" "%buildroot/%_libdir"/*.la %check