]> git.pld-linux.org Git - packages/lttoolbox.git/commitdiff
- updated to 3.3.3 auto/th/lttoolbox-3.3.3-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 3 Sep 2016 06:11:33 +0000 (08:11 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 3 Sep 2016 06:11:33 +0000 (08:11 +0200)
- removed obsolete opt patch

lttoolbox-opt.patch [deleted file]
lttoolbox.spec

diff --git a/lttoolbox-opt.patch b/lttoolbox-opt.patch
deleted file mode 100644 (file)
index 2e06219..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
---- lttoolbox-3.2.0/configure.ac.orig  2010-03-14 16:14:34.000000000 +0100
-+++ lttoolbox-3.2.0/configure.ac       2010-11-27 14:36:48.271100775 +0100
-@@ -51,40 +51,6 @@
- # Checks for programs.
--AC_MSG_CHECKING([Compilation architecture: PPC, i686, x86_64, Other])
--if test x$(which arch) = x
--then ARCH=$($(which uname) -m)
--else ARCH=$($(which arch))
--fi
--
--if test x$ARCH = xppc
--then
--  AC_MSG_RESULT([PowerPC])
--  CFLAGS="-Wall -fomit-frame-pointer $CFLAGS"
--  CXXFLAGS="-Wall -fomit-frame-pointer $CXXFLAGS"
--else
--  if test x$ARCH = xi686
--  then
--    AC_MSG_RESULT([i686])
--    CFLAGS="-Wall -march=i686 -O3 -fomit-frame-pointer -funroll-loops $CFLAGS"
--    CXXFLAGS="-Wall -march=i686 -O3 \
--              -fomit-frame-pointer -funroll-loops $CXXFLAGS"
--  
--  else
--    if test x$ARCH = xx86_64
--    then
--      AC_MSG_RESULT([x86_64])
--      CFLAGS="-Wall -O3 -mtune=nocona -fomit-frame-pointer -funroll-loops $CFLAGS"
--      CXXFLAGS="-Wall -O3 -mtune=nocona \
--              -fomit-frame-pointer -funroll-loops $CXXFLAGS"
--    else
--      AC_MSG_RESULT([Other])
--      CFLAGS="-Wall -O3 $CFLAGS"
--      CXXFLAGS="-Wall -O3 $CXXFLAGS"
--    fi
--  fi
--fi
--
- AC_CANONICAL_HOST
- USE_ANSI=yes
index 0a7eae4c148bfe5d3db70808dc74d6e89f77a9ec..eb4e88a88944918ff155c7a212d46979bf2fe6eb 100644 (file)
@@ -1,13 +1,12 @@
 Summary:       Augmented letter transducer tools for natural language processing
 Summary(pl.UTF-8):     Narzędzia do przetwarzania słów w językach naturalnych
 Name:          lttoolbox
-Version:       3.3.1
+Version:       3.3.3
 Release:       1
 License:       GPL v2+
 Group:         Applications/Text
 Source0:       http://downloads.sourceforge.net/apertium/%{name}-%{version}.tar.gz
-# Source0-md5: d50479b2376a4839b7acac352505623e
-Patch0:                %{name}-opt.patch
+# Source0-md5: 0bfac9f5ae0f8769a75b18c3fdff827f
 URL:           http://wiki.apertium.org/wiki/Lttoolbox
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake
@@ -58,7 +57,6 @@ Statyczna biblioteka lttoolbox.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__libtoolize}
This page took 0.16672 seconds and 4 git commands to generate.