]> git.pld-linux.org Git - packages/poldek.git/commitdiff
- added static.patch (fix --with static)
authorArtur Frysiak <artur@frysiak.net>
Thu, 6 Mar 2003 19:24:54 +0000 (19:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- remove gettext hack (not needed now)
- release 4

Changed files:
    poldek.spec -> 1.90

poldek.spec

index 80b3f7e37f1a87b23ce5f7ee2d39c4f5d631af7d..977979e9f47aa9ab5320143dea2101ad0a0a4e0d 100644 (file)
@@ -8,11 +8,12 @@ Summary:      RPM packages management helper tool
 Summary(pl):   Pomocnicze narzêdzie do zarz±dzania pakietami RPM
 Name:          poldek
 Version:       0.18.1
-Release:       3
+Release:       4
 License:       GPL v2
 Group:         Applications/System
 Source0:       http://team.pld.org.pl/~mis/poldek/download/%{name}-%{version}.tar.bz2
 Source1:       %{name}.conf
+Patch0:                %{name}-static.patch
 URL:           http://team.pld.org.pl/~mis/poldek/
 Requires:      rpm >= 4.0.2-62
 Requires:      sed
@@ -67,16 +68,10 @@ modu
 
 %prep
 %setup -q
+%patch0        -p1
 
 %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
+autopoint --force
 %{__aclocal} -I m4
 %{__autoconf}
 %{__automake}
This page took 0.231063 seconds and 4 git commands to generate.