Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2235 → Rev 2236

/rpms/coova-chilli-1.4.spec
1,15 → 1,17
%define _disable_ld_no_undefined 1
 
Summary: CoovaChilli is an open-source software access controller for captive portal hotspots
Name: coova-chilli
Version: 1.4
Release: 1%{?dist}
License: GPLv3
Summary: CoovaChilli is an open-source software access controller for captive portal hotspots
Name: coova-chilli
Version: 1.4
Release: 2%{?dist}
License: GPLv3
Packager: Richard REY (Rexy)
Group: System/Servers
URL: https://coova.github.io/CoovaChilli
Group: System/Servers
URL: https://coova.github.io/CoovaChilli
Source: %{name}-%{version}.tar.gz
BuildRequires: gengetopt
BuildRequires: libtool
BuildRequires: openssl-devel
Provides: coova-chilli = %{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 
28,14 → 30,16
sh bootstrap
%configure \
--disable-static \
--enable-shared \
--enable-largelimits \
--enable-chilliredir \
--enable-chilliscript \
--with-poll \
--enable-shared \
--enable-largelimits \
--enable-chilliredir \
--enable-chilliscript \
--with-poll \
--enable-dhcpopt \
--enable-libjson \
--enable-json
--enable-libjson \
--enable-json \
--with-openssl
 
%make
 
%post
45,7 → 49,6
%_preun_service chilli
 
%install
rm -rf %{buildroot}
%makeinstall_std
 
%clean
74,11 → 77,14
%exclude %{_libdir}/python/CoovaChilliLib.py*
 
%changelog
* Sat May 06 2017 Tom Houdayer - 1.4-2.mga5
- Add OpenSSL support
 
* Mon Dec 19 2016 Rexy for ALCASAR project
- 1.4 release (Limited to ALCASAR project)
* Sun Nov 13 2016 Rexy for ALCASAR project
- 1.3.2-2 release (Limited to ALCASAR project) - Including the code resolving IPSEC bug #255 & #301
* Mon Oct 25 2016 Rexy for ALCASAR project
* Tue Oct 25 2016 Rexy for ALCASAR project
- 1.3.2 release (Limited to ALCASAR project)
* Thu Jun 2 2016 Rexy for ALCASAR project
- 1.3.1.4 release (Limited to ALCASAR project)