Subversion Repositories ALCASAR

Rev

Rev 2245 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2245 Rev 2248
Line 1... Line 1...
1
%define _disable_ld_no_undefined 1
1
%define _disable_ld_no_undefined 1
2
 
2
 
3
Summary:	CoovaChilli is an open-source software access controller for captive portal hotspots
3
Summary:	CoovaChilli is an open-source software access controller for captive portal hotspots
4
Name:		coova-chilli
4
Name:		coova-chilli
5
Version:	1.4
5
Version:	1.4
6
Release:	2%{?dist}
6
Release:	3%{?dist}
7
License:	GPLv3
7
License:	GPLv3
8
Packager:	Richard REY (Rexy)
8
Packager:	Richard REY (Rexy)
9
Group:		System/Servers
9
Group:		System/Servers
10
URL:		https://coova.github.io/CoovaChilli
10
URL:		https://coova.github.io/CoovaChilli
11
Source:		%{name}-%{version}.tar.gz
11
Source:		%{name}-%{version}.tar.gz
Line 57... Line 57...
57
 
57
 
58
%files
58
%files
59
%defattr(-,root,root)
59
%defattr(-,root,root)
60
%{_sbindir}/*
60
%{_sbindir}/*
61
%{_libdir}/*.so*
61
%{_libdir}/*.so*
62
%doc AUTHORS COPYING ChangeLog INSTALL README doc/dictionary.coovachilli doc/attributes 
62
%doc AUTHORS COPYING ChangeLog INSTALL README doc/dictionary.coovachilli doc/attributes
63
%config %{_sysconfdir}/chilli.conf
63
%config %{_sysconfdir}/chilli.conf
64
%config %{_sysconfdir}/chilli/gui-config-default.ini
64
%config %{_sysconfdir}/chilli/gui-config-default.ini
65
%config(noreplace) %{_sysconfdir}/chilli/defaults
65
%config(noreplace) %{_sysconfdir}/chilli/defaults
66
%dir %{_sysconfdir}/chilli
66
%dir %{_sysconfdir}/chilli
67
%{_sysconfdir}/init.d/chilli
67
%{_sysconfdir}/init.d/chilli
Line 76... Line 76...
76
%exclude %{_includedir}/chilli*
76
%exclude %{_includedir}/chilli*
77
%exclude %{_libdir}/*.la*
77
%exclude %{_libdir}/*.la*
78
%exclude %{_libdir}/python/CoovaChilliLib.py*
78
%exclude %{_libdir}/python/CoovaChilliLib.py*
79
 
79
 
80
%changelog
80
%changelog
-
 
81
* Mon May 22 2017 Tom Houdayer - 1.4-3.mga5
-
 
82
- Add mDNS support
81
* Sat May 06 2017 Tom Houdayer - 1.4-2.mga5
83
* Sat May 06 2017 Tom Houdayer - 1.4-2.mga5
82
- 1.4-2 release (Add OpenSSL & mdns support)
84
- Add OpenSSL support
83
* Mon Dec 19 2016 Rexy for ALCASAR project
85
* Mon Dec 19 2016 Rexy for ALCASAR project
84
- 1.4-1 release
86
- 1.4-1 release
85
* Sun Nov 13 2016 Rexy for ALCASAR project
87
* Sun Nov 13 2016 Rexy for ALCASAR project
86
- 1.3.2-2 release (including the code resolving IPSEC bug #255 & #301)
88
- 1.3.2-2 release (including the code resolving IPSEC bug #255 & #301)
87
* Tue Oct 25 2016 Rexy for ALCASAR project
89
* Tue Oct 25 2016 Rexy for ALCASAR project