SHA256
2
0

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:
Lars Vogdt 2011-10-02 08:01:56 +00:00 committed by Git OBS Bridge
commit 6c10ca752a
2 changed files with 8 additions and 1 deletions

View File

@ -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 Thu Sep 22 11:26:47 UTC 2011 - jengelh@medozas.de

View File

@ -23,7 +23,7 @@ Release: 1
%define src_ver 7.2alpha6 %define src_ver 7.2alpha6
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
License: BSD 3-Clause 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++ Summary: A garbage collector for C and C++
Source: %{name}-%{src_ver}.tar.bz2 Source: %{name}-%{src_ver}.tar.bz2
Patch0: %{name}-build.patch Patch0: %{name}-build.patch
@ -86,7 +86,9 @@ rm -fr $RPM_BUILD_ROOT/usr/share/gc # docs
%{__rm} -f %{buildroot}%{_libdir}/*.la %{__rm} -f %{buildroot}%{_libdir}/*.la
%check %check
%if ! 0%{?qemu_user_space_build}
make check make check
%endif
%post -n libgc1 -p /sbin/ldconfig %post -n libgc1 -p /sbin/ldconfig