]> git.pld-linux.org Git - packages/shishi.git/commitdiff
- added fix patch - builds now
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 13 Aug 2005 10:50:32 +0000 (10:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    shishi.spec -> 1.36

shishi.spec

index 15ca42b28765e895bc648565bc6a716b1d7c95b4..8173308a8aa709817e5d4727e9405b0508fff29d 100644 (file)
@@ -12,6 +12,7 @@ Source1:      %{name}-shishid.init
 Source2:       %{name}-shishid.sysconfig
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-gnutls.patch
+Patch2:                %{name}-fix.patch
 URL:           http://josefsson.org/shishi/
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake >= 1:1.9
@@ -128,14 +129,10 @@ Modu
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 rm -f po/stamp-po
 
-# we don't have libtool 1.5a
-%{__perl} -pi -e 's/AC_LIBTOOL_TAGS//' configure.ac
-# incompatible with ksh
-rm -f m4/libtool.m4
-
 # doesn't build on sparc (too few B* constants) and wasn't packaged anyway
 %{__perl} -pi -e 's/^(SUBDIRS.*) rsh-redone/$1/' extra/Makefile.am
 
This page took 0.079373 seconds and 4 git commands to generate.