Rebase to 2.0.2
This commit is contained in:
parent
edd7f19f07
commit
6f3facd229
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/liblognorm-0.3.7.tar.gz
|
||||
/liblognorm-1.1.1.tar.gz
|
||||
/liblognorm-2.0.1.tar.gz
|
||||
/liblognorm-2.0.2.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
%define htmldir %{_docdir}/liblognorm/html
|
||||
|
||||
Name: liblognorm
|
||||
Version: 2.0.1
|
||||
Version: 2.0.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Fast samples-based log normalization library
|
||||
License: LGPLv2+
|
||||
@ -54,10 +54,7 @@ log files.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--enable-regexp
|
||||
# --docdir=%{htmldir} \ problem with sphinx-build
|
||||
# --enable-docs \ python2-sphinx-1.4.6-2.fc24.noarch
|
||||
%configure --enable-regexp --enable-docs --docdir=%{htmldir}
|
||||
|
||||
|
||||
%install
|
||||
@ -84,14 +81,17 @@ chrpath -d %{buildroot}%{_libdir}/liblognorm.so
|
||||
%{_includedir}/*.h
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
#%files doc problem with sphinx-build
|
||||
#%doc %{htmldir}
|
||||
%files doc
|
||||
%doc %{htmldir}
|
||||
|
||||
%files utils
|
||||
%{_bindir}/lognormalizer
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Feb 9 2017 Radovan Sroka <rsroka@redhat.com> 2.0.2-1
|
||||
- rebase to 2.0.2
|
||||
|
||||
* Tue Oct 4 2016 Radovan Sroka <rsroka@redhat.com> 2.0.1-1
|
||||
- rebase to 2.0.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user