]> 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 42f58ba2533fe88630556f32b8f7109b41075025..76fabad2e36239270cd21b02fa4b548f66faf3fe 100644 (file)
@@ -1,44 +1,61 @@
 Summary:       OpenBSD's ftpd ported to Linux (with IPv6 support)
 Name:          ftpd-BSD
-Version:       0.3.0
-Release:       1
+Version:       0.3.2
+Release:       2
 License:       BSD-like
 Group:         Networking/Daemons
-Source0:       %{name}-%{version}.tar.gz
+Group(pl):     Sieciowe/Serwery
+Source0:       ftp://quatramaran.ens.fr/pub/madore/ftpd-BSD/%{name}-%{version}.tar.gz
 Source1:       %{name}.inetd
 Source2:       %{name}.pamd
 Source3:       %{name}-ftpusers
-BuildRoot:     /tmp/%{name}-%{version}-root
+Patch0:                %{name}-anonuser.patch
+Buildrequires: libwrap-devel
+Buildrequires: pam-devel
 Requires:      rc-inetd
 Requires:      inetdaemon
 Requires:      anonftp
 Provides:      ftpserver
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+Obsoletes:     wu-ftpd
+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
+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.
+
 %prep
 %setup -q
+%patch0 -p1
 
 %build
-make
+%{__make} -C ftpd OPT_CFLAGS="$RPM_OPT_FLAGS"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/{%{_sbindir},%{_mandir}/man8,etc/{pam.d,sysconfig/rc-inetd}}
 
-install -s ftpd        $RPM_BUILD_ROOT%{_sbindir}/ftpd-BSD
-install ftpd.8         $RPM_BUILD_ROOT%{_mandir}/man8/ftpd-BSD.8
-install %{SOURCE1}     $RPM_BUILD_ROOT/etc/sysconfig/rc-inetd/ftp
-install %{SOURCE2}     $RPM_BUILD_ROOT/etc/pam.d/ftp
-install %{SOURCE3}     $RPM_BUILD_ROOT/etc/ftpusers
+install -s ftpd/ftpd $RPM_BUILD_ROOT%{_sbindir}/ftpd-BSD
+install ftpd/ftpd.8 $RPM_BUILD_ROOT%{_mandir}/man8/
+install %{SOURCE1} $RPM_BUILD_ROOT/etc/sysconfig/rc-inetd/ftpd
+install %{SOURCE2} $RPM_BUILD_ROOT/etc/pam.d/ftp
+install %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/ftpusers
 
 gzip -9nf README $RPM_BUILD_ROOT%{_mandir}/man8/*
 
@@ -63,5 +80,5 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_sbindir}/ftpd-BSD
 %attr(640,root,root) %{_mandir}/man8/*
 %attr(640,root,root) %config %verify(not size mtime md5) /etc/pam.d/ftp
-%attr(640,root,root) /etc/ftpusers
-%attr(640,root,root) /etc/sysconfig/rc-inetd/ftp
+%attr(640,root,root) %{_sysconfdir}/ftpusers
+%attr(640,root,root) /etc/sysconfig/rc-inetd/ftpd
This page took 0.040435 seconds and 4 git commands to generate.