[desktopcouch/f18] Fix Koji errors.

Christopher Meng cicku at fedoraproject.org
Thu Sep 5 14:46:50 UTC 2013


commit ddf239e4b0fbcef399086aadd0be8b8b97867ffe
Author: Christopher Meng <rpm at cicku.me>
Date:   Thu Sep 5 22:45:33 2013 +0800

    Fix Koji errors.

 desktopcouch.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/desktopcouch.spec b/desktopcouch.spec
index 243d177..83dff8c 100644
--- a/desktopcouch.spec
+++ b/desktopcouch.spec
@@ -63,6 +63,9 @@ rm -rf %{buildroot}%{_datadir}/doc
 # Really? You put them there? In /usr/lib (note, not %{_libdir})? Fail.
 mv %{buildroot}/usr/lib/desktopcouch/desktopcouch-* %{buildroot}%{_bindir}\
 
+# We are using Fedora.
+rm -rf %{_datadir}/apport
+
 %check
 desktop-file-validate %{buildroot}%{_datadir}/applications/desktopcouch-pair.desktop
 
@@ -76,6 +79,7 @@ update-desktop-database -q
 %doc COPYING COPYING.LESSER README
 %dir %{_sysconfdir}/xdg/desktop-couch
 %config(noreplace) %{_sysconfdir}/xdg/desktop-couch/compulsory-auth.ini
+%config(noreplace) %{_sysconfdir}/xdg/desktop-couch/default.ini
 %{_bindir}/desktopcouch-service
 %{_bindir}/desktopcouch-stop
 %{_bindir}/desktopcouch-get-port


More information about the scm-commits mailing list