]> git.pld-linux.org Git - packages/beagle.git/commitdiff
- move beagle-search man to search-gui package
authorSzymon Siwek <sls@pld-linux.org>
Mon, 22 Feb 2010 16:39:05 +0000 (16:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fix files section --without gui

Changed files:
    beagle.spec -> 1.135

beagle.spec

index abd37190a243dd922236804e9459e3c5d1f736e5..1081fc58b3f8e3206e36c849bf509bc625da3fa3 100644 (file)
@@ -343,7 +343,6 @@ fi
 %{_mandir}/man1/beagle-info.1*
 %{_mandir}/man1/beagle-ping.1*
 %{_mandir}/man1/beagle-query.1*
-%{_mandir}/man1/beagle-search.1*
 %{_mandir}/man1/beagle-shutdown.1*
 %{_mandir}/man1/beagle-status.1*
 %{_mandir}/man1/beagled.1*
@@ -359,7 +358,7 @@ fi
 %files devel
 %defattr(644,root,root,755)
 %{_pkgconfigdir}/beagle-0.0.pc
-%{_pkgconfigdir}/beagle-ui-0.0.pc
+%{?with_gui:%{_pkgconfigdir}/beagle-ui-0.0.pc}
 %{_pkgconfigdir}/beagle-daemon.pc
 
 %if %{with apidocs}
@@ -400,6 +399,7 @@ fi
 %attr(755,root,root) %{_bindir}/beagle-settings
 %attr(755,root,root) %{_libdir}/%{name}/libbeagleuiglue.so*
 %attr(755,root,root) %{_libdir}/%{name}/keygrabber.py
+%{_mandir}/man1/beagle-search.1*
 %{_mandir}/man1/beagle-settings.1*
 %{_mandir}/man8/beagle-imlogviewer.8*
 %{_desktopdir}/*.desktop
@@ -408,7 +408,7 @@ fi
 %files startup
 %defattr(644,root,root,755)
 %{_sysconfdir}/xdg/autostart/beagled-autostart.desktop
-%{_sysconfdir}/xdg/autostart/beagle-search-autostart.desktop
+%{?with_gui:%{_sysconfdir}/xdg/autostart/beagle-search-autostart.desktop}
 
 %files webinterface
 %defattr(644,root,root,755)
This page took 0.042775 seconds and 4 git commands to generate.