SHA256
2
0

Update homepage URLs

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gc?expand=0&rev=32
This commit is contained in:
Jan Engelhardt 2015-03-05 09:47:26 +00:00 committed by Git OBS Bridge
parent c6be554d06
commit 920622763b
2 changed files with 9 additions and 3 deletions

View File

@ -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

View File

@ -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