Have the spec file put more useful stuff into the doc dir.
authorWayne Davison <wayned@samba.org>
Sun, 6 Apr 2008 05:46:48 +0000 (22:46 -0700)
committerWayne Davison <wayned@samba.org>
Sun, 6 Apr 2008 05:46:48 +0000 (22:46 -0700)
packaging/lsb/rsync.spec

index 7324806..7b8f577 100644 (file)
@@ -35,6 +35,9 @@ improved copy command for everyday use.
 #patch -p1 <patches/remote-option.diff
 #patch -p1 <patches/db.diff
 
+# Avoid extra perl dependencies for scripts going into doc dir.
+chmod -x support/*
+
 %build
 #./prepare-source
 %configure
@@ -56,7 +59,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root)
-%doc COPYING README tech_report.tex
+%doc COPYING NEWS OLDNEWS README support/ tech_report.tex
 %config(noreplace) /etc/xinetd.d/rsync
 %{_prefix}/bin/rsync*
 %{_mandir}/man1/rsync.1*