diff --git a/libxml2.spec b/libxml2.spec index acafd2f..4b7ec8d 100644 --- a/libxml2.spec +++ b/libxml2.spec @@ -1,6 +1,6 @@ %define majver %(echo %version | cut -d. -f 1-2) Name: libxml2 -Version: 2.9.2 +Version: 2.9.3 Release: 1mamba Summary: Library providing XML and HTML support Group: System/Libraries @@ -130,6 +130,8 @@ install -d -m 0755 %{buildroot}%{_sysconfdir}/xml %{_libdir}/libxml2.so %dir %{_libdir}/cmake/libxml2 %{_libdir}/cmake/libxml2/libxml2-config.cmake +%dir %{_libdir}/cmake/libxml2 +%{_libdir}/cmake/libxml2/libxml2-config.cmake %{_libdir}/pkgconfig/* %{_mandir}/man1/xml2-config.* %{_mandir}/man3/* @@ -154,6 +156,9 @@ install -d -m 0755 %{buildroot}%{_sysconfdir}/xml %{_datadir}/gtk-doc/html/%{name}/ %changelog +* Wed Dec 09 2015 Automatic Build System 2.9.3-1mamba +- automatic version update by autodist + * Sun Oct 26 2014 Automatic Build System 2.9.2-1mamba - automatic version update by autodist