Fix header files location
This commit is contained in:
parent
f44d540e4b
commit
a835d1c883
@ -2,7 +2,7 @@
|
||||
|
||||
Name: liblognorm
|
||||
Version: 2.0.3
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Fast samples-based log normalization library
|
||||
License: LGPLv2+
|
||||
URL: http://www.liblognorm.com
|
||||
@ -54,7 +54,7 @@ log files.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --enable-regexp --enable-docs --docdir=%{htmldir}
|
||||
%configure --enable-regexp --enable-docs --docdir=%{htmldir} --includedir=%{_includedir}/%{name}/
|
||||
|
||||
|
||||
%install
|
||||
@ -78,7 +78,7 @@ rm %{buildroot}%{htmldir}/{objects.inv,.buildinfo}
|
||||
|
||||
%files devel
|
||||
%{_libdir}/lib*.so
|
||||
%{_includedir}/*.h
|
||||
%{_includedir}/%{name}/*.h
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%files doc
|
||||
@ -89,6 +89,10 @@ rm %{buildroot}%{htmldir}/{objects.inv,.buildinfo}
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Oct 12 2017 Marek Tamaskovic <mtamasko@redhat.com> - 2.0.3-4
|
||||
- Fix header files location
|
||||
- resolves rhbz#1113573
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user