This commit is contained in:
parent
316077a739
commit
b93cb950b6
@ -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
|
Wed Nov 21 18:00:27 CET 2007 - uli@suse.de
|
||||||
|
|
||||||
|
23
gc.spec
23
gc.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gc (Version 6.6)
|
# 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
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -10,9 +10,10 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: gc
|
Name: gc
|
||||||
Version: 6.6
|
Version: 6.6
|
||||||
Release: 79
|
Release: 96
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
License: BSD 3-Clause
|
License: BSD 3-Clause
|
||||||
@ -44,7 +45,7 @@ Authors:
|
|||||||
Summary: A garbage collector for C and C++
|
Summary: A garbage collector for C and C++
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Provides: gc:/usr/include/gc/gc.h
|
Provides: gc:/usr/include/gc/gc.h
|
||||||
Requires: gc = %{version}
|
Requires: gc = %{version} glibc-devel
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -88,6 +89,10 @@ rm -fr $RPM_BUILD_ROOT/usr/share/gc # docs
|
|||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc README.QUICK doc/README*
|
%doc README.QUICK doc/README*
|
||||||
@ -101,14 +106,16 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
|
|
||||||
%changelog
|
%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)
|
- 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
|
- split off devel package
|
||||||
* Mon Jan 30 2006 - uli@suse.de
|
* Mon Jan 30 2006 uli@suse.de
|
||||||
- enabled malloc redirection, C++ support
|
- enabled malloc redirection, C++ support
|
||||||
- fixed shared libs
|
- fixed shared libs
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Wed Jan 11 2006 - uli@suse.de
|
* Wed Jan 11 2006 uli@suse.de
|
||||||
- initial package
|
- initial package
|
||||||
|
Loading…
x
Reference in New Issue
Block a user