diff --git a/deepin-qt-dbus-factory.spec b/deepin-qt-dbus-factory.spec index 3c2aeab..2bc50dc 100644 --- a/deepin-qt-dbus-factory.spec +++ b/deepin-qt-dbus-factory.spec @@ -3,7 +3,7 @@ Name: deepin-qt-dbus-factory Version: 1.0.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A repository stores auto-generated Qt5 dbus code # The entire source code is GPLv3+ except # libdframeworkdbus/qtdbusextended/ which is LGPLv2+ @@ -23,7 +23,6 @@ A repository stores auto-generated Qt5 dbus code. %package devel Summary: Development package for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} -Requires: cmake-filesystem %description devel Header files and libraries for %{name}. @@ -39,9 +38,7 @@ sed -i 's|python|python3|' libdframeworkdbus/*.{pro,py} %install %make_install INSTALL_ROOT=%{buildroot} -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig +%ldconfig_scriptlets %files %doc README @@ -50,11 +47,16 @@ sed -i 's|python|python3|' libdframeworkdbus/*.{pro,py} %files devel %{_includedir}/lib%{soname}-2.0/ -%{_libdir}/cmake/DFrameworkdbus/DFrameworkdbusConfig.cmake +%{_libdir}/cmake/DFrameworkdbus/ %{_libdir}/pkgconfig/%{soname}.pc %{_libdir}/lib%{soname}.so %changelog +* Wed Jan 02 2019 Rex Dieter - 1.0.6-2 +- use %%ldconfig_scriptlets +- drop explicit Requires: cmake-filesystem (handled automatically now) +- -devel: own %%{_libdir}/cmake/DFrameworkdbus + * Wed Dec 12 2018 mosquito - 1.0.6-1 - Update to 1.0.6