Search
j0ke.net Open Build Service
>
Projects
>
server:ftp
>
bftpd
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 4
[-]
[+]
Added
bftpd.spec
@@ -0,0 +1,57 @@ +# norootforbuild + +Name: bftpd +Version: 2.1 +Release: 0 +# +Group: Productivity/Networking/Ftp/Servers +License: GPLv2 +# +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: zlib-devel pam-devel +# +Url: http://bftpd.sourceforge.net/ +Source: http://downloads.sourceforge.net/bftpd/bftpd-2.1.tar.gz +Patch: bftpd-2.0_install.patch +# +Summary: A mall, easy-to-configure FTP server +%description +The Bftpd file server is designed to be as small and easy to manage as +possible, while providing most of the features you would expect from a file +server. On most home systems, Bftpd is ready to work out-of-the-box without +requiring any extra configuration. Production systems can be set up by editing +a few lines in an easy-to-read config file. + +Bftpd has been reported to run on Linux, BSD, routers and machines running +read-only file systems. + + +Authors: +-------- + Jesse <jessefrgsmith@yahoo.ca> + + +%prep +%setup -n %{name} +%patch + +%build +%configure --enable-pam --enable-libz +%{__make} + +%install +%makeinstall + +%clean +%{__rm} -rf %{buildroot} + +%files +%defattr(-,root,root,-) +%config(noreplace) %attr(600,root,root) %verify(not mtime) %{_sysconfdir}/bftpd.conf +%{_sbindir}/bftpd +%{_mandir}/man8/bftpd.8* +/var/log/bftpd.log +/var/run/bftpd +%doc doc/* COPYING TODO CHANGELOG + +%changelog