]> git.pld-linux.org Git - packages/libreoffice.git/commitdiff
- spadmin exists in kde version
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 5 May 2004 21:49:51 +0000 (21:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libreoffice.spec -> 1.345

libreoffice.spec

index 8697f23d9515afac26e50f56a7b9800b98baaea1..e3ecc22af69e6773b6860dea6abfa0de4cc3973a 100644 (file)
@@ -1028,10 +1028,12 @@ cp fonts/opens___.ttf $RPM_BUILD_ROOT%{_datadir}/fonts/openoffice
 # %%ghost the fonts.cache-1 file
 touch $RPM_BUILD_ROOT%{_datadir}/fonts/openoffice/fonts.cache-1
 
-# We don't need spadmin or the setup application
+# We don't need spadmin (gtk) or the setup application
 rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/setup
+%if ! %{with kde}
 rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/spadmin
 rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/program/spadmin
+%endif
 rm -f $RPM_BUILD_ROOT%{_datadir}/applications/openoffice-setup.desktop
 rm -f $RPM_BUILD_ROOT%{_datadir}/applications/openoffice-printeradmin.desktop
 
@@ -1188,6 +1190,10 @@ fontpostinst TTF %{_fontsdir}/%{name}
 # Programs
 %attr(755,root,root) %{_bindir}/oo*
 %attr(755,root,root) %{_libdir}/%{name}/program/*.bin
+%if %{with kde}
+%attr(755,root,root) %{_libdir}/%{name}/spadmin
+%attr(755,root,root) %{_libdir}/%{name}/program/spadmin
+%endif
 %if %{with java}
 %attr(755,root,root) %{_libdir}/%{name}/program/javaldx
 %attr(755,root,root) %{_libdir}/%{name}/program/jvmsetup
This page took 0.041117 seconds and 4 git commands to generate.