Author: pawelz Date: Wed Oct 20 17:53:23 2010 GMT Module: packages Tag: HEAD ---- Log message: - package CoovaChilliLib.py as python-coova-chilli
---- Files affected: packages/coova-chilli: coova-chilli.spec (1.16 -> 1.17) ---- Diffs: ================================================================ Index: packages/coova-chilli/coova-chilli.spec diff -u packages/coova-chilli/coova-chilli.spec:1.16 packages/coova-chilli/coova-chilli.spec:1.17 --- packages/coova-chilli/coova-chilli.spec:1.16 Wed Oct 20 19:35:22 2010 +++ packages/coova-chilli/coova-chilli.spec Wed Oct 20 19:53:18 2010 @@ -29,6 +29,19 @@ and Accounting (AAA) is handled by your favorite radius server. Read more at http://coova.org/ and http://www.chillispot.org/. +%package -n python-coova-chilli +Summary: Python library for CoovaChilli +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +Requires: python-libs +Requires: python-modules +Requires: python-pycairo +Requires: python-pygobject +Requires: python-pygtk-gtk + +%description -n python-coova-chilli +Python library for CoovaChilli. + %package devel Summary: Header files for coovachili library Summary(pl.UTF-8): Pliki nagłówkowe biblioteki coovachilli @@ -76,6 +89,10 @@ mv $RPM_BUILD_ROOT/etc/init.d $RPM_BUILD_ROOT/etc/rc.d +%py_ocomp $RPM_BUILD_ROOT%{py_sitescriptdir} +%py_comp $RPM_BUILD_ROOT%{py_sitescriptdir} +%py_postclean + %clean rm -rf $RPM_BUILD_ROOT @@ -114,6 +131,9 @@ %{_mandir}/man5/*.5* %{_mandir}/man8/*.8* +%files -n python-%{name} +/usr/lib/python/CoovaChilliLib.py + %files devel %defattr(644,root,root,755) %{_libdir}/*.la @@ -131,6 +151,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.17 2010/10/20 17:53:18 pawelz +- package CoovaChilliLib.py as python-coova-chilli + Revision 1.16 2010/10/20 17:35:22 pawelz - renamed from coovachilli. - better Summary ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/coova-chilli/coova-chilli.spec?r1=1.16&r2=1.17&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
