]> git.pld-linux.org Git - packages/fsp.git/commitdiff
- adapterized using adapter.awk
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 17 Mar 2005 20:12:52 +0000 (20:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fsp.spec -> 1.2

fsp.spec

index f9d21a6982f10e24afb7fc642ecd085a283cc236..03de429384825a4cf9bffbc90485bfdafe49fabc 100644 (file)
--- a/fsp.spec
+++ b/fsp.spec
@@ -8,7 +8,7 @@ Version:        2.8.1b24
 Release:       0.1
 License:       BSD
 Group:         Applications/Networking
-Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
+Source0:       http://dl.sourceforge.net/fsp/%{name}-%{version}.tar.bz2
 # Source0-md5: 19a80b22e43717175facfc26e25d902b
 URL:           http://fsp.sourceforge.net/
 BuildRequires: flex
@@ -16,17 +16,17 @@ 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.
+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
+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.
+robienie tego samego co anonimowe FTP w sposób bardziej przyjazny dla
+klientów i bardziej akceptowalny dla providerów.
 
 %prep
 %setup -q
@@ -50,6 +50,6 @@ 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}/*
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/*
This page took 0.066626 seconds and 4 git commands to generate.