]> git.pld-linux.org Git - packages/coova-chilli.git/blame - coova-chilli.spec
- skip_post_check_so in libchilli. _options symbol needs to be defined in a
[packages/coova-chilli.git] / coova-chilli.spec
CommitLineData
a169e907
SP
1Summary: CoovaChilli - Software access controller
2Name: coovachilli
89748371 3Version: 1.2.5
a169e907
SP
4Release: 0.1
5License: GPL
6Group: Applications
7Source0: http://ap.coova.org/chilli/coova-chilli-%{version}.tar.gz
89748371 8# Source0-md5: 1b890cb043b4340e1f15c2b2cff742d3
9Patch0: %{name}-link.patch
1cdf5957 10URL: http://coova.org/
f31fa88a 11BuildRequires: autoconf
12BuildRequires: automake
13BuildRequires: libtool
520968ae 14BuildRequires: perl-base
a169e907 15BuildRequires: rpmbuild(macros) >= 1.228
0f5345b2 16Suggests: haserl
a169e907
SP
17Requires(post,preun): /sbin/chkconfig
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
61ab2d1e 20%define skip_post_check_so libchilli.so.0.0.0
21
a169e907
SP
22%description
23Coova-Chilli is a fork of the ChilliSpot project - an open source
24captive portal or wireless LAN access point controller. It supports
25web based login (Universal Access Method, or UAM), standard for public
26HotSpots, and it supports Wireless Protected Access (WPA), the
27standard for secure roamable networks. Authentication, Authorization
28and Accounting (AAA) is handled by your favorite radius server. Read
29more at http://coova.org/ and http://www.chillispot.org/.
30
009a61d0 31%package devel
32Summary: Header files for coovachili library
33Summary(pl.UTF-8): Pliki nagłówkowe biblioteki coovachilli
34Group: Development/Libraries
35Requires: %{name} = %{version}-%{release}
36
37%description devel
38Header files for coovachilli library.
39
40%description devel -l pl.UTF-8
41Pliki nagłówkowe biblioteki coovachilli.
42
43%package static
44Summary: Static coovachilli library
45Summary(pl.UTF-8): Statyczna biblioteka coovachilli
46Group: Development/Libraries
47Requires: %{name}-devel = %{version}-%{release}
48
49%description static
50Static coovachilli library.
51
52%description static -l pl.UTF-8
53Statyczna biblioteka coovachilli.
54
a169e907
SP
55%prep
56%setup -q -n coova-chilli-%{version}
ab8156c5 57%patch0 -p1
58
a169e907 59%build
f31fa88a 60%{__libtoolize}
61%{__aclocal}
62%{__autoconf}
63%{__autoheader}
64%{__automake}
a169e907
SP
65%configure
66%{__make}
67
68%install
69rm -rf $RPM_BUILD_ROOT
70
71install -d $RPM_BUILD_ROOT/etc/rc.d
72
73%{__make} install \
74 DESTDIR=$RPM_BUILD_ROOT
75
009a61d0 76mv $RPM_BUILD_ROOT/etc/init.d $RPM_BUILD_ROOT/etc/rc.d
77
a169e907
SP
78%clean
79rm -rf $RPM_BUILD_ROOT
80
81%post
6ef11f53
SP
82/sbin/chkconfig --add chilli
83%service chilli restart
a169e907
SP
84
85%preun
86if [ "$1" = "0" ]; then
6ef11f53
SP
87 %service -q chilli stop
88 /sbin/chkconfig --del chilli
a169e907
SP
89fi
90
91%files
92%defattr(644,root,root,755)
93%attr(755,root,root) %{_sbindir}/*
94%attr(755,root,root) %{_libdir}/*.so*
009a61d0 95%attr(755,root,root) %ghost %{_libdir}/libbstring.so.0
96%attr(755,root,root) %{_libdir}/libbstring.so.0.0.0
97%attr(755,root,root) %ghost %{_libdir}/libchilli.so.0
98%attr(755,root,root) %{_libdir}/libchilli.so.0.0.0
99%attr(754,root,root) /etc/rc.d/init.d/chilli
a169e907 100%doc AUTHORS COPYING ChangeLog INSTALL README doc/dictionary.chillispot doc/hotspotlogin.cgi
6ef11f53 101%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/chilli.conf
c63be05f 102%dir %{_sysconfdir}/chilli
a169e907 103%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/chilli/*
a169e907 104%attr(755,root,root)%{_sysconfdir}/chilli/www/config.sh
6ef11f53
SP
105%dir %{_sysconfdir}/chilli/www
106%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/chilli/www/*
a169e907
SP
107%{_mandir}/man1/*.1*
108%{_mandir}/man5/*.5*
109%{_mandir}/man8/*.8*
009a61d0 110
111%files devel
112%defattr(644,root,root,755)
113%{_libdir}/*.la
114%{_libdir}/libbstring.so
115%{_libdir}/libchilli.so
116%{_includedir}/chilli
117
118%files static
119%defattr(644,root,root,755)
120%{_libdir}/*.a
This page took 0.093184 seconds and 4 git commands to generate.