Subversion Repositories ALCASAR

Rev

Rev 1549 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 1549 Rev 1550
1
%define _disable_ld_no_undefined 1
1
%define _disable_ld_no_undefined 1
2
 
2
 
3
Summary:        Wireless LAN Access Point Controller
3
Summary:        Wireless LAN Access Point Controller
4
Name:           coova-chilli
4
Name:           coova-chilli
5
Version:        1.3.0
5
Version:        1.3.0
6
Release:        %mkrel 1%{?dist}
6
Release:        %mkrel 1%{?dist}
7
License:        GPLv3
7
License:        GPLv3
8
Packager:	Rexy & Crox (from ALCASAR team)
8
Packager:	Rexy & Crox (from ALCASAR team)
9
Group:          System/Servers
9
Group:          System/Servers
10
URL:            http://coova.org/wiki/index.php/CoovaChilli
10
URL:            http://coova.org/wiki/index.php/CoovaChilli
11
Source0:        http://ap.coova.org/chilli/%{name}-%{version}.tar.gz
11
Source0:        http://ap.coova.org/chilli/%{name}-%{version}.tar.gz
12
Requires(pre):  rpm-helper
12
Requires(pre):  rpm-helper
13
Requires(postun): rpm-helper
13
Requires(postun): rpm-helper
14
BuildRequires:  libtool
14
BuildRequires:  libtool
15
Provides:       coova-chilli = %{version}-%{release}
15
Provides:       coova-chilli = %{version}-%{release}
16
Obsoletes:      chillispot
16
Obsoletes:      chillispot
17
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
17
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
18
 
18
 
19
%description
19
%description
20
Coova-Chilli is a fork of the ChilliSpot project - an open source captive
20
Coova-Chilli is a fork of the ChilliSpot project - an open source captive
21
portal or wireless LAN access point controller. It supports web based login
21
portal or wireless LAN access point controller. It supports web based login
22
(Universal Access Method, or UAM), standard for public HotSpots, and it
22
(Universal Access Method, or UAM), standard for public HotSpots, and it
23
supports Wireless Protected Access (WPA), the standard for secure roamable
23
supports Wireless Protected Access (WPA), the standard for secure roamable
24
networks. Authentication, Authorization and Accounting (AAA) is handled by
24
networks. Authentication, Authorization and Accounting (AAA) is handled by
25
your favorite radius server. Read more at http://coova.org/ and
25
your favorite radius server. Read more at http://coova.org/ and
26
http://www.chillispot.org/.
26
http://www.chillispot.org/.
27
 
27
 
28
%prep
28
%prep
29
%setup -q -n %{name}-%{version}
29
%setup -q -n %{name}-%{version}
30
 
30
 
31
%build
31
%build
32
%configure2_5x \
32
%configure2_5x \
33
	--disable-static \
33
	--disable-static \
34
        --enable-shared \
34
        --enable-shared \
35
        --enable-largelimits \
35
        --enable-largelimits \
36
        --enable-chilliredir \
36
        --enable-chilliredir \
37
        --enable-chilliproxy \
37
        --enable-chilliproxy \
38
        --enable-chilliscript \
38
        --enable-chilliscript \
39
        --with-poll
39
        --with-poll
40
%make
40
%make
41
 
41
 
42
%post
42
%post
43
%_post_service chilli
43
%_post_service chilli
44
 
44
 
45
%preun
45
%preun
46
%_preun_service chilli
46
%_preun_service chilli
47
 
47
 
48
%install
48
%install
49
rm -rf %{buildroot}
49
rm -rf %{buildroot}
50
%makeinstall_std
50
%makeinstall_std
51
 
51
 
52
%clean
52
%clean
53
rm -rf %{buildroot}
53
rm -rf %{buildroot}
54
 
54
 
55
%files
55
%files
56
%defattr(-,root,root)
56
%defattr(-,root,root)
57
%{_sbindir}/*
57
%{_sbindir}/*
58
%{_libdir}/*.so*
58
%{_libdir}/*.so*
59
%doc AUTHORS COPYING ChangeLog INSTALL README doc/dictionary.chillispot doc/hotspotlogin.cgi
59
%doc AUTHORS COPYING ChangeLog INSTALL README doc/dictionary.chillispot doc/hotspotlogin.cgi
60
%config %{_sysconfdir}/chilli.conf
60
%config %{_sysconfdir}/chilli.conf
61
%config %{_sysconfdir}/chilli/gui-config-default.ini
61
%config %{_sysconfdir}/chilli/gui-config-default.ini
62
%config(noreplace) %{_sysconfdir}/chilli/defaults
62
%config(noreplace) %{_sysconfdir}/chilli/defaults
63
%dir %{_sysconfdir}/chilli
63
%dir %{_sysconfdir}/chilli
64
%{_sysconfdir}/init.d/chilli
64
%{_sysconfdir}/init.d/chilli
65
%{_sysconfdir}/chilli/wwwsh
65
%{_sysconfdir}/chilli/wwwsh
66
%{_sysconfdir}/chilli/functions
66
%{_sysconfdir}/chilli/functions
67
%{_sysconfdir}/chilli/*.sh
67
%{_sysconfdir}/chilli/*.sh
68
%{_mandir}/man1/*.1*
68
%{_mandir}/man1/*.1*
69
%{_mandir}/man5/*.5*
69
%{_mandir}/man5/*.5*
70
%{_mandir}/man8/*.8*
70
%{_mandir}/man8/*.8*
71
%exclude %{_sysconfdir}/chilli/www/*
71
%exclude %{_sysconfdir}/chilli/www/*
72
%exclude %{_sysconfdir}/chilli/wpad.dat
72
%exclude %{_sysconfdir}/chilli/wpad.dat
73
%exclude %{_includedir}/chilli*
73
%exclude %{_includedir}/chilli*
74
%exclude %{_libdir}/*.la*
74
%exclude %{_libdir}/*.la*
75
%exclude %{_libdir}/python/*
75
%exclude %{_libdir}/python/*
76
 
76
 
77
%changelog
77
%changelog
78
* Mon Dec 29 2014 Rexy for ALCASAR project
78
* Mon Dec 29 2014 Rexy for ALCASAR project
79
- 1.3.0-1 release (from svn)
79
- 1.3.0-1 release (from SVN revision 492)
80
* Tue May 14 2013 Crox for ALCASAR project
80
* Tue May 14 2013 Crox for ALCASAR project
81
- 1.3.0 release
81
- 1.3.0 release
82
* Mon Jun 18 2012 Rexy for ALCASAR project
82
* Mon Jun 18 2012 Rexy for ALCASAR project
83
- 1.2.9-1 release
83
- 1.2.9-1 release
84
* Wed Jan 18 2012 Rexy for ALCASAR project
84
* Wed Jan 18 2012 Rexy for ALCASAR project
85
- 1.2.9 release
85
- 1.2.9 release
86
* Sun Jul 11 2011 Rexy for ALCASAR project
86
* Sun Jul 11 2011 Rexy for ALCASAR project
87
- 1.2.8 release
87
- 1.2.8 release
88
* Sat Feb 12 2011 Rexy for Alcasar project
88
* Sat Feb 12 2011 Rexy for Alcasar project
89
+ revision: 433
89
+ revision: 433
90
+ add _disable_ld_no_undefined 1
90
+ add _disable_ld_no_undefined 1
91
- 1.2.6 release
91
- 1.2.6 release
92
* Sat Nov 20 2010 Rexy for Alcasar project
92
* Sat Nov 20 2010 Rexy for Alcasar project
93
+ revision: 394
93
+ revision: 394
94
- 1.2.5 release
94
- 1.2.5 release
95
* Sat Jan 2 2010 <david@coova.com>
95
* Sat Jan 2 2010 <david@coova.com>
96
- 1.2.0 release
96
- 1.2.0 release
97
* Thu Sep 30 2007 <david@coova.com>
97
* Thu Sep 30 2007 <david@coova.com>
98
- 1.0.8 release
98
- 1.0.8 release
99
* Thu Aug 20 2007 <david@coova.com>
99
* Thu Aug 20 2007 <david@coova.com>
100
- 1.0-coova.7 release
100
- 1.0-coova.7 release
101
* Thu Jun 7 2007 <david@coova.com>
101
* Thu Jun 7 2007 <david@coova.com>
102
- 1.0-coova.6 release
102
- 1.0-coova.6 release
103
* Wed May 16 2007  <david@coova.com>
103
* Wed May 16 2007  <david@coova.com>
104
- 1.0-coova.5 release
104
- 1.0-coova.5 release
105
* Wed Feb 07 2007  <david@coova.com>
105
* Wed Feb 07 2007  <david@coova.com>
106
- 1.0-coova.4 release
106
- 1.0-coova.4 release
107
* Wed Nov 15 2006  <david@coova.com>
107
* Wed Nov 15 2006  <david@coova.com>
108
- 1.0-coova.3 release
108
- 1.0-coova.3 release
109
* Thu Mar 25 2004  <support@chillispot.org>
109
* Thu Mar 25 2004  <support@chillispot.org>
110
- Initial release.
110
- Initial release.
111
 
111