]> git.pld-linux.org Git - packages/whois.git/commitdiff
- updated to 4.7.27 auto/ti/whois-4_7_27-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 21 Aug 2008 18:25:34 +0000 (18:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated config patch, removed obsolete pl.po-update patch

Changed files:
    whois.spec -> 1.104

whois.spec

index 5e359d38bf65d97166bdd869e2140467d08b4609..49f840f9fce3b76f10fc0a9bd2137b97965dfd89 100644 (file)
@@ -3,16 +3,15 @@ Summary(pl.UTF-8):    Rozszerzony klient WHOIS
 Summary(ru.UTF-8):     Улучшенный клиент WHOIS
 Summary(uk.UTF-8):     Покращений клієнт WHOIS
 Name:          whois
-Version:       4.7.26
+Version:       4.7.27
 Release:       1
 License:       GPL v2
 Group:         Networking/Utilities
 Source0:       http://ftp.debian.org/debian/pool/main/w/whois/%{name}_%{version}.tar.gz
-# Source0-md5: f069304ae912ff4fdec59f33de405076
+# Source0-md5: 0937f34c714e3954894d056b4346d69b
 Patch0:                %{name}-idn.patch
 Patch1:                %{name}-config.patch
 Patch2:                %{name}-srv.patch
-Patch3:                %{name}-pl.po-update.patch
 URL:           http://www.linux.it/~md/software/
 BuildRequires: gettext-devel
 BuildRequires: libidn-devel
@@ -47,15 +46,17 @@ większosci zapytań.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 
 mv -f po/{no,nb}.po
 %{__perl} -pi -e 's/no\.mo/nb.mo/' po/Makefile
 
+# Makefile vs po/Makefile mismatch
+echo 'install-pos: install' >> po/Makefile
+
 %build
 %{__make} \
        CC="%{__cc}" \
-       OPTS="%{rpmcflags}" \
+       CFLAGS="%{rpmcflags}" \
        HAVE_LIBIDN=1
 
 %install
This page took 0.031902 seconds and 4 git commands to generate.