Accepting request 85838 from devel:libraries:c_c++
wrong macro usage (forwarded request 85837 from elvigia) OBS-URL: https://build.opensuse.org/request/show/85838 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gc?expand=0&rev=17
This commit is contained in:
commit
6c10ca752a
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 30 19:06:55 UTC 2011 - crrodriguez@opensuse.org
|
||||
|
||||
- Workaround qemu-arm bugs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 22 11:26:47 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
|
4
gc.spec
4
gc.spec
@ -23,7 +23,7 @@ Release: 1
|
||||
%define src_ver 7.2alpha6
|
||||
Group: Development/Libraries/C and C++
|
||||
License: BSD 3-Clause
|
||||
URL: http://www.hpl.hp.com/personal/Hans_Boehm/gc/
|
||||
Url: http://www.hpl.hp.com/personal/Hans_Boehm/gc/
|
||||
Summary: A garbage collector for C and C++
|
||||
Source: %{name}-%{src_ver}.tar.bz2
|
||||
Patch0: %{name}-build.patch
|
||||
@ -86,7 +86,9 @@ rm -fr $RPM_BUILD_ROOT/usr/share/gc # docs
|
||||
%{__rm} -f %{buildroot}%{_libdir}/*.la
|
||||
|
||||
%check
|
||||
%if ! 0%{?qemu_user_space_build}
|
||||
make check
|
||||
%endif
|
||||
|
||||
%post -n libgc1 -p /sbin/ldconfig
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user