[devhelp/f14/master] fix file lists

Matthias Clasen mclasen at fedoraproject.org
Sat Aug 7 17:27:52 UTC 2010


commit 44fd680cf021e1bcb34506e87a8eb4fec7a8547f
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Sat Aug 7 13:26:45 2010 -0400

    fix file lists

 devhelp.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/devhelp.spec b/devhelp.spec
index 9d28f1f..dd5e0c0 100644
--- a/devhelp.spec
+++ b/devhelp.spec
@@ -74,6 +74,8 @@ find ${RPM_BUILD_ROOT} -type f -name "*.la" -exec rm -f {} ';'
 
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/devhelp/books
 
+rm -f $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/icon-theme.cache
+
 %find_lang devhelp
 
 %pre
@@ -125,7 +127,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
 
 %files devel
 %defattr(-,root,root)
-%{_prefix}/include/devhelp-1.0
+%{_includedir}/devhelp-2.0
 %{_libdir}/libdevhelp*.so
 %{_libdir}/pkgconfig/*
 


More information about the scm-commits mailing list