Author: qboosh Date: Sat Nov 4 22:54:48 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - missing rcs tags, added doc, revised deps, pl cosmetics
---- Files affected: SPECS: gnome-applet-service-discovery.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/gnome-applet-service-discovery.spec diff -u SPECS/gnome-applet-service-discovery.spec:1.1 SPECS/gnome-applet-service-discovery.spec:1.2 --- SPECS/gnome-applet-service-discovery.spec:1.1 Wed Nov 1 22:10:44 2006 +++ SPECS/gnome-applet-service-discovery.spec Sat Nov 4 23:54:43 2006 @@ -1,6 +1,7 @@ +# $Revision$, $Date$ %define _realname service-discovery-applet Summary: An GNOME applet for service discovery via mdns -Summary(pl): Applet GNOME do wykrywanie usług poprzez mdns +Summary(pl): Aplet GNOME do wykrywanie usług poprzez mdns Name: gnome-applet-service-discovery Version: 0.4 Release: 0.1 @@ -9,24 +10,26 @@ Source0: http://0pointer.de/~sebest/%{_realname}-%{version}.tar.gz # Source0-md5: 85083dd169ab00c3ab29911c3775a9d2 URL: http://avahi.org/ -BuildRequires: avahi-devel >= 0.5 +BuildRequires: avahi-discover >= 0.5 +BuildRequires: python-devel >= 1:2.4 +BuildRequires: python-dbus BuildRequires: python-gnome -Requires: avahi >= 0.5 -Requires: GConf2 -Requires: libbonobo -Requires: python-libs +%pyrequires_eq python-libs +Requires: avahi-discover >= 0.5 +Requires: python-gnome-desktop-applet BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -This is a small GNOME applet making use of the zeroconf dns-sd facility to -listen for services announced via zeroconf protocol. The applet allows to -easily connect to that service and has a quite rich services type filter. +This is a small GNOME applet making use of the zeroconf dns-sd +facility to listen for services announced via zeroconf protocol. The +applet allows to easily connect to that service and has a quite rich +services type filter. %description -l pl -Ten mały applet GNOME wykorzystuje technologię zeroconf dns-sd to nasłuchiwania -ogłaszanych usług w sieci przy pomocy protokołu zeroconf. Applet pozwala -połączyć się z usługami w łatwy sposób oraz posada całkiem bogaty zbiór filtrów -na typy usług. +Ten mały aplet GNOME wykorzystuje technologię zeroconf dns-sd do +nasłuchiwania ogłaszanych usług w sieci przy pomocy protokołu +zeroconf. Aplet pozwala w łatwy sposób łączyć się z usługami i ma +całkiem bogaty zbiór filtrów na rodzaje usług. %prep %setup -q -n %{_realname}-%{version} @@ -54,13 +57,12 @@ %files -f %{_realname}.lang %defattr(644,root,root,755) -#%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO +%doc AUTHORS README TODO %attr(755,root,root) %{_bindir}/* %{_datadir}/service-discovery-applet %{_libdir}/bonobo/servers/GNOME_ServiceDiscoveryApplet.server %dir %{py_sitescriptdir}/sdapplet -%{py_sitescriptdir}/sdapplet/*.pyc -%{py_sitescriptdir}/sdapplet/*.pyo +%{py_sitescriptdir}/sdapplet/*.py[co] %{_sysconfdir}/gconf/schemas/service-discovery-applet.schemas %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -68,3 +70,6 @@ * %{date} PLD Team <[EMAIL PROTECTED]> All persons listed below can be reached at <cvs_login>@pld-linux.org +$Log$ +Revision 1.2 2006/11/04 22:54:43 qboosh +- missing rcs tags, added doc, revised deps, pl cosmetics ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/gnome-applet-service-discovery.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
