]> 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 12d4608f2e0730c70aa3e41d1c4c1b8ca0308fcf..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,6 +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}-anonuser.patch
 Buildrequires: libwrap-devel
 Buildrequires: pam-devel
 Requires:      rc-inetd
@@ -21,29 +22,30 @@ Obsoletes:  proftpd
 Obsoletes:     heimdal-ftpd
 
 %description
-This is a Linux port of the BSD ftp server (ftpd). It doesn't have all the
-bells and whistles of wu-ftpd, but it is also probably less buggy and more
-secure (at least, it was certainly so before I ported it, and I hope I
-didn't mess things up *too* much).
+This is a Linux port of the BSD ftp server (ftpd). It doesn't have all
+the bells and whistles of wu-ftpd, but it is also probably less buggy
+and more secure (at least, it was certainly so before I ported it, and
+I hope I didn't mess things up *too* much).
 
-The source code was taken from the OpenBSD CVS as of 2000/01/23 (this is
-between releases 2.6 and 2.7). The ftpd version number is 6.4 and this
-port's version number is 0.3.0.
+The source code was taken from the OpenBSD CVS as of 2000/01/23 (this
+is between releases 2.6 and 2.7). The ftpd version number is 6.4 and
+this port's version number is 0.3.0.
 
 %description -l pl
-Pakiet ten zawiera linuksowy port serwera ftp BSD (ftpd). Nie zawiera on
-wszystkich wymy¶lnych elementów wu-ftpd, jest jednak prawdopodobniej mniej
-zapluskwiony i bardziej bezpieczny (w kazdym razie by³ takim zanim go
-przenios³em na Linuksa, i mam nadziejê, ¿e nie naba³agani³em *za bardzo*).
-Kod ¼ród³owy pochodzi z repozytorium CVS OpenBSD z dnia 2000/01/23 (tj.
-miêdzy wersj± 2.6 a 2.7). Numer wersji ftpd to 6.4, za¶ numer wersji tego
-portu to 0.3.0.
+Pakiet ten zawiera linuksowy port serwera ftp BSD (ftpd). Nie zawiera
+on wszystkich wymy¶lnych elementów wu-ftpd, jest jednak
+prawdopodobniej mniej zapluskwiony i bardziej bezpieczny (w kazdym
+razie by³ takim zanim go przenios³em na Linuksa, i mam nadziejê, ¿e
+nie naba³agani³em *za bardzo*). Kod ¼ród³owy pochodzi z repozytorium
+CVS OpenBSD z dnia 2000/01/23 (tj. miêdzy wersj± 2.6 a 2.7). Numer
+wersji ftpd to 6.4, za¶ numer wersji tego portu to 0.3.0.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
-( cd ftpd ; make )
+%{__make} -C ftpd OPT_CFLAGS="$RPM_OPT_FLAGS"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.046854 seconds and 4 git commands to generate.