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