SHA256
6
0
forked from pool/gc
OBS User unknown 2008-02-25 16:08:38 +00:00 committed by Git OBS Bridge
parent 316077a739
commit b93cb950b6
2 changed files with 20 additions and 8 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 25 06:37:27 CET 2008 - crrodriguez@suse.de
- fix library-without-ldconfig-postin errors
-------------------------------------------------------------------
Wed Nov 21 18:00:27 CET 2007 - uli@suse.de

23
gc.spec
View File

@ -1,7 +1,7 @@
#
# spec file for package gc (Version 6.6)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@ -10,9 +10,10 @@
# norootforbuild
Name: gc
Version: 6.6
Release: 79
Release: 96
AutoReqProv: on
Group: Development/Libraries/C and C++
License: BSD 3-Clause
@ -44,7 +45,7 @@ Authors:
Summary: A garbage collector for C and C++
Group: Development/Libraries/C and C++
Provides: gc:/usr/include/gc/gc.h
Requires: gc = %{version}
Requires: gc = %{version} glibc-devel
AutoReqProv: on
%description devel
@ -88,6 +89,10 @@ rm -fr $RPM_BUILD_ROOT/usr/share/gc # docs
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-, root, root)
%doc README.QUICK doc/README*
@ -101,14 +106,16 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/*
%changelog
* Wed Nov 21 2007 - uli@suse.de
* Mon Feb 25 2008 crrodriguez@suse.de
- fix library-without-ldconfig-postin errors
* Wed Nov 21 2007 uli@suse.de
- implicit malloc() redirection breaks some apps (bug #335123)
* Sat May 26 2007 - ro@suse.de
* Sun May 27 2007 ro@suse.de
- split off devel package
* Mon Jan 30 2006 - uli@suse.de
* Mon Jan 30 2006 uli@suse.de
- enabled malloc redirection, C++ support
- fixed shared libs
* Wed Jan 25 2006 - mls@suse.de
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Wed Jan 11 2006 - uli@suse.de
* Wed Jan 11 2006 uli@suse.de
- initial package