Rebase to 2.0.1

This commit is contained in:
Radovan Sroka 2016-09-29 13:09:06 +02:00
parent 411197100b
commit 08e5bd6af2
3 changed files with 17 additions and 11 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <rsroka@redhat.com> 2.0.1-1
- rebase to 2.0.1
* Thu Mar 15 2016 Radovan Sroka <rsroka@redhat.com> 1.1.3-1
- rebase to v1.1.3
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
a5a452be3d0f187cdd589236d5e7e936 liblognorm-1.1.1.tar.gz
1fb5e7b6a8403eb687382e45c53e087f liblognorm-2.0.1.tar.gz