SPECS: avahi.spec - separate python package for bindings - rel. up
patrys
patrys at pld-linux.org
Sun Jun 10 02:23:43 CEST 2007
Author: patrys Date: Sun Jun 10 00:23:43 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- separate python package for bindings
- rel. up
---- Files affected:
SPECS:
avahi.spec (1.65 -> 1.66)
---- Diffs:
================================================================
Index: SPECS/avahi.spec
diff -u SPECS/avahi.spec:1.65 SPECS/avahi.spec:1.66
--- SPECS/avahi.spec:1.65 Fri Apr 27 10:10:57 2007
+++ SPECS/avahi.spec Sun Jun 10 02:23:37 2007
@@ -20,7 +20,7 @@
Summary(pl.UTF-8): Wolna implementacja mDNS/DNS-SD
Name: avahi
Version: 0.6.17
-Release: 1
+Release: 2
License: GPL v.2/LGPL
Group: Applications
Source0: http://avahi.org/download/%{name}-%{version}.tar.gz
@@ -315,6 +315,19 @@
%description Qt-static -l pl.UTF-8
Statyczna biblioteka Avahi Qt 4.
+%package -n python-avahi
+Summary: Avahi Python bindings
+Summary(pl.UTF-8): Wiązania Avahi dla Pythona
+Group: Development/Languages/Python
+Requires: %{name} = %{version}-%{release}
+Requires: python-dbus >= 0.71
+
+%description -n python-avahi
+Avahi Python bindings.
+
+%description -n python-avahi -l pl.UTF-8
+Wiązania Avahi dla Pythona.
+
%package -n dotnet-avahi
Summary: Avahi MONO bindings
Summary(pl.UTF-8): Wiązania Avahi dla MONO
@@ -359,7 +372,7 @@
Summary(pl.UTF-8): Przeglądarka Zeroconf Avahi
Group: Applications
Requires: %{name} = %{version}-%{release}
-Requires: python-dbus >= 0.71
+Requires: python-avahi = %{version}-%{release}
Requires: python-pygtk-glade >= 2:2.9.6
%description discover
@@ -581,6 +594,10 @@
%defattr(644,root,root,755)
%{_libdir}/libhowl.a
+%files -n python-avahi
+%defattr(644,root,root,755)
+%{py_sitedir}/avahi
+
%if %{with dotnet}
%files -n dotnet-avahi
%defattr(644,root,root,755)
@@ -652,7 +669,6 @@
# XXX: possibly missing %{_datadir}/%{name} dir, shared subdir
%dir %{_datadir}/%{name}/interfaces
%{_datadir}/%{name}/interfaces/avahi-discover.glade
-%{py_sitedir}/avahi
%{_desktopdir}/*.desktop
%{_pixmapsdir}/avahi.png
@@ -675,6 +691,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.66 2007/06/10 00:23:37 patrys
+- separate python package for bindings
+- rel. up
+
Revision 1.65 2007/04/27 08:10:57 qboosh
- CVE reference for 0.6.15
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/avahi.spec?r1=1.65&r2=1.66&f=u
More information about the pld-cvs-commit
mailing list