SPECS: gnome-applet-service-discovery.spec (NEW) - init PLD - work...

czarny czarny at pld-linux.org
Wed Nov 1 22:10:49 CET 2006


Author: czarny                       Date: Wed Nov  1 21:10:49 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- init PLD
- works, need some lookup by ppl who know python (deps)

---- Files affected:
SPECS:
   gnome-applet-service-discovery.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/gnome-applet-service-discovery.spec
diff -u /dev/null SPECS/gnome-applet-service-discovery.spec:1.1
--- /dev/null	Wed Nov  1 22:10:49 2006
+++ SPECS/gnome-applet-service-discovery.spec	Wed Nov  1 22:10:44 2006
@@ -0,0 +1,70 @@
+%define		_realname   service-discovery-applet
+Summary:	An GNOME applet for service discovery via mdns
+Summary(pl):	Applet GNOME do wykrywanie usług poprzez mdns
+Name:		gnome-applet-service-discovery
+Version:	0.4
+Release:	0.1
+License:	GPL v2
+Group:		X11/Applications
+Source0:	http://0pointer.de/~sebest/%{_realname}-%{version}.tar.gz
+# Source0-md5:	85083dd169ab00c3ab29911c3775a9d2
+URL:		http://avahi.org/
+BuildRequires:	avahi-devel >= 0.5
+BuildRequires:	python-gnome
+Requires:	avahi >= 0.5
+Requires:	GConf2
+Requires:	libbonobo
+Requires:	python-libs
+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.
+
+%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.
+
+%prep
+%setup -q -n %{_realname}-%{version}
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{_realname}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%gconf_schema_install service-discovery-applet.schemas
+
+%preun
+%gconf_schema_uninstall service-discovery-applet.schema
+
+%files -f %{_realname}.lang
+%defattr(644,root,root,755)
+#%doc AUTHORS CREDITS ChangeLog NEWS README THANKS 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
+%{_sysconfdir}/gconf/schemas/service-discovery-applet.schemas
+
+%define date    %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
================================================================


More information about the pld-cvs-commit mailing list