SPECS: gc.spec - updated to 7.0

qboosh qboosh at pld-linux.org
Sat Dec 15 00:32:26 CET 2007


Author: qboosh                       Date: Fri Dec 14 23:32:26 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 7.0

---- Files affected:
SPECS:
   gc.spec (1.37 -> 1.38) 

---- Diffs:

================================================================
Index: SPECS/gc.spec
diff -u SPECS/gc.spec:1.37 SPECS/gc.spec:1.38
--- SPECS/gc.spec:1.37	Wed Sep  5 15:14:05 2007
+++ SPECS/gc.spec	Sat Dec 15 00:32:21 2007
@@ -2,20 +2,18 @@
 Summary:	The Boehm-Demers-Weiser conservative garbage collector
 Summary(pl.UTF-8):	Konserwatywny odśmiecacz pamięci Boehma-Demersa-Weisera
 Name:		gc
-Version:	6.8
-Release:	2
+Version:	7.0
+Release:	1
 License:	BSD-like
 Group:		Libraries
-Source0:	http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/%{name}%{version}.tar.gz
-# Source0-md5:	418d38bd9c66398386a372ec0435250e
+Source0:	http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/%{name}-%{version}.tar.gz
+# Source0-md5:	3645ccf5f32ebb27d99b27b0d29e9c38
 URL:		http://www.hpl.hp.com/personal/Hans_Boehm/gc/
 BuildRequires:	autoconf >= 2.53
 BuildRequires:	automake
 BuildRequires:	libtool
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define		_includedir	%{_prefix}/include/gc
-
 %description
 Gc is a conservative garbage collector for C and C++. It is used as a
 replacement for standard malloc() and free(). GC_malloc will attempt
@@ -53,12 +51,12 @@
 Statyczna wersja biblioteki gc
 
 %prep
-%setup -q -n %{name}%{version}
+%setup -q
 
 # kill libtool.m4 inclusion
 %{__perl} -pi -e 's/^sinclude.*//' acinclude.m4
 
-%{__perl} -pi -e 's/^dist_pkgdata_DATA/EXTRA_DIST/' doc/Makefile.am
+%{__perl} -pi -e 's/^dist_pkgdata_DATA/EXTRA_DIST/' doc/doc.am
 
 %build
 %{__libtoolize}
@@ -79,8 +77,9 @@
 	DESTDIR=$RPM_BUILD_ROOT
 
 install -d $RPM_BUILD_ROOT%{_includedir}/gc/private
-install include/private/* $RPM_BUILD_ROOT%{_includedir}/gc/private
 install -D doc/gc.man $RPM_BUILD_ROOT%{_mandir}/man3/gc.3
+# are these still needed? (what is ecls?)
+install include/private/* $RPM_BUILD_ROOT%{_includedir}/gc/private
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -92,18 +91,25 @@
 %defattr(644,root,root,755)
 %doc README.QUICK doc/README{,.{linux,changes,contributors,environment,macros}}
 %doc doc/*.html
-%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%attr(755,root,root) %{_libdir}/libcord.so.*.*.*
+%attr(755,root,root) %{_libdir}/libgc.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libcord.so.1
+%attr(755,root,root) %ghost %{_libdir}/libgc.so.1
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
-%{_includedir}
+%attr(755,root,root) %{_libdir}/libcord.so
+%attr(755,root,root) %{_libdir}/libgc.so
+%{_libdir}/libcord.la
+%{_libdir}/libgc.la
+%{_includedir}/gc
+%{_pkgconfigdir}/bdw-gc.pc
 %{_mandir}/man3/gc.3*
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libcord.a
+%{_libdir}/libgc.a
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -111,6 +117,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.38  2007-12-14 23:32:21  qboosh
+- updated to 7.0
+
 Revision 1.37  2007-09-05 13:14:05  baggins
 - rel 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gc.spec?r1=1.37&r2=1.38&f=u



More information about the pld-cvs-commit mailing list