]> git.pld-linux.org Git - packages/ftpd-BSD.git/blobdiff - ftpd-BSD.spec
- added patch with one more option and two manual updates
[packages/ftpd-BSD.git] / ftpd-BSD.spec
index fee6ce2044cc772bfc97616fa5af1c2b541029d4..76fabad2e36239270cd21b02fa4b548f66faf3fe 100644 (file)
@@ -1,6 +1,6 @@
 Summary:       OpenBSD's ftpd ported to Linux (with IPv6 support)
 Name:          ftpd-BSD
-Version:       0.3.1
+Version:       0.3.2
 Release:       2
 License:       BSD-like
 Group:         Networking/Daemons
@@ -9,7 +9,7 @@ Source0:        ftp://quatramaran.ens.fr/pub/madore/ftpd-BSD/%{name}-%{version}.tar.gz
 Source1:       %{name}.inetd
 Source2:       %{name}.pamd
 Source3:       %{name}-ftpusers
-Patch0:                %{name}-setproctitle.patch
+Patch0:                %{name}-anonuser.patch
 Buildrequires: libwrap-devel
 Buildrequires: pam-devel
 Requires:      rc-inetd
@@ -42,10 +42,10 @@ wersji ftpd to 6.4, za
 
 %prep
 %setup -q
-%patch0 -p0
+%patch0 -p1
 
 %build
-( cd ftpd ; make )
+%{__make} -C ftpd OPT_CFLAGS="$RPM_OPT_FLAGS"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.032779 seconds and 4 git commands to generate.