Hello community, here is the log from the commit of package qutim for openSUSE:Factory checked in at 2017-02-16 16:49:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qutim (Old) and /work/SRC/openSUSE:Factory/.qutim.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qutim" Changes: -------- --- /work/SRC/openSUSE:Factory/qutim/qutim.changes 2017-01-12 15:57:48.978711116 +0100 +++ /work/SRC/openSUSE:Factory/.qutim.new/qutim.changes 2017-02-16 16:49:45.309892808 +0100 @@ -1,0 +2,6 @@ +Sun Feb 5 13:34:36 UTC 2017 - [email protected] + +- Improve description +- Implement shared library packaging guideline + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qutim.spec ++++++ --- /var/tmp/diff_new_pack.drY83F/_old 2017-02-16 16:49:46.217763897 +0100 +++ /var/tmp/diff_new_pack.drY83F/_new 2017-02-16 16:49:46.221763330 +0100 @@ -44,12 +44,33 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -Multiprotocol instant messenger. +With qutIM, you can send and receive messages, participate in group +conferences, and write to different microblogs and social networks. +It can be extended by plugins writetn in C++/Qt or Javascript. It +supports the ICQ, Jabber, Mail.Ru, IRC, and VKontakte protocols. + +%package -n libqutim0 +Summary: QutIM messenger core library +Group: System/Libraries + +%description -n libqutim0 +With qutIM, you can send and receive messages, participate in group +conferences, and write to different microblogs and social networks. +It can be extended by plugins writetn in C++/Qt or Javascript. It +supports the ICQ, Jabber, Mail.Ru, IRC, and VKontakte protocols. + +%package -n libvreen0 +Summary: Qt bindings for the vk.com API +Group: System/Libraries + +%description -n libvreen0 +A library with Qt bindings for the vk.com web API. %package devel Summary: Development files for QutIM Group: Development/Libraries/C and C++ -Requires: %{name} = %{version} +Requires: libqutim0 = %{version} +Requires: libvreen0 = %{version} Requires: libjreen-devel >= 1.1.0 Requires: libqca2-devel >= 2.0 Requires: libqt4-devel >= 4.6 @@ -65,7 +86,7 @@ Supplements: packageand(qutim:aspell) %description plugin-aspeller -Spell checker plugin for QutIM based on aspell +Spell checker plugin for QutIM, based on aspell. %package plugin-hunspeller Summary: Hunspeller plugin for QutIM @@ -75,7 +96,7 @@ Supplements: packageand(qutim:hunspell) %description plugin-hunspeller -Spell checker plugin for QutIM based on hunspell +Spell checker plugin for QutIM, based on hunspell. %package plugin-kdeintegration Summary: KDE integration plugin for QutIM @@ -85,7 +106,7 @@ %{kde4_runtime_requires} %description plugin-kdeintegration -Plugin that provides integration with KDE +Plugin that provides integration with KDE. %package plugin-sdlsound Summary: SDL sound plugin for QutIM @@ -94,7 +115,7 @@ Supplements: packageand(qutim:libSDL_mixer-1_2-0) %description plugin-sdlsound -Sound engine plugin based on SDL +Sound engine plugin based on SDL. %prep %setup -q @@ -143,8 +164,10 @@ # Link duplicate files %fdupes %{buildroot}/%{_datadir} -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%post -n libqutim0 -p /sbin/ldconfig +%postun -n libqutim0 -p /sbin/ldconfig +%post -n libvreen0 -p /sbin/ldconfig +%postun -n libvreen0 -p /sbin/ldconfig %files %defattr(-,root,root) @@ -157,10 +180,6 @@ %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop -#lib -%{_libdir}/libqutim*.so.* -%{_libdir}/libvreen.so.* - #app icons %{_datadir}/icons/* %{_datadir}/pixmaps/qutim.xpm @@ -257,6 +276,14 @@ %{_libdir}/qutim/plugins/libupdater.so %{_libdir}/qutim/plugins/libofftherecord.so +%files -n libqutim0 +%defattr(-,root,root) +%{_libdir}/libqutim*.so.* + +%files -n libvreen0 +%defattr(-,root,root) +%{_libdir}/libvreen.so.* + %files devel %defattr(-,root,root) %{_includedir}/*
