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:
parent
c6be554d06
commit
920622763b
@ -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
|
||||
|
||||
|
7
gc.spec
7
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
|
||||
|
Loading…
Reference in New Issue
Block a user