]> git.pld-linux.org Git - packages/fsp.git/commitdiff
- initial PLD release
authorwitekfl <witekfl@pld-linux.org>
Thu, 17 Mar 2005 19:21:29 +0000 (19:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fsp.spec -> 1.1

fsp.spec [new file with mode: 0644]

diff --git a/fsp.spec b/fsp.spec
new file mode 100644 (file)
index 0000000..f9d21a6
--- /dev/null
+++ b/fsp.spec
@@ -0,0 +1,55 @@
+# TODO:
+# - subpackages (?)
+# - config for rc-inetd
+Summary:       File Service Protocol programs
+Summary(pl):   Programy obs³ugi protoko³u FSP
+Name:          fsp
+Version:       2.8.1b24
+Release:       0.1
+License:       BSD
+Group:         Applications/Networking
+Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
+# Source0-md5: 19a80b22e43717175facfc26e25d902b
+URL:           http://fsp.sourceforge.net/
+BuildRequires: flex
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+FSP is a set of programs that implements a public-access archive
+similar to an anonymous-FTP archive.  It is not meant to be a
+replacement for FTP; it is only meant to do what anonymous-FTP
+does, but in a manner more acceptable to the provider of the
+service and more friendly to the clients.
+
+%description -l pl
+FSP jest zestawem programów, który implementuje protokó³ dostêpu
+do publicznych archiwów podobny do anonimowego FTP, ale z u¿yciem
+protoko³u UDP. Jego zamierzeniem nie jest zastêpowanie FTP, ale
+robienie tego samego co anonimowe FTP w sposób bardziej przyjazny
+dla klientów i bardziej akceptowalny dla providerów.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_sysconfdir}
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+install fspd.conf $RPM_BUILD_ROOT%{_sysconfdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc BETA.README ChangeLog INFO INSTALL TODO doc/{faq.html,PROTOCOL}
+%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/*
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/*
This page took 0.116694 seconds and 4 git commands to generate.