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