- Force sane mode on the headers

This commit is contained in:
Panu Matilainen 2015-01-27 10:35:59 +02:00
parent e78dfa8543
commit 8cefbac7ec

View File

@ -94,6 +94,9 @@ mkdir -p %{buildroot}%{datadir}
cp -a %{target}/.config %{buildroot}%{datadir}/config cp -a %{target}/.config %{buildroot}%{datadir}/config
cp -a tools %{buildroot}%{datadir} cp -a tools %{buildroot}%{datadir}
# Fixup irregular modes in headers
find %{buildroot}%{_includedir}/%{name}-%{version} -type f | xargs chmod 0644
%files %files
# BSD # BSD
%dir %{datadir} %dir %{datadir}
@ -118,6 +121,7 @@ cp -a tools %{buildroot}%{datadir}
%changelog %changelog
* Tue Jan 27 2015 Panu Matilainen <pmatilai@redhat.com> - 1.7.0-4 * Tue Jan 27 2015 Panu Matilainen <pmatilai@redhat.com> - 1.7.0-4
- Copy the headers instead of broken symlinks into -devel package - Copy the headers instead of broken symlinks into -devel package
- Force sane mode on the headers
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.0-3 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild