Rebase to 2.0.1
This commit is contained in:
parent
411197100b
commit
08e5bd6af2
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/liblognorm-0.3.5.tar.gz
|
/liblognorm-0.3.5.tar.gz
|
||||||
/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
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
%define htmldir %{_docdir}/liblognorm/html
|
%define htmldir %{_docdir}/liblognorm/html
|
||||||
|
|
||||||
Name: liblognorm
|
Name: liblognorm
|
||||||
Version: 1.1.1
|
Version: 2.0.1
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Fast samples-based log normalization library
|
Summary: Fast samples-based log normalization library
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://www.liblognorm.com
|
URL: http://www.liblognorm.com
|
||||||
Source0: http://www.liblognorm.com/files/download/%{name}-%{version}.tar.gz
|
Source0: http://www.liblognorm.com/files/download/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: chrpath
|
BuildRequires: chrpath
|
||||||
BuildRequires: json-c-devel
|
BuildRequires: libfastjson-devel
|
||||||
BuildRequires: libestr-devel
|
BuildRequires: libestr-devel
|
||||||
BuildRequires: pcre-devel
|
BuildRequires: pcre-devel
|
||||||
|
|
||||||
@ -55,18 +55,17 @@ log files.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--docdir=%{htmldir} \
|
--enable-regexp
|
||||||
--enable-docs \
|
# --docdir=%{htmldir} \ problem with sphinx-build
|
||||||
--enable-regexp \
|
# --enable-docs \ python2-sphinx-1.4.6-2.fc24.noarch
|
||||||
|
|
||||||
V=1 make
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make V=1 install INSTALL="install -p" DESTDIR=%{buildroot}
|
make V=1 install INSTALL="install -p" DESTDIR=%{buildroot}
|
||||||
rm -f %{buildroot}/%{_libdir}/*.{a,la}
|
rm -f %{buildroot}/%{_libdir}/*.{a,la}
|
||||||
chrpath -d %{buildroot}%{_bindir}/lognormalizer
|
chrpath -d %{buildroot}%{_bindir}/lognormalizer
|
||||||
chrpath -d %{buildroot}%{_libdir}/liblognorm.so
|
chrpath -d %{buildroot}%{_libdir}/liblognorm.so
|
||||||
rm %{buildroot}%{htmldir}/{objects.inv,.buildinfo}
|
#rm %{buildroot}%{htmldir}/{objects.inv,.buildinfo}
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
@ -85,14 +84,20 @@ rm %{buildroot}%{htmldir}/{objects.inv,.buildinfo}
|
|||||||
%{_includedir}/*.h
|
%{_includedir}/*.h
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%files doc
|
#%files doc problem with sphinx-build
|
||||||
%doc %{htmldir}
|
#%doc %{htmldir}
|
||||||
|
|
||||||
%files utils
|
%files utils
|
||||||
%{_bindir}/lognormalizer
|
%{_bindir}/lognormalizer
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user