-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathnethserver-lightsquid.spec
67 lines (48 loc) · 1.81 KB
/
nethserver-lightsquid.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Summary: NethServer web access statistics
Name: nethserver-lightsquid
Version: 1.2.0
Release: 1%{?dist}
License: GPL
Source: %{name}-%{version}.tar.gz
BuildArch: noarch
URL: https://dev.nethesis.it/projects/%{name}
BuildRequires: nethserver-devtools
Requires: nethserver-httpd
Requires: nethserver-squid
Requires: lightsquid, lightsquid-apache
Requires: nethserver-httpd-admin-service
%description
NethServer web access statistics
See: http://lightsquid.sourceforge.net/
%prep
%setup
%post
%preun
%build
%{makedocs}
perl createlinks
%install
rm -rf %{buildroot}
(cd root; find . -depth -print | cpio -dump %{buildroot})
%{genfilelist} %{buildroot} > %{name}-%{version}-filelist
%files -f %{name}-%{version}-filelist
%defattr(-,root,root,-)
%dir %{_nseventsdir}/%{name}-update
%doc COPYING
%changelog
* Wed Nov 25 2020 Giacomo Sanchietti <[email protected]> - 1.2.0-1
- Access web applications from port 980 - NethServer/dev#6344
* Wed Jan 11 2017 Giacomo Sanchietti <[email protected]> - 1.1.2-1
- httpd-admin: use KillMode=process - NethServer/dev#5190
* Tue Sep 06 2016 Giacomo Sanchietti <[email protected]> - 1.1.1-1
- Backup data: some files not included in backup - Bug NethServer/dev#5101
* Thu Jul 07 2016 Stefano Fancello <[email protected]> - 1.1.0-1
- First NS7 release
* Tue Mar 17 2015 Giacomo Sanchietti <[email protected]> - 1.0.3-1
- Add lightsquid to backup-data - Enhancement #3001 [NethServer]
* Tue Jul 16 2013 Giacomo Sanchietti <[email protected]> - 1.0.2-1.ns6
- Add lightsquid-apache dependency #1962
* Tue Jul 16 2013 Giacomo Sanchietti <[email protected]> - 1.0.1-1.ns6
- Add lightsquid dependency #1962
* Fri Jun 21 2013 Giacomo Sanchietti <[email protected]> - 1.0.0-1.ns6
- First release. Feature #1962