playground/fethican/programming/library/libtirpc - split devel, add translations.xml
Fethican Coşkuner
paketler-commits at pardus.org.tr
Mon Sep 20 14:55:06 EEST 2010
Author: fethican
Date: Mon Sep 20 14:55:06 2010
New Revision: 100842
Added:
playground/fethican/programming/library/libtirpc/translations.xml
Modified:
playground/fethican/programming/library/libtirpc/actions.py
playground/fethican/programming/library/libtirpc/pspec.xml
Log:
split devel, add translations.xml
---
actions.py | 2 +-
pspec.xml | 14 +++++++++++++-
translations.xml | 14 ++++++++++++++
3 files changed, 28 insertions(+), 2 deletions(-)
Modified: playground/fethican/programming/library/libtirpc/actions.py
=================================================================
--- playground/fethican/programming/library/libtirpc/actions.py (original)
+++ playground/fethican/programming/library/libtirpc/actions.py Mon Sep 20 14:55:06 2010
@@ -11,7 +11,7 @@
def setup():
autotools.configure("--disable-static \
- --enable-gss")
+ --disable-gss")
def build():
autotools.make()
Modified: playground/fethican/programming/library/libtirpc/pspec.xml
=================================================================
--- playground/fethican/programming/library/libtirpc/pspec.xml (original)
+++ playground/fethican/programming/library/libtirpc/pspec.xml Mon Sep 20 14:55:06 2010
@@ -23,18 +23,30 @@
<Package>
<Name>libtirpc</Name>
+ <IsA>library</IsA>
<RuntimeDependencies>
<Dependency>libgssglue</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
- <Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
+ <Package>
+ <Name>libtirpc-devel</Name>
+ <Summary>Development files for libtirpc</Summary>
+ <RuntimeDependencies>
+ <Dependency release="2">libtirpc</Dependency>
+ </RuntimeDependencies>
+ <Files>
+ <Path fileType="header">/usr/include</Path>
+ <Path fileType="man">/usr/share/man/man3</Path>
+ </Files>
+ </Package>
+
<History>
<Update release="1">
<Date>2010-03-14</Date>
More information about the paketler-commits
mailing list