[packages/gc] - new URLs, updated to 7.2g - updated ac patch
qboosh
qboosh at pld-linux.org
Sat Jul 16 21:50:08 CEST 2016
commit 110ceb6e81acf821f01788b0f608f392e3fa5ab7
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Jul 16 21:50:28 2016 +0200
- new URLs, updated to 7.2g
- updated ac patch
gc-ac.patch | 8 ++++----
gc.spec | 20 +++++++++++---------
2 files changed, 15 insertions(+), 13 deletions(-)
---
diff --git a/gc.spec b/gc.spec
index 4f238bc..d72333f 100644
--- a/gc.spec
+++ b/gc.spec
@@ -1,18 +1,18 @@
Summary: The Boehm-Demers-Weiser conservative garbage collector
Summary(pl.UTF-8): Konserwatywny odśmiecacz pamięci Boehma-Demersa-Weisera
Name: gc
-# NOTE: 7.4.0 is considered experimental (as of Nov 2013)
-Version: 7.2e
-Release: 3
+# NOTE: 7.4.x is considered experimental (as of Nov 2013)
+Version: 7.2g
+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: 5e230029f802d0ac633b1d9b3d4934c9
+Source0: http://www.hboehm.info/gc/gc_source/%{name}-%{version}.tar.gz
+# Source0-md5: 6f77f9fff5fb5bf96adfc1e93cd035b6
Patch0: %{name}-ac.patch
-URL: http://www.hpl.hp.com/personal/Hans_Boehm/gc/
+URL: http://www.hboehm.info/gc/
BuildRequires: autoconf >= 2.64
BuildRequires: automake
-BuildRequires: libatomic_ops >= 7.2e
+BuildRequires: libatomic_ops >= 7.2g
BuildRequires: libstdc++-devel
BuildRequires: libtool >= 2:1.5
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -94,7 +94,7 @@ Interfejs C++ do biblioteki GC - biblioteka statyczna.
%prep
%setup -q -n %{name}-7.2
-%patch0 -p0
+%patch0 -p1
# don't install docs to %{_datadir}/%{name}
%{__perl} -pi -e 's/^dist_pkgdata_DATA/EXTRA_DIST/' doc/doc.am
@@ -134,7 +134,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc README.QUICK doc/README{,.{linux,changes,contributors,environment,macros}}
+%doc ChangeLog README.QUICK doc/README{,.{linux,changes,contributors,environment,macros}}
%attr(755,root,root) %{_libdir}/libcord.so.*.*.*
%attr(755,root,root) %ghost %{_libdir}/libcord.so.1
%attr(755,root,root) %{_libdir}/libgc.so.*.*.*
@@ -150,6 +150,8 @@ rm -rf $RPM_BUILD_ROOT
%dir %{_includedir}/gc
%{_includedir}/gc/private
%{_includedir}/gc/cord.h
+%{_includedir}/gc/cord_pos.h
+%{_includedir}/gc/ec.h
%{_includedir}/gc/gc.h
%{_includedir}/gc/gc_allocator.h
%{_includedir}/gc/gc_amiga_redirects.h
diff --git a/gc-ac.patch b/gc-ac.patch
index d1a6274..00bcbd9 100644
--- a/gc-ac.patch
+++ b/gc-ac.patch
@@ -1,11 +1,11 @@
---- configure.ac~ 2012-08-09 21:25:13.000000000 +0100
-+++ configure.ac 2013-04-18 01:34:47.007548555 +0100
+--- gc-7.2/configure.ac.orig 2016-07-16 19:52:36.064172494 +0200
++++ gc-7.2/configure.ac 2016-07-16 20:02:56.964165366 +0200
@@ -26,7 +26,7 @@
AC_REVISION($Revision: 1.69 $)
GC_SET_VERSION
- AM_INIT_AUTOMAKE([foreign dist-bzip2 nostdinc])
+ AM_INIT_AUTOMAKE([foreign dist-bzip2 nostdinc subdir-objects])
-AM_CONFIG_HEADER([include/private/config.h])
-+AC_CONFIG_HEADER([include/private/config.h])
++AC_CONFIG_HEADERS([include/private/config.h])
AM_MAINTAINER_MODE
AC_SUBST(PACKAGE)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gc.git/commitdiff/110ceb6e81acf821f01788b0f608f392e3fa5ab7
More information about the pld-cvs-commit
mailing list