[plowshare/f16: 3/4] added some comments in the sections build and install again.

Elder Marco eldermarco at fedoraproject.org
Thu Aug 11 23:29:51 UTC 2011


commit 906c41766cae197a82c2e985ac8b487a9321094c
Author: Elder Marco <eldermarco at fedoraproject.org>
Date:   Thu Aug 11 20:25:06 2011 -0300

    added some comments in the sections build and install again.

 plowshare.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/plowshare.spec b/plowshare.spec
index 44acbed..ede2f72 100644
--- a/plowshare.spec
+++ b/plowshare.spec
@@ -40,6 +40,7 @@ ZShare, Badongo, DepositFiles и Mediafire. Смотрите README для по
 %setup -q -n %{name}-SVN-r%{revision}-snapshot
 
 %build
+# Nothing to build, it's simple bash scripts
 
 %install
 rm -rf %{buildroot}
@@ -48,6 +49,8 @@ DESTDIR=%{buildroot}  \
 PREFIX=%{_prefix}     \
 bash setup.sh install
 
+# We remove at destination, so we still have install
+# for the %doc section
 rm -rf %{buildroot}%{_docdir}/%{name}
 
 %clean


More information about the scm-commits mailing list