]> git.pld-linux.org Git - packages/dpkg.git/blobdiff - dpkg.spec
- cosmetics.
[packages/dpkg.git] / dpkg.spec
index 54f745dceee79528eed3c285f88ae66202b44d5b..cc83c215994a4339b11a18c14aaad38a7f445b4c 100644 (file)
--- a/dpkg.spec
+++ b/dpkg.spec
@@ -1,16 +1,20 @@
 Summary:       Package maintenance system for Debian Linux
+Summary(pl):   Program do obs³ugi pakietów Debiana
 Name:          dpkg
-Version:       1.6.14
+Version:       1.6.15
 Release:       2
 License:       GPL
-Group:         Utilities/File
-Group(pl):     Narzêdzia/Pliki
-Source:                ftp://ftp.debian.org/debian/dists/potato/main/source/base/%{name}_%{version}.tar.gz
+Group:         Applications/File
+Group(de):     Applikationen/Datei
+Group(pl):     Aplikacje/Pliki
+Source0:       ftp://ftp.debian.org/debian/dists/potato/main/source/base/%{name}_%{version}.tar.gz
 Patch0:                %{name}-no-debiandoc.patch
 Patch1:                %{name}-opt.patch
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-BuildRequires: gettext-devel
+Patch2:                %{name}-acfix.patch
 BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: gettext-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 This package contains the programs which handle the installation and
@@ -23,13 +27,19 @@ form of the `dpkg' command.
 In order to unpack and build Debian source packages you will need to
 install the developers' package `dpkg-dev' as well as this one.
 
+%description -l pl
+Ten pakiet zawiera narzêdzia do obs³ugi pakietów deb znanych z
+Debiana.
+
 %prep
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 gettextize --copy --force
+aclocal
 autoconf
 %configure \
        --enable-shared \
This page took 0.033015 seconds and 4 git commands to generate.