|
|
@ -64,13 +64,13 @@ make %{?_smp_mflags} -C %{_target_platform}
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
|
|
%find_lang kparts5_qt --with-qt --all-name
|
|
|
|
%find_lang %{name} --all-name --with-html --with-qt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
%files -f kparts5_qt.lang
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%doc README.md AUTHORS
|
|
|
|
%doc README.md AUTHORS
|
|
|
|
%license COPYING.LIB
|
|
|
|
%license COPYING.LIB
|
|
|
|
%{_kf5_libdir}/libKF5Parts.so.*
|
|
|
|
%{_kf5_libdir}/libKF5Parts.so.*
|
|
|
@ -78,10 +78,14 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%{_kf5_includedir}/kparts_version.h
|
|
|
|
%{_kf5_includedir}/kparts_version.h
|
|
|
|
%{_kf5_includedir}/KParts
|
|
|
|
%{_kf5_includedir}/KParts/
|
|
|
|
%{_kf5_libdir}/libKF5Parts.so
|
|
|
|
%{_kf5_libdir}/libKF5Parts.so
|
|
|
|
%{_kf5_libdir}/cmake/KF5Parts
|
|
|
|
%{_kf5_libdir}/cmake/KF5Parts/
|
|
|
|
%{_kf5_archdatadir}/mkspecs/modules/qt_KParts.pri
|
|
|
|
%{_kf5_archdatadir}/mkspecs/modules/qt_KParts.pri
|
|
|
|
|
|
|
|
#
|
|
|
|
|
|
|
|
%dir %{_kf5_datadir}/kdevappwizard/
|
|
|
|
|
|
|
|
%dir %{_kf5_datadir}/kdevappwizard/templates/
|
|
|
|
|
|
|
|
%{_kf5_datadir}/kdevappwizard/templates/kpartsapp.tar.bz2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|