rpms/gc/EL-4 .cvsignore,1.7,1.8 gc.spec,1.13,1.14 sources,1.7,1.8

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Mon Dec 18 14:55:55 UTC 2006


Author: rdieter

Update of /cvs/extras/rpms/gc/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6691

Modified Files:
	.cvsignore gc.spec sources 
Log Message:
sync w/devel branch



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gc/EL-4/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	4 Mar 2006 05:12:08 -0000	1.7
+++ .cvsignore	18 Dec 2006 14:55:25 -0000	1.8
@@ -1 +1,2 @@
-gc6.7.tar.gz
+clog
+gc6.8.tar.gz


Index: gc.spec
===================================================================
RCS file: /cvs/extras/rpms/gc/EL-4/gc.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- gc.spec	4 Mar 2006 05:12:08 -0000	1.13
+++ gc.spec	18 Dec 2006 14:55:25 -0000	1.14
@@ -1,9 +1,9 @@
 
 Summary: C++ Garbage Collector	
 Name:    gc	
-Version: 6.7
+Version: 6.8
 
-Release: 1%{?dist}
+Release: 3%{?dist}
 Group:   System Environment/Libraries
 License: BSD
 Url:     http://www.hpl.hp.com/personal/Hans_Boehm/gc/	
@@ -16,7 +16,8 @@
 BuildRequires: libtool
 BuildRequires: automake 
 
-Provides: libgc = %{version}-%{release}
+Obsoletes: libgc < %{version}-%{release}
+Provides:  libgc = %{version}-%{release}
 
 
 %description
@@ -27,9 +28,10 @@
 Summary: Libraries and header files for %{name} development 
 Group:   Development/Libraries
 Requires: %{name} = %{version}-%{release}
-Provides: libgc-devel = %{version}-%{release}
+Obsoletes: libgc-devel < %{version}-%{release}
+Provides:  libgc-devel = %{version}-%{release}
 %description devel
-Libraries and header files for %{name} development.
+%{summary}.
 
 
 %prep
@@ -39,15 +41,13 @@
 
 cp -f %{_datadir}/aclocal/libtool.m4 .
 libtoolize --copy --force
-aclocal
-automake
-autoconf
-#autoheader
+autoreconf
 
 
 %build
 
 %configure \
+  --disable-dependency-tracking \
   --disable-static \
   --enable-cplusplus \
   --enable-threads=posix \
@@ -84,13 +84,13 @@
 
 
 %files 
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc doc/README doc/README.changes doc/README.contributors 
 %doc doc/README.environment doc/README.linux
 %{_libdir}/lib*.so.*
 
 %files devel
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc doc/*.html
 %{_includedir}/*
 %{_libdir}/lib*.so
@@ -98,6 +98,15 @@
 
 
 %changelog
+* Mon Dec 11 2006 Rex Dieter <rexdieter[AT]users.sf.net> 6.8-3
+- Obsoletes/Provides: libgc(-devel) (rpmforge compatibility)
+
+* Mon Aug 28 2006 Rex Dieter <rexdieter[AT]users.sf.net> 6.8-2
+- fc6 respin
+
+* Thu Jul 13 2006 Rex Dieter <rexdieter[AT]users.sf.net> 6.8-1
+- 6.8
+
 * Fri Mar 03 2006 Rex Dieter <rexdieter[AT]users.sf.net> 6.7-1
 - 6.7
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gc/EL-4/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	4 Mar 2006 05:12:08 -0000	1.7
+++ sources	18 Dec 2006 14:55:25 -0000	1.8
@@ -1 +1 @@
-be780413a0360306ad3b701e45fa8871  gc6.7.tar.gz
+418d38bd9c66398386a372ec0435250e  gc6.8.tar.gz




More information about the scm-commits mailing list