]> git.pld-linux.org Git - packages/dftpd.git/commitdiff
- added URLs (note: this project is now called dpfs and current version is 2.0beta3)
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 27 Sep 2001 12:47:11 +0000 (12:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dftpd.spec -> 1.6

dftpd.spec

index 3cb1f11069c7e59ad8ff2df180d91484a0a3f831..9e68eaa333eaf0078fdd7e9ab01f1c280e851a3c 100644 (file)
@@ -1,11 +1,14 @@
-Summary:       standalone ftp server
+Summary:       Standalone ftp server
+Summary(pl):   Samodzielny serwer ftp
 Name:          dftpd
 Version:       1.3
 Release:       1
 License:       GPL
-Source0:       dftpd-1.3.tar.gz
 Group:         Networking/Daemons
+Group(de):     Netzwerkwesen/Server
 Group(pl):     Sieciowe/Serwery
+Source0:       http://www.karico.fi/dpfs/files/%{name}-%{version}.tar.gz
+URL:           http://www.karico.fi/dpfs/
 
 %description
 A versatile, easily configurable ftp server featuring web based
@@ -24,6 +27,16 @@ systemowych.
 rm -rf $RPM_BUILD_ROOT
 %{__make} install
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+touch /etc/dftpd/utmp.dftp
+chmod 0640 /etc/dftpd/utmp.dftp
+
+%preun
+rm -f /etc/dftpd/utmp.dftp
+
 %files
 %defattr(644,root,root,755)
 %doc README CHANGES TODO BUGS COPYING
@@ -34,10 +47,3 @@ rm -rf $RPM_BUILD_ROOT
 %config %{_sysconfdir}/dftpd/dftpd.conf
 %config %{_sysconfdir}/dftpd/passwd.dftp
 %config %{_sysconfdir}/dftpd/group.dftp
-
-%post
-touch /etc/dftpd/utmp.dftp
-chmod 0640 /etc/dftpd/utmp.dftp
-
-%preun
-rm -f /etc/dftpd/utmp.dftp
This page took 0.098539 seconds and 4 git commands to generate.