- install also cord_pos.h
This commit is contained in:
parent
79577f900e
commit
f6e982ed79
11
gc-7.4.2-install.patch
Normal file
11
gc-7.4.2-install.patch
Normal 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
10
gc.spec
@ -2,11 +2,15 @@
|
|||||||
Summary: A garbage collector for C and C++
|
Summary: A garbage collector for C and C++
|
||||||
Name: gc
|
Name: gc
|
||||||
Version: 7.4.2
|
Version: 7.4.2
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
Url: http://www.hboehm.info/gc/
|
Url: http://www.hboehm.info/gc/
|
||||||
Source0: http://www.hboehm.info/gc/gc_source/gc-%{version}%{?pre}.tar.gz
|
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
|
## upstreamable patches
|
||||||
|
|
||||||
@ -35,6 +39,7 @@ Provides: libgc-devel = %{version}-%{release}
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n gc-%{version}%{?pre}
|
%setup -q -n gc-%{version}%{?pre}
|
||||||
|
%patch0 -p1 -b .inst
|
||||||
|
|
||||||
# refresh auto*/libtool to purge rpaths
|
# refresh auto*/libtool to purge rpaths
|
||||||
rm -f libtool libtool.m4
|
rm -f libtool libtool.m4
|
||||||
@ -93,6 +98,9 @@ make check %{?arch_ignore}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 7.4.2-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user