[reposurgeon/el6: 1/2] Fix garbled text.

Christopher Meng cicku at fedoraproject.org
Thu Aug 8 04:41:00 UTC 2013


commit 77d96027c54f0d21220ce00181db1a81881c5036
Author: Christopher Meng <rpm at cicku.me>
Date:   Thu Aug 8 12:39:17 2013 +0800

    Fix garbled text.

 reposurgeon.spec |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/reposurgeon.spec b/reposurgeon.spec
index 163690f..be1b079 100644
--- a/reposurgeon.spec
+++ b/reposurgeon.spec
@@ -28,17 +28,17 @@ install -p -D -m 755 %{name} %{buildroot}%{_bindir}/%{name}
 install -p -D -m 755 repopuller %{buildroot}%{_bindir}/repopuller
 install -p -D -m 755 repodiffer %{buildroot}%{_bindir}/repodiffer
 install -p -D -m 644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
-install -p -D -m 644 repopuller.1 "%{buildroot}%{_mandir}/man1/repopuller.1
-install -p -D -m 644 repodiffer.1 "%{buildroot}%{_mandir}/man1/repodiffer.1
+install -p -D -m 644 repopuller.1 %{buildroot}%{_mandir}/man1/repopuller.1
+install -p -D -m 644 repodiffer.1 %{buildroot}%{_mandir}/man1/repodiffer.1
 
 %files
 %doc AUTHORS COPYING NEWS README TODO features.html
 %{_bindir}/%{name}
 %{_bindir}/repopuller
 %{_bindir}/repodiffer
-%doc %{_mandir}/man1/%{name}.1*
-%doc %{_mandir}/man1/repodiffer.1*
-%doc %{_mandir}/man1/repopuller.1*
+%{_mandir}/man1/%{name}.1*
+%{_mandir}/man1/repodiffer.1*
+%{_mandir}/man1/repopuller.1*
 
 %changelog
 * Thu Aug 08 2013 Christopher Meng <rpm at cicku.me> - 2.40-1


More information about the scm-commits mailing list