]> git.pld-linux.org Git - packages/kf5-kpackage.git/commitdiff
- dirs kpackage/packagestructure like in Fedora auto/th/kf5-kpackage-5.39.0-2
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Wed, 25 Oct 2017 17:55:13 +0000 (19:55 +0200)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Wed, 25 Oct 2017 17:55:13 +0000 (19:55 +0200)
- rel 2

kf5-kpackage.spec

index b3938f634000a72dc1e927feece35514e6a4a8b8..ba3ef77b98920d37f4583d97e0c532b0e5301f1f 100644 (file)
@@ -5,7 +5,7 @@
 Summary:       Library to load and install packages as plugins
 Name:          kf5-%{kfname}
 Version:       5.39.0
-Release:       1
+Release:       2
 License:       LGPL v2.1+
 Group:         X11/Libraries
 Source0:       http://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
@@ -64,6 +64,8 @@ cd build
 %install
 rm -rf $RPM_BUILD_ROOT
 
+install -d $RPM_BUILD_ROOT%{_libdir}/qt5/plugins/kpackage/packagestructure
+
 %{__make} -C build/ install \
         DESTDIR=$RPM_BUILD_ROOT
 
@@ -81,6 +83,8 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/kpackagetool5
 %attr(755,root,root) %ghost %{_libdir}/libKF5Package.so.5
 %attr(755,root,root) %{_libdir}/libKF5Package.so.*.*
+%dir %{_libdir}/qt5/plugins/kpackage
+%dir %{_libdir}/qt5/plugins/kpackage/packagestructure
 %{_mandir}/man1/kpackagetool5.1*
 %{_datadir}/kservicetypes5/kpackage-generic.desktop
 %{_datadir}/kservicetypes5/kpackage-genericqml.desktop
This page took 0.422423 seconds and 4 git commands to generate.