From 6ff5eb5bfe055b6fa992e5b220aee796d25c7aa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Tue, 5 Jul 2005 06:31:56 +0000 Subject: [PATCH] =?UTF-8?q?testler=20i=C3=A7in=20popt'u=20buraya=20kopyala?= =?UTF-8?q?yal=C4=B1m.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/popt/actions.py | 18 +++++ tests/popt/files/popt-1.7-uclibc.patch.gz | Bin 0 -> 891 bytes tests/popt/pspec.xml | 80 ++++++++++++++++++++++ 3 files changed, 98 insertions(+) create mode 100644 tests/popt/actions.py create mode 100644 tests/popt/files/popt-1.7-uclibc.patch.gz create mode 100644 tests/popt/pspec.xml diff --git a/tests/popt/actions.py b/tests/popt/actions.py new file mode 100644 index 00000000..952c4886 --- /dev/null +++ b/tests/popt/actions.py @@ -0,0 +1,18 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- + +from pisi.actionsapi import gnuconfig +from pisi.actionsapi import autotools + +WorkDir='popt-1.7' + +def setup(): + gnuconfig.gnuconfig_update() +# libtoolize.libtoolize() + autotools.configure( '--with-nls' ) + +def build(): + autotools.make() + +def install(): + autotools.install() diff --git a/tests/popt/files/popt-1.7-uclibc.patch.gz b/tests/popt/files/popt-1.7-uclibc.patch.gz new file mode 100644 index 0000000000000000000000000000000000000000..83bbae58fcb13d6d70a3f408cf7ee02484e4e350 GIT binary patch literal 891 zcmV->1BCn^iwFqvtfoQ$18{F}bS*J1H!XEzY-wU+E^uLVV`u>FR&8(FHW2zerCsUIZ}hwCI-FQRW;pF9CSNtUP6Q}EmxMS!|e$o9RzlkH?Y003?%vuoK9c1?0o za#GQqV5H%uadP^OvqC|DN!vf088tab{siTB7UAq{-~kN0EjGhU<05LR$@ zMJnDDDobl>454LtFnd4>?S;d3fjt)(1|WH}HCb1b$iX=f^6c_ALf|6|FD}4;20ni7 zG_UV=et{t4*MV%y@(h}SOV_r=JpOsQ1aC2)C%B?27dFO^@J3Txn1xvScJYg z4h_pQJcE%5{@VOBoA|Rnv(4CwoAEH%L>6=t2O~VR?(kj7r>j+HnS$$L8YlNKCEH6{ z;i;hditBXr`-`{1r8R*v!=o7W9JrSO*IXN+Bx&|FPu;fFO3pKc+mc%IT)a=Ey3_U! zy$WqK)q8>oa6?SZSvneiK&@4L8h+5cZ&)2Hrp!to`S8yZB61LoR99e_BMR#=r$nPV>&U4FA&+(EVFr(5sa%qvX z9{Po9_!{Y63k1uxstydA0+kt5bdSk4)|1w?R<#zi=@Kib#(rfSLpI8C!lZj{I^1(( zT1>h%LhkGxh3@{}5)wK>I+(9GdeU1uf}ZrV!aJT7N7OW}RK{xWp{D=kG^eaojFz)1 z`TjT$SN}fF4;T-g=h1SpvV*B#{||#{9z{z#nB4j}m>vhy<6!!Vn(m=D54(rnJWd`T RdJlT&{R522x}2U1004y>xIO>? literal 0 HcmV?d00001 diff --git a/tests/popt/pspec.xml b/tests/popt/pspec.xml new file mode 100644 index 00000000..698947a0 --- /dev/null +++ b/tests/popt/pspec.xml @@ -0,0 +1,80 @@ + + + + + + + + popt + http://www.rpm.org/ + + Kırmızı kafalar + hotmail@redhat.com + + As-Is + library:util:optparser + rpm:archive + Popt command line option parser + Command line option parsing library. + While it is similiar to getopt(3), it contains a number of enhancements, including: + + 1) popt is fully reentrant + 2) popt can parse arbitrary argv[] style arrays while + getopt(2) makes this quite difficult + 3) popt allows users to alias command line arguments + 4) popt provides convience functions for parsing strings + into argv[] style arrays + + + ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/popt-1.7.tar.gz + + + popt-1.7-uclibc.patch.gz + + + make + + + + 06/14/2005 + 1.7 + 3 + + + 06/10/2005 + 1.7 + 2 + + + 05/05/2005 + 1.7 + 1 + + + + + + popt-libs + Command line option parsing library + Komut satırı seçenekleri işleme kütüphanesi + + gettext + + library files for popt + + /usr/lib + /usr/share/doc + /usr/share/man + /usr/share/locale + /usr/include/popt.h + + + + 06/14/2005 + 1.7 + 2 + + + +