- install also cord_pos.h

This commit is contained in:
Dan Horák 2016-02-27 19:51:08 +01:00
parent 79577f900e
commit f6e982ed79
2 changed files with 20 additions and 1 deletions

11
gc-7.4.2-install.patch Normal file
View File

@ -0,0 +1,11 @@
diff -up gc-7.4.2/cord/cord.am.inst gc-7.4.2/cord/cord.am
--- gc-7.4.2/cord/cord.am.inst 2016-02-27 19:43:26.000000000 +0100
+++ gc-7.4.2/cord/cord.am 2016-02-27 19:43:48.000000000 +0100
@@ -22,4 +22,6 @@ EXTRA_DIST += \
cord/tests/de_win.h \
cord/tests/de_win.rc
-pkginclude_HEADERS += include/cord.h
+pkginclude_HEADERS += \
+ include/cord.h \
+ include/cord_pos.h

10
gc.spec
View File

@ -2,11 +2,15 @@
Summary: A garbage collector for C and C++
Name: gc
Version: 7.4.2
Release: 5%{?dist}
Release: 6%{?dist}
License: BSD
Url: http://www.hboehm.info/gc/
Source0: http://www.hboehm.info/gc/gc_source/gc-%{version}%{?pre}.tar.gz
# https://github.com/ivmai/bdwgc/commit/b519011261256f8b5b0f3d9868536271c78b53f5
# backported without ec.h because the cord_ec_* functions are not present
# in our build
Patch0: gc-7.4.2-install.patch
## upstreamable patches
@ -35,6 +39,7 @@ Provides: libgc-devel = %{version}-%{release}
%prep
%setup -q -n gc-%{version}%{?pre}
%patch0 -p1 -b .inst
# refresh auto*/libtool to purge rpaths
rm -f libtool libtool.m4
@ -93,6 +98,9 @@ make check %{?arch_ignore}
%changelog
* Sat Feb 27 2016 Dan Horák <dan[at]danny.cz> - 7.4.2-6
- install also cord_pos.h
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 7.4.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild