]> git.pld-linux.org Git - packages/coova-chilli.git/commitdiff
- package CoovaChilliLib.py as python-coova-chilli
authorpawelz <pawelz@pld-linux.org>
Wed, 20 Oct 2010 17:53:18 +0000 (17:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    coova-chilli.spec -> 1.17

coova-chilli.spec

index 46cff5683e74fc93e3099f8ff2e083e660c9d4b4..927b96842879836e1eb648017fab087219071ea2 100644 (file)
@@ -28,6 +28,19 @@ standard for secure roamable networks. Authentication, Authorization
 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
@@ -75,6 +88,10 @@ install -d $RPM_BUILD_ROOT/etc/rc.d
 
 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
 
@@ -113,6 +130,9 @@ fi
 %{_mandir}/man5/*.5*
 %{_mandir}/man8/*.8*
 
+%files -n python-%{name}
+/usr/lib/python/CoovaChilliLib.py
+
 %files devel
 %defattr(644,root,root,755)
 %{_libdir}/*.la
This page took 0.050658 seconds and 4 git commands to generate.