]> git.pld-linux.org Git - packages/bmpx.git/commitdiff
- remote curses and gtk subpackages added
authorfreetz <freetz@pld-linux.org>
Wed, 26 Oct 2005 18:08:01 +0000 (18:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bmpx.spec -> 1.23

bmpx.spec

index a160f0fe63629875070967009f6588b44f108eca..7d6d2fd8cf19c49668f8daf2cd9f20eaab289524 100644 (file)
--- a/bmpx.spec
+++ b/bmpx.spec
@@ -128,6 +128,31 @@ Transport plugin for BMPx.
 %description plugin-transport -l pl
 Wtyczka Transport dla BMPx.
 
+%package remote-curses
+Summary:       BMPx Python status Watcher
+Summary(pl):   Obserwator statusu BMPx w Pythonie
+Group:         X11/Applications/Sound
+Requires:      %{name} = %{epoch}:%{version}-%{release}
+
+%description remote-curses
+BMPx Python status Watcher (CLI interface).
+
+%description remote-curses -l pl
+Obserwator statusu BMPx w Pythonie (interfejs CLI).
+
+%package remote-gtk
+Summary:       BMPx Python status Watcher
+Summary(pl):   Obserwator statusu BMPx w Pythonie
+Group:         X11/Applications/Sound
+Requires:      %{name} = %{epoch}:%{version}-%{release}
+Requires:      python-pygtk-glade
+
+%description remote-gtk
+BMPx Python status Watcher (GTK+ interface).
+
+%description remote-gtk -l pl
+Obserwator statusu BMPx w Pythonie (interfejs GTK+).
+
 %prep
 %setup -q
 %patch0 -p1
@@ -203,13 +228,13 @@ fi
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
-%attr(755,root,root) %{_bindir}/bmp*
+%attr(755,root,root) %{_bindir}/bmpx
+%attr(755,root,root) %{_bindir}/bmp-dbus-*
 %dir %{_libdir}/bmpx
 %dir %{_libdir}/bmpx/plugins
 %{_mandir}/man*/*
 %{_desktopdir}/*
 %{_datadir}/bmpx
-%{_datadir}/bmp-remote
 %{_pixmapsdir}/*
 
 %files libs
@@ -240,3 +265,12 @@ fi
 %defattr(644,root,root,755)
 %dir %{_libdir}/bmpx/plugins/transport
 %attr(755,root,root) %{_libdir}/bmpx/plugins/transport/*.so*
+
+%files remote-curses
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/bmpty
+
+%files remote-gtk
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/bmp-remote-pygtk
+%{_datadir}/bmp-remote
This page took 0.031783 seconds and 4 git commands to generate.