diff --git a/libcommuni.spec b/libcommuni.spec index 9474635..0e11210 100644 --- a/libcommuni.spec +++ b/libcommuni.spec @@ -1,6 +1,6 @@ Name: libcommuni -Version: 2.2.0 -Release: 9%{?dist} +Version: 3.4.0 +Release: 1%{?dist} Summary: Cross-platform IRC client library written with Qt 4 Group: System Environment/Libraries License: LGPLv2+ @@ -41,18 +41,22 @@ make INSTALL_ROOT=%{buildroot} install %files %defattr(-,root,root,-) -%doc LICENSE AUTHORS README CHANGELOG -%{_libdir}/libCommuni.so.* +%doc LICENSE AUTHORS README.md CHANGELOG +%{_libdir}/libIrc*.so.* +%{_libdir}/qt4/imports/Communi/ %files devel %defattr(-,root,root,-) %doc doc/ %{_includedir}/Communi/ -%{_libdir}/libCommuni.so +%{_libdir}/libIrc*.so %{_libdir}/qt4/mkspecs/features/communi-config.prf %{_libdir}/qt4/mkspecs/features/communi.prf %changelog +* Wed Aug 26 2015 Jan Kaluza - 3.4.0-1 +- update to version 3.4.0 + * Wed Jun 17 2015 Fedora Release Engineering - 2.2.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild