]> git.pld-linux.org Git - packages/elmo.git/commitdiff
- commented out unnecessary lines
authorwitekfl <witekfl@pld-linux.org>
Thu, 9 Jun 2005 16:33:23 +0000 (16:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    elmo.spec -> 1.33

elmo.spec

index 7aab2df7dd497e256c6c48cbe4b1077161e58f3a..245ea338e27cc37132ff734ff2e22831a0917cc0 100644 (file)
--- a/elmo.spec
+++ b/elmo.spec
@@ -19,7 +19,7 @@ BuildRequires:        automake
 BuildRequires: gettext-devel
 BuildRequires: gpgme-devel
 BuildRequires: libstdc++-devel
-BuildRequires: libtool
+#BuildRequires:        libtool
 BuildRequires: ncurses-devel >= 5.0
 %{?with_home_etc:BuildRequires:        home-etc-devel}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -36,12 +36,12 @@ install %{SOURCE1} ./examplerc
 
 %build
 %{__gettextize}
-%{__libtoolize}
+#%{__libtoolize}
 %{__aclocal} -I m4
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%{__automake} m4/Makefile
+#%{__automake} m4/Makefile
 %configure \
        %{?with_home_etc:--with-home-etc}
 
This page took 0.108566 seconds and 4 git commands to generate.