]> git.pld-linux.org Git - packages/poldek.git/commitdiff
- from DEVEL
authorMariusz Mazur <mmazur@pld-linux.org>
Sun, 20 Oct 2002 18:23:03 +0000 (18:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    poldek.spec -> 1.70

poldek.spec

index 331b2d7f468723b2ad1d76200cff6cf0ba898327..ea965af4b041d038435c09ea7c6d9c75bb111a5d 100644 (file)
@@ -5,35 +5,31 @@
 Summary:       RPM packages management helper tool
 Summary(pl):   Pomocnicze narzêdzie do zarz±dzania pakietami RPM
 Name:          poldek
-Version:       0.17.9
-Release:       1
+Version:       0.17.9rpm4
+Release:       2
 License:       GPL v2
 Group:         Applications/System
 Source0:       http://team.pld.org.pl/~mis/poldek/download/%{name}-%{version}.tar.gz
 Source1:       %{name}.conf
 URL:           http://team.pld.org.pl/~mis/poldek/
-Requires:      rpm >= 4.0.2-62
+Requires:      rpm >= 4.1
 Requires:      sed
-#%{!?_with_static:Requires:    trurlib >= 0.43.6}
 BuildRequires: bzip2-devel
 %{?_with_curl:BuildRequires:   curl-devel >= 7.8}
-BuildRequires: db3-devel >= 3.1.14-2
+BuildRequires: db-devel
 BuildRequires: openssl-devel
 BuildRequires: pcre-devel
 BuildRequires: popt-devel
 BuildRequires: readline-devel
-BuildRequires: rpm-devel >= 4.0.2
-#BuildRequires:        trurlib-devel >= 0.43.6
+BuildRequires: rpm-devel >= 4.1
 BuildRequires: zlib-devel
 BuildRequires: /usr/bin/pod2man
 %{?_with_static:BuildRequires: bzip2-static}
 %{?_with_curl:%{?_with_static:BuildRequires:   curl-static}}
-%{?_with_static:BuildRequires: db1-static}
 %{?_with_static:BuildRequires: openssl-static}
 %{?_with_static:BuildRequires: pcre-static}
 %{?_with_static:BuildRequires: popt-static}
 %{?_with_static:BuildRequires: rpm-static}
-#%{?_with_static:BuildRequires:        trurlib-static}
 %{?_with_static:BuildRequires: zlib-static}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -69,6 +65,17 @@ modu
 %setup -q
 
 %build
+if ! grep -q AM_GNU_GETTEXT_VERSION configure.in ; then
+       cp configure.in configure.in.orig
+       sed -e 's/AM_GNU_GETTEXT\(.*\)/AM_GNU_GETTEXT\1\
+AM_GNU_GETTEXT_VERSION(0.10.40)/' \
+               -e 's=po/Makefile.in=po/Makefile.in intl/Makefile=' \
+               configure.in.orig >configure.in
+       autopoint --force
+fi
+%{__aclocal} -I m4
+%{__autoconf}
+%{__automake}
 %configure \
        %{?_with_static:--enable-static} \
        %{?_without_imode:--disable-imode} \
This page took 0.030835 seconds and 4 git commands to generate.