playground/onur/2011/libunwind - cosmetic

Onur Küçük paketler-commits at pardus.org.tr
Wed Jul 7 14:53:45 EEST 2010


Author: onur
Date: Wed Jul  7 14:53:45 2010
New Revision: 95495

Modified:
   playground/onur/2011/libunwind/actions.py
   playground/onur/2011/libunwind/pspec.xml
   playground/onur/2011/libunwind/translations.xml
Log:
cosmetic

---
 actions.py       |    3 ---
 pspec.xml        |    5 ++++-
 translations.xml |    2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

Modified: playground/onur/2011/libunwind/actions.py
=================================================================
--- playground/onur/2011/libunwind/actions.py	(original)
+++ playground/onur/2011/libunwind/actions.py	Wed Jul  7 14:53:45 2010
@@ -7,11 +7,8 @@
 
 from pisi.actionsapi import autotools
 from pisi.actionsapi import pisitools
-from pisi.actionsapi import shelltools
 from pisi.actionsapi import get
 
-# WorkDir = ""
-# NoStrip = "/"
 
 def setup():
     autotools.autoreconf("-vfi")

Modified: playground/onur/2011/libunwind/pspec.xml
=================================================================
--- playground/onur/2011/libunwind/pspec.xml	(original)
+++ playground/onur/2011/libunwind/pspec.xml	Wed Jul  7 14:53:45 2010
@@ -22,7 +22,10 @@
     <Package>
         <Name>libunwind</Name>
         <Files>
-            <Path fileType="data">/</Path>
+            <Path fileType="header">/usr/include</Path>
+            <Path fileType="library">/usr/lib</Path>
+            <Path fileType="doc">/usr/share/doc/libunwind</Path>
+            <Path fileType="man">/usr/share/man</Path>
         </Files>
     </Package>
 

Modified: playground/onur/2011/libunwind/translations.xml
=================================================================
--- playground/onur/2011/libunwind/translations.xml	(original)
+++ playground/onur/2011/libunwind/translations.xml	Wed Jul  7 14:53:45 2010
@@ -2,7 +2,7 @@
 <PISI>
     <Source>
         <Name>libunwind</Name>
-        <Summary xml:lang="tr">Yazılım çağrı geri izleme aracı</Summary>
+        <Summary xml:lang="tr">Yazılım çağrıları geri izleme aracı</Summary>
         <Description xml:lang="tr">libunwind bir yazılımın çağrı sıralamasını takip etmek için kullanılan, hızlı çalışan ve taşınabilir bir C programlama arabirimidir.</Description>
     </Source>
 </PISI>


More information about the paketler-commits mailing list