]> git.pld-linux.org Git - packages/coova-chilli.git/commitdiff
- captive-portal subpackage
authorpawelz <pawelz@pld-linux.org>
Wed, 20 Oct 2010 18:37:36 +0000 (18:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- haserl dep upgraded to R and moved to captive-portal subpackage

Changed files:
    coova-chilli.spec -> 1.18

coova-chilli.spec

index 927b96842879836e1eb648017fab087219071ea2..d24472e2c21d2071cb22d85c1df26f4b03efd7d3 100644 (file)
@@ -4,16 +4,16 @@ Version:      1.2.5
 Release:       0.1
 License:       GPL
 Group:         Applications
-Source0:       http://ap.coova.org/chilli/coova-chilli-%{version}.tar.gz
+Source0:       http://ap.coova.org/chilli/%{name}-%{version}.tar.gz
 # Source0-md5: 1b890cb043b4340e1f15c2b2cff742d3
 Patch0:                link.patch
+Patch1:                config.patch
 URL:           http://coova.org/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libtool
 BuildRequires: perl-base
 BuildRequires: rpmbuild(macros) >= 1.228
-Suggests:      haserl
 Requires(post,preun):  /sbin/chkconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -28,6 +28,15 @@ 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 captive-portal
+Summary:       Default captive portal for Coova
+Group:         Applications
+Requires:      %{name} = %{version}-%{release}
+Requires:      haserl
+
+%description captive-portal
+Default captive portal for Coova.
+
 %package -n python-coova-chilli
 Summary:       Python library for CoovaChilli
 Group:         Development/Libraries
@@ -66,8 +75,9 @@ Static coovachilli library.
 Statyczna biblioteka coovachilli.
 
 %prep
-%setup -q -n coova-chilli-%{version}
+%setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__libtoolize}
@@ -86,12 +96,16 @@ install -d $RPM_BUILD_ROOT/etc/rc.d
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-mv $RPM_BUILD_ROOT/etc/init.d $RPM_BUILD_ROOT/etc/rc.d
+mv $RPM_BUILD_ROOT%{_sysconfdir}/init.d $RPM_BUILD_ROOT/etc/rc.d
 
 %py_ocomp $RPM_BUILD_ROOT%{py_sitescriptdir}
 %py_comp $RPM_BUILD_ROOT%{py_sitescriptdir}
 %py_postclean
 
+install -d $RPM_BUILD_ROOT%{_datadir}/coova-chilli
+rm $RPM_BUILD_ROOT%{_sysconfdir}/chilli/wwwsh
+mv $RPM_BUILD_ROOT%{_sysconfdir}/chilli/www $RPM_BUILD_ROOT%{_datadir}/coova-chilli/www
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -121,17 +135,24 @@ fi
 %attr(755,root,root) %{_sbindir}/chilli_radconfig
 %attr(755,root,root) %{_sbindir}/chilli_response
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/chilli/*
-%attr(755,root,root)%{_sysconfdir}/chilli/www/config.sh
-%if 0
-%dir %{_sysconfdir}/chilli/www
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/chilli/www/*
-%endif
 %{_mandir}/man1/*.1*
 %{_mandir}/man5/*.5*
 %{_mandir}/man8/*.8*
 
+%files captive-portal
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_datadir}/coova-chilli/www/*.sh
+%{_datadir}/coova-chilli/www/*.chi
+%{_datadir}/coova-chilli/www/*.gif
+%{_datadir}/coova-chilli/www/*.html
+%{_datadir}/coova-chilli/www/*.jpg
+%{_datadir}/coova-chilli/www/*.js
+%{_datadir}/coova-chilli/www/*.png
+%{_datadir}/coova-chilli/www/*.tmpl
+
 %files -n python-%{name}
-/usr/lib/python/CoovaChilliLib.py
+%defattr(644,root,root,755)
+%{_libdir}/python/CoovaChilliLib.py
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.076611 seconds and 4 git commands to generate.