[poezio] Fix unpackaged files and duplicate files

fantom fantom at fedoraproject.org
Tue Nov 26 01:26:51 UTC 2013


commit f06000378d50273d5ae0ec67d37137a66aa3330b
Author: Matthieu Saulnier <fantom at fedoraproject.org>
Date:   Tue Nov 26 02:26:34 2013 +0100

    Fix unpackaged files and duplicate files

 poezio.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/poezio.spec b/poezio.spec
index e85fddc..3807d5f 100644
--- a/poezio.spec
+++ b/poezio.spec
@@ -43,10 +43,10 @@ make install DESTDIR=%{buildroot} prefix=%{_prefix}
 %doc CHANGELOG COPYING README
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
-%{_docdir}/%{name}/
 %{_mandir}/man1/%{name}.1*
 %{python3_sitearch}/%{name}/
 %{python3_sitearch}/%{name}_plugins/
+%{python3_sitearch}/%{name}_themes/
 %{python3_sitearch}/%{name}-%{version}_dev-py3.3.egg-info
 
 
@@ -56,6 +56,8 @@ make install DESTDIR=%{buildroot} prefix=%{_prefix}
 - Update to latest revision
 - Update license tag
 - Update url tag
+- Add new theme directory in %%file section
+- Remove %%{_docdir} line to fix duplicate files in package
 
 * Sun Oct 27 2013 Matthieu Saulnier <fantom at fedoraproject.org> - 0.8-0.5.20131021git4a091b3
 - Update to latest revision


More information about the scm-commits mailing list