]> git.pld-linux.org Git - packages/proftpd.git/commitdiff
- update to pre8
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 6 Oct 1999 13:45:21 +0000 (13:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    proftpd.spec -> 1.30

proftpd.spec

index 117a82ec2bdf9947a94c7326c2368ce505f13983..f56fec69687a6ebf9489bb1a3168b5e09b9083e5 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       PROfessional FTP Daemon with apache-like configuration syntax
 Summary(pl):   PROfesionalny serwer FTP  
 Name:          proftpd
-Version:       1.2.0pre5
+Version:       1.2.0pre8
 Release:       1
 Copyright:     GPL
 Group:         Daemons
@@ -63,7 +63,7 @@ z dokumentacj
 
 %build
 autoconf
-LDFLAGS="-s"; export LDFLAGS
+LDFLAGS="-ldl -s"; export LDFLAGS
 %configure \
        --enable-autoshadow \
        --with-modules=mod_ratio:mod_pam:mod_readme
@@ -96,7 +96,7 @@ mv contrib/README contrib/README.modules
 ln -s proftpd $RPM_BUILD_ROOT%{_sbindir}/ftpd
 
 gzip -9fn $RPM_BUILD_ROOT%{_mandir}/man[158]/* \
-       sample-configurations/{virtual,anonymous}.conf changelog README \
+       sample-configurations/{virtual,anonymous}.conf ChangeLog README \
        README.linux-* contrib/README.modules
 
 %post 
@@ -110,7 +110,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc {changelog,README*}.gz contrib/README.modules.gz
+%doc {ChangeLog,README*}.gz contrib/README.modules.gz
 %doc sample-configurations/{virtual,anonymous}.conf.gz 
 
 %attr(750,root,root) %dir /etc/ftpd
This page took 0.043178 seconds and 4 git commands to generate.