]> git.pld-linux.org Git - packages/dftpd.git/blob - dftpd.spec
- added using %%{__make} macro.
[packages/dftpd.git] / dftpd.spec
1 Summary:        standalone ftp server
2 Name:           dftpd
3 Version:        1.3
4 Release:        1
5 License:        GPL
6 Source0:        dftpd-1.3.tar.gz
7 Group:          Networking/Daemons
8 Group(pl):      Sieciowe/Serwery
9
10 %description
11 A versatile, easily configurable ftp server featuring web based
12 administration. Requires no modifications to system configuration
13 files.
14
15 %description -l pl
16 Wielofunkcyjny, ³atwy w konfiguracji serwer ftp, którym administracja
17 odbywa siê za pomoc± interfejsu WWW. Nie wymaga modyfikacji plików
18 systemowych.
19
20 %build
21 make
22
23 %install
24 rm -rf $RPM_BUILD_ROOT
25 %{__make} install
26
27 %files
28 %defattr(644,root,root,755)
29 %doc README CHANGES TODO BUGS COPYING
30 %{_prefix}/local/dftpd
31 %dir %{_sysconfdir}/dftpd
32 %dir %{_sysconfdir}/dftpd/sview
33 %{_sysconfdir}/dftpd/plugins
34 %config %{_sysconfdir}/dftpd/dftpd.conf
35 %config %{_sysconfdir}/dftpd/passwd.dftp
36 %config %{_sysconfdir}/dftpd/group.dftp
37
38 %post
39 touch /etc/dftpd/utmp.dftp
40 chmod 0640 /etc/dftpd/utmp.dftp
41
42 %preun
43 rm -f /etc/dftpd/utmp.dftp
This page took 0.071442 seconds and 3 git commands to generate.