commit d45365b41483080f5d685f5366fa4636cdc35462
Author: Oswald Buddenhagen <o...@kde.org>
Date:   Sun Feb 7 22:13:59 2010 +0100

    fix rpm spec file
    

 isync.spec.in |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/isync.spec.in b/isync.spec.in
index 08ce8cd..80cf299 100644
--- a/isync.spec.in
+++ b/isync.spec.in
@@ -22,17 +22,14 @@ non-permanent internet collection (dIMAP).
 ./configure --prefix=/usr
 
 %install
+rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install
+rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %doc AUTHORS COPYING NEWS README TODO ChangeLog src/mbsyncrc.sample 
src/compat/isyncrc.sample
-/usr/bin/isync
-/usr/bin/mbsync
-/usr/bin/mdconvert
-/usr/bin/get-cert
-/usr/man/man1/isync.1.gz
-/usr/man/man1/mbsync.1.gz
-/usr/man/man1/mdconvert.1.gz
+%{_bindir}/*
+%{_mandir}/man1/*

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to