]> git.pld-linux.org Git - packages/dpkg.git/blobdiff - dpkg.spec
- cosmetics.
[packages/dpkg.git] / dpkg.spec
index fabd83adfa0350b2aaa0a895ae2511442f44eeb8..cc83c215994a4339b11a18c14aaad38a7f445b4c 100644 (file)
--- a/dpkg.spec
+++ b/dpkg.spec
@@ -2,16 +2,19 @@ Summary:      Package maintenance system for Debian Linux
 Summary(pl):   Program do obs³ugi pakietów Debiana
 Name:          dpkg
 Version:       1.6.15
-Release:       1
+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
@@ -25,16 +28,18 @@ 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.
+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 -I automake
+aclocal
 autoconf
 %configure \
        --enable-shared \
This page took 0.134567 seconds and 4 git commands to generate.