diff --git a/texlive.spec b/texlive.spec index 6b7dc93..d37f786 100644 --- a/texlive.spec +++ b/texlive.spec @@ -1,6 +1,6 @@ %global source_date 20150728_r37987 %global tl_version 2015 -%global tl_rel 23 +%global tl_rel 24 %global tl_release %{tl_rel}.%{source_date}%{?dist} %global tl_noarch_release %{tl_rel}%{?dist} %global source_name texlive-%{source_date}-source @@ -24,7 +24,7 @@ Name: texlive Version: %{tl_version} -Release: %{tl_release}.1 +Release: %{tl_release} Epoch: 5 Summary: TeX formatting system Group: Applications/Publishing @@ -286693,6 +286693,8 @@ rm -f %{buildroot}%{_libdir}/*.la rm -rf %{buildroot}%{_includedir} mkdir -p %{buildroot}%{_includedir} cp -r source/inst/include/* %{buildroot}%{_includedir} +# This one header gets put in lib. :P +cp -r source/inst/lib/kpathsea/c-auto.h %{buildroot}%{_includedir}/kpathsea/ # relocate binaries to %%{_bindir} and fix relative symlinks pushd %{buildroot}%{_bindir} @@ -443497,6 +443499,9 @@ fi %{_libdir}/pkgconfig/*.pc %changelog +* Tue Feb 16 2016 Tom Callaway - 5:2015-24.20150728_r37987 +- add missing kpathsea/c-auto.h (bz1308983) + * Fri Feb 05 2016 Fedora Release Engineering - 5:2015-23.20150728_r37987.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild