diff --git a/.gitignore b/.gitignore index dac8dd7..68bbaf0 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /liblognorm-0.3.5.tar.gz /liblognorm-0.3.7.tar.gz /liblognorm-1.1.1.tar.gz +/liblognorm-2.0.1.tar.gz diff --git a/liblognorm.spec b/liblognorm.spec index 4ee45a9..e879248 100644 --- a/liblognorm.spec +++ b/liblognorm.spec @@ -1,15 +1,15 @@ %define htmldir %{_docdir}/liblognorm/html Name: liblognorm -Version: 1.1.1 -Release: 3%{?dist} +Version: 2.0.1 +Release: 1%{?dist} Summary: Fast samples-based log normalization library License: LGPLv2+ URL: http://www.liblognorm.com Source0: http://www.liblognorm.com/files/download/%{name}-%{version}.tar.gz BuildRequires: chrpath -BuildRequires: json-c-devel +BuildRequires: libfastjson-devel BuildRequires: libestr-devel BuildRequires: pcre-devel @@ -55,18 +55,17 @@ log files. %build %configure \ - --docdir=%{htmldir} \ - --enable-docs \ - --enable-regexp \ + --enable-regexp +# --docdir=%{htmldir} \ problem with sphinx-build +# --enable-docs \ python2-sphinx-1.4.6-2.fc24.noarch -V=1 make %install make V=1 install INSTALL="install -p" DESTDIR=%{buildroot} rm -f %{buildroot}/%{_libdir}/*.{a,la} chrpath -d %{buildroot}%{_bindir}/lognormalizer chrpath -d %{buildroot}%{_libdir}/liblognorm.so -rm %{buildroot}%{htmldir}/{objects.inv,.buildinfo} +#rm %{buildroot}%{htmldir}/{objects.inv,.buildinfo} %post -p /sbin/ldconfig @@ -85,14 +84,20 @@ rm %{buildroot}%{htmldir}/{objects.inv,.buildinfo} %{_includedir}/*.h %{_libdir}/pkgconfig/*.pc -%files doc -%doc %{htmldir} +#%files doc problem with sphinx-build +#%doc %{htmldir} %files utils %{_bindir}/lognormalizer %changelog +* Tue Oct 4 2016 Radovan Sroka 2.0.1-1 +- rebase to 2.0.1 + +* Thu Mar 15 2016 Radovan Sroka 1.1.3-1 +- rebase to v1.1.3 + * Thu Feb 04 2016 Fedora Release Engineering - 1.1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 9b3d055..24a0e1d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a5a452be3d0f187cdd589236d5e7e936 liblognorm-1.1.1.tar.gz +1fb5e7b6a8403eb687382e45c53e087f liblognorm-2.0.1.tar.gz