]> git.pld-linux.org Git - packages/popt.git/blob - popt.spec
cosmetic changes
[packages/popt.git] / popt.spec
1 Summary:     C library for parsing command line parameters
2 Summary(de): C-Library zum Parsen von Befehlszeilenparametern 
3 Summary(fr): Bibliothèque C pour analyser les paramètres de la ligne de commande
4 Summary(pl): Biblioteka C do przetwarzania parametrów przekazywanych do programów w linii poleceñ
5 Summary(tr): Komut satýrý parametrelerini ayrýþtýrýmak için C arþivi
6 Name:        popt
7 Version:     1.1.1
8 Release:     3
9 Copyright:   LGPL
10 Group:       Utilities/System
11 Source:      ftp://ftp.redhat.com/pub/redhat/code/popt/%{name}-%{version}.tar.gz
12 Buildroot:   /tmp/%{name}-%{version}-root
13
14 %description
15 Popt is a C library for pasing command line parameters. It was heavily
16 influenced by the getopt() and getopt_long() functions, but it allows
17 more powerfull argument expansion. It can parse arbitrary argv[] style
18 arrays and automatically set variables based on command line arguments.
19 It also allows command line arguments to be aliased via configuration
20 files and includes utility functions for parsing arbitrary strings into
21 argv[] arrays using shell-like rules. 
22
23 %description -l de
24 Popt ist eine C-Library zum Parsen von Befehlszeilenparametern, stark
25 beeinflußt von den getopt() und getopt_long()-Funktionen, aber mit sehr 
26 viel besserer Argumenterweiterung. Es können beliebige argv[]-Argument-
27 Arrays geparst und Variablen auf der Basis von Befehlszeilenargumenten
28 automatisch gesetzt werden. Ferner können Befehlszeilenargumente über
29 Konfigurationsdateien ge-aliast werden, und die Library enthält Utility-
30 funktionen zum Parsen beliebiger Strings in argv[]-Arrays anhand von 
31 Shell-ähnlichen Regeln. 
32
33 %description -l fr
34 Popt est une bibliothèque C pour analyser les paramêtres de la ligne de
35 commande. Elle a été beaucoup influencée par les fonctions getopt() et
36 getopt_long() mais permet une expansion plus puissante des arguments. Elle
37 peut analyser des tableaux arbitraires du style argv[] et configure les
38 variables automatiquement selon les arguments de la ligne de commande.
39 Elle permet aussi à ces arguments d'être des alias via des fichiers de
40 configuration et inclut des fonctions utilitaires pour analyser des
41 chaînes arbitraires dans les tableaux argv[] en utilisant des règles
42 à la shell
43
44 %description -l pl
45 Popt jest bibliotek± C s³u¿±c± 
46 Popt is a C library for pasing command line parameters. It was heavily
47 influenced by the getopt() and getopt_long() functions, but it allows
48 more powerfull argument expansion. It can parse arbitrary argv[] style
49 arrays and automatically set variables based on command line arguments.
50 It also allows command line arguments to be aliased via configuration
51 files and includes utility functions for parsing arbitrary strings into
52 argv[] arrays using shell-like rules. 
53
54 %description -l tr
55 Popt, komut satýrý parametrelerini ayrýþtýran bir C arþividir. Geliþigüzel
56 argv[] tarzý dizileri ayrýþtýrabilir ve otomatik olarak komut satýrý
57 deðiþkenlerine dayalý deðiþkenleri atayabilir.
58
59 %prep
60 %setup -q
61 CFLAGS="$RPM_OPT_FLAGS" \
62 ./configure \
63         --prefix=/usr
64
65 %build
66 make
67
68 %install
69 make PREFIX=$RPM_BUILD_ROOT install
70
71 %clean
72 rm -rf $RPM_BUILD_ROOT
73
74 %files
75 %defattr(644,root,root)
76 /usr/lib/libpopt.a
77 /usr/include/popt.h
78
79 %changelog
80 * Sat Aug 15 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
81   [1.1.1-3]
82 - added -q %setup parameter,
83 - changed Buildroot to /tmp/%%{name}-%%{version}-root,
84 - added using %%{name} and %%{version} in Source,
85 - added pl translation,
86 - global %defattr macro instead %attr macros in %files.
87
88 * Thu May 07 1998 Prospector System <bugs@redhat.com>
89 - translations modified for de, fr, tr
90
91 * Thu Apr 09 1998 Erik Troan <ewt@redhat.com>
92 - added ./configure step to spec file
This page took 0.040922 seconds and 4 git commands to generate.