]> git.pld-linux.org Git - packages/poldek.git/commitdiff
- BR popt-devel, popt-static only when building statically
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 11 Feb 2002 23:19:47 +0000 (23:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- adapterized, release 2

Changed files:
    poldek.spec -> 1.37

poldek.spec

index cac51ad0978dbc4e98540a642dede2b26cdd6bd5..14070e8fc54f5bee423f0b688007b602a53eea43 100644 (file)
@@ -2,34 +2,47 @@ Summary:      RPM packages management helper tool
 Summary(pl):   Pomocnicze narzêdzie do zarz±dzania pakietami RPM
 Name:          poldek
 Version:       0.16
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/System
+Group(cs):     Aplikace/Systém
+Group(da):     Programmer/System
 Group(de):     Applikationen/System
+Group(es):     Aplicaciones/Sistema
+Group(fr):     Applications/Système
+Group(it):     Applicazioni/Sistema
+Group(ja):     ¥¢¥×¥ê¥±¡¼¥·¥ç¥ó/¥·¥¹¥Æ¥à
+Group(no):     Applikasjoner/System
 Group(pl):     Aplikacje/System
+Group(pt):     Aplicações/Sistema
+Group(pt_BR):  Aplicações/Sistema
+Group(ru):     ðÒÉÌÏÖÅÎÉÑ/óÉÓÔÅÍÁ
+Group(sv):     Tillämpningar/System
 Source0:       http://team.pld.org.pl/~mis/poldek/download/%{name}/%{name}-%{version}.tar.gz
 %{!?_with_static:Requires:     trurlib >= 0.43.3}
 Requires:      /bin/rpm
 BuildRequires: bzip2-devel
 BuildRequires: db3-devel >= 3.1.14-2
 BuildRequires: curl-devel >= 7.8
-BuildRequires: rpm-devel >= 3.0.5
-BuildRequires: popt-static
 BuildRequires: openssl-devel
+BuildRequires: pcre-devel
+BuildRequires: popt-devel
 BuildRequires: readline-devel
+BuildRequires: rpm-devel >= 3.0.5
 BuildRequires: trurlib-devel >= 0.43.3
 BuildRequires: zlib-devel
 BuildRequires: /usr/bin/pod2man
-BuildRequires: pcre-devel
 %{?BOOT:BuildRequires: bzip2-static}
 %{?BOOT:BuildRequires: curl-static}
 %{?BOOT:BuildRequires: openssl-static}
+%{?BOOT:BuildRequires: popt-static}
 %{?BOOT:BuildRequires: rpm-static}
 %{?BOOT:BuildRequires: trurlib-static}
 %{?BOOT:BuildRequires: zlib-static}
 %{?_with_static:BuildRequires: bzip2-static}
 %{?_with_static:BuildRequires: curl-static}
 %{?_with_static:BuildRequires: openssl-static}
+%{?_with_static:BuildRequires: popt-static}
 %{?_with_static:BuildRequires: rpm-static}
 %{?_with_static:BuildRequires: trurlib-static}
 %{?_with_static:BuildRequires: zlib-static}
@@ -38,12 +51,12 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %description
 poldek is an RPM package management tool which allows you to easily
 perform package verification, installation (including system
-installation from scratch), upgrading, and removal. 
+installation from scratch), upgrading, and removal.
 
-Program can be used in batch (like apt-get from Debian's
-APT) or interactive mode. The interactive mode puts you into a
-readline interface with command line autocompletion and history,
-similar to the shell mode of Perl's CPAN.
+Program can be used in batch (like apt-get from Debian's APT) or
+interactive mode. The interactive mode puts you into a readline
+interface with command line autocompletion and history, similar to the
+shell mode of Perl's CPAN.
 
 %{?_with_static:This version is statically linked}
 
@@ -51,18 +64,31 @@ similar to the shell mode of Perl's CPAN.
 poldek jest narzêdziem linii poleceñ s³u¿±cym do weryfikacji,
 instalacji i aktualizacji pakietów.
 
-%if %{?BOOT:1}%{!?BOOT:0}
 %package BOOT
 Summary:       poldek for bootdisk
+Summary(pl):   poldek dla bootkietki
 Group:         Applications/System
+Group(cs):     Aplikace/Systém
+Group(da):     Programmer/System
 Group(de):     Applikationen/System
+Group(es):     Aplicaciones/Sistema
+Group(fr):     Applications/Système
+Group(it):     Applicazioni/Sistema
+Group(ja):     ¥¢¥×¥ê¥±¡¼¥·¥ç¥ó/¥·¥¹¥Æ¥à
+Group(no):     Applikasjoner/System
 Group(pl):     Aplikacje/System
+Group(pt):     Aplicações/Sistema
+Group(pt_BR):  Aplicações/Sistema
+Group(ru):     ðÒÉÌÏÖÅÎÉÑ/óÉÓÔÅÍÁ
+Group(sv):     Tillämpningar/System
 
 %description BOOT
 poldek is a cmdline tool which can be used to verify, install and
 upgrade given package sets. This version is for boot disk.
 
-%endif
+%description BOOT -l pl
+poldek jest narzêdziem linii poleceñ s³u¿±cym do weryfikacji,
+instalacji i aktualizacji pakietów. To jest wersja dla bootkietki.
 
 %prep 
 %setup -q
This page took 0.183579 seconds and 4 git commands to generate.