Update to 0.2.9
This commit is contained in:
parent
becf50fb79
commit
9da3b2b3f3
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/libdatrie-0.2.8.tar.xz
|
/libdatrie-0.2.8.tar.xz
|
||||||
|
/libdatrie-0.2.9.tar.xz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: libdatrie
|
Name: libdatrie
|
||||||
Version: 0.2.8
|
Version: 0.2.9
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Implementation of Double-Array structure for representing trie
|
Summary: Implementation of Double-Array structure for representing trie
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://linux.thai.net/projects/datrie
|
URL: http://linux.thai.net/projects/datrie
|
||||||
@ -42,14 +42,14 @@ rm -frv %{buildroot}%{_pkgdocdir}
|
|||||||
find %{buildroot} -name '*.*a' -delete -print
|
find %{buildroot} -name '*.*a' -delete -print
|
||||||
|
|
||||||
%check
|
%check
|
||||||
LD_LIBRARY_PATH=../datrie/.libs make check %{?_smp_mflags}
|
LD_LIBRARY_PATH=../datrie/.libs %make_build check
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc COPYING
|
%license COPYING
|
||||||
%{_libdir}/libdatrie.so.*
|
%{_libdir}/libdatrie.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -57,10 +57,13 @@ LD_LIBRARY_PATH=../datrie/.libs make check %{?_smp_mflags}
|
|||||||
%{_includedir}/datrie/
|
%{_includedir}/datrie/
|
||||||
%{_libdir}/libdatrie.so
|
%{_libdir}/libdatrie.so
|
||||||
%{_libdir}/pkgconfig/datrie-0.2.pc
|
%{_libdir}/pkgconfig/datrie-0.2.pc
|
||||||
%{_bindir}/trietool*
|
%{_bindir}/trietool
|
||||||
%{_mandir}/man1/trietool*.1*
|
%{_mandir}/man1/trietool.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 18 2015 Christopher Meng <rpm@cicku.me> - 0.2.9-1
|
||||||
|
- Update to 0.2.9
|
||||||
|
|
||||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.8-6
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.8-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user