]> git.pld-linux.org Git - packages/popt.git/commitdiff
- buried dead DEVEL branch DEVEL
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 6 Feb 2003 10:24:09 +0000 (10:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    popt.spec -> 1.39.2.4

popt.spec [deleted file]

diff --git a/popt.spec b/popt.spec
deleted file mode 100644 (file)
index e118ad6..0000000
--- a/popt.spec
+++ /dev/null
@@ -1,142 +0,0 @@
-Summary:       C library for parsing command line parameters
-Summary(de):   C-Library zum Parsen von Befehlszeilenparametern
-Summary(fr):   Bibliothèque C pour analyser les paramètres de la ligne de commande
-Summary(pl):   Biblioteka C do przetwarzania parametrów przekazywanych do programów w linii poleceñ
-Summary(tr):   Komut satýrý parametrelerini ayrýþtýrýmak için C arþivi
-Name:          popt
-Version:       1.7
-Release:       0.1
-License:       LGPL
-Group:         Libraries
-Source0:       ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/%{name}-%{version}.tar.gz
-Patch0:                %{name}-values.patch
-Patch2:                %{name}-gettext0.11.patch
-BuildRequires: autoconf >= 2.50
-BuildRequires: automake
-BuildRequires: libtool
-BuildRequires: gettext-devel >= 0.11.5
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-
-%description
-Popt is a C library for pasing command line parameters. It was heavily
-influenced by the getopt() and getopt_long() functions, but it allows
-more powerfull argument expansion. It can parse arbitrary argv[] style
-arrays and automatically set variables based on command line
-arguments. It also allows command line arguments to be aliased via
-configuration files and includes utility functions for parsing
-arbitrary strings into argv[] arrays using shell-like rules.
-
-%description -l de
-Popt ist eine C-Library zum Parsen von Befehlszeilenparametern, stark
-beeinflußt von den getopt() und getopt_long()-Funktionen, aber mit
-sehr viel besserer Argumenterweiterung. Es können beliebige
-argv[]-Argument- Arrays geparst und Variablen auf der Basis von
-Befehlszeilenargumenten automatisch gesetzt werden. Ferner können
-Befehlszeilenargumente über Konfigurationsdateien ge-aliast werden,
-und die Library enthält Utility- funktionen zum Parsen beliebiger
-Strings in argv[]-Arrays anhand von Shell-ähnlichen Regeln.
-
-%description -l fr
-Popt est une bibliothèque C pour analyser les paramêtres de la ligne
-de commande. Elle a été beaucoup influencée par les fonctions getopt()
-et getopt_long() mais permet une expansion plus puissante des
-arguments. Elle peut analyser des tableaux arbitraires du style argv[]
-et configure les variables automatiquement selon les arguments de la
-ligne de commande. Elle permet aussi à ces arguments d'être des alias
-via des fichiers de configuration et inclut des fonctions utilitaires
-pour analyser des chaînes arbitraires dans les tableaux argv[] en
-utilisant des règles à la shell
-
-%description -l pl
-Popt jest bibliotek± C s³u¿±c± przetwarzaniu parametrów wywo³ania.
-Du¿y wp³yw mia³y na ni± getopt() i getopt_long(), ale ma od nich
-znacznie wiêksze mo¿liwo¶ci. Mo¿e przetwarzaæ bezpo¶rednio tablice
-typu argv[] i automatycznie ustawiaæ zmienne w oparciu i parametry
-wywo³ania. Pozwala tak¿e na tworzenie zwi±zków pomiêdzy argumentami
-wywo³ania a plikami konfiguracyjnymi oraz pozwala zamieniaæ ci±gi
-znaków na tablice typu argv[] z wykorzystaniem zasad znanych z pow³ok
-(shell'i).
-
-%description -l tr
-Popt, komut satýrý parametrelerini ayrýþtýran bir C arþividir.
-Geliþigüzel argv[] tarzý dizileri ayrýþtýrabilir ve otomatik olarak
-komut satýrý deðiþkenlerine dayalý deðiþkenleri atayabilir.
-
-%package devel
-Summary:       Header file and library for popt development
-Summary(pl):   Pliki nag³ówkowe dla popt
-Group:         Development/Libraries
-Requires:      %{name} = %{version}
-
-%description devel
-Header file and library for popt development.
-
-%description devel -l pl
-Pliki nag³ówkowe i dokumentacja dla popt.
-
-%package static
-Summary:       Static library for popt development
-Summary(pl):   Biblioteka statyczna do popt
-Group:         Development/Libraries
-Requires:      %{name}-devel = %{version}
-
-%description static
-Static library for popt development.
-
-%description static -l pl
-Biblioteka statyczna do popt.
-
-%prep
-%setup -q
-%patch0 -p1
-%patch2 -p1
-
-%build
-rm -f missing
-%{__gettextize} --no-changelog
-mv Makefile.am~ Makefile.am
-mv configure.in~ configure.in
-[ -f po/Makevars ] || cp po/Makevars.template po/Makevars
-autoupdate
-libtoolize --force
-autoheader
-%{__aclocal}
-%{__autoconf}
-%{__automake} -i
-%configure \
-       --enable-shared
-%{__make}
-
-%install
-rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/lib
-
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
-
-mv -f $RPM_BUILD_ROOT%{_libdir}/lib*.so.*.* $RPM_BUILD_ROOT/lib
-rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.so
-ln -sf ../../lib/`( cd $RPM_BUILD_ROOT/lib; echo *)` \
-       $RPM_BUILD_ROOT%{_libdir}/libpopt.so
-
-%find_lang %{name}
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%post   -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
-
-%files -f %{name}.lang
-%defattr(644,root,root,755)
-%attr(755,root,root) /lib/*
-
-%files devel
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libpopt.so
-%attr(755,root,root) %{_libdir}/libpopt.la
-%{_mandir}/man3/*
-%{_includedir}/popt.h
-
-%files static
-%defattr(644,root,root,755)
-%{_libdir}/libpopt.a
This page took 0.085504 seconds and 4 git commands to generate.