[pl] Move xpce files to proper location

Petr Pisar ppisar at fedoraproject.org
Thu Mar 8 14:57:18 UTC 2012


commit 1d954637109bd7262c6b742cf644892f5ba0e60a
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Mar 7 17:48:16 2012 +0100

    Move xpce files to proper location

 pl.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/pl.spec b/pl.spec
index 988012a..ab59433 100644
--- a/pl.spec
+++ b/pl.spec
@@ -217,6 +217,8 @@ mv $RPM_BUILD_ROOT%{_libdir}/swipl-%{version}/lib/jpl.jar \
         $RPM_BUILD_ROOT%{_libdir}/swipl-jpl/
 %endif
 
+mv $RPM_BUILD_ROOT%{_libdir}/swipl-%{version}/xpce/man/xpce-client.1 \
+    $RPM_BUILD_ROOT%{_mandir}/man1/
 %if %{separate_xpce}
 # Move the various include files into /usr/include
 mkdir -p $RPM_BUILD_ROOT%{_includedir}/swipl/xpce
@@ -228,6 +230,7 @@ rm -rf $RPM_BUILD_ROOT%{_libdir}/swipl-%{version}/include
 # Clean up the other stuff that shouldn't be packaged
 find packages/jpl/examples -name "*.class" | xargs rm -f
 find packages/jpl/examples -name ".cvsignore" | xargs rm -f
+rm $RPM_BUILD_ROOT%{_libdir}/swipl-%{version}/xpce/bin/x86_64-linux/xpce-client
 
 
 %files


More information about the scm-commits mailing list