Commit 42c4e834f543f499c8dd628568aa3b0d0f378161

Authored by Perry Werneck
1 parent f28b1b63
Exists in master and in 1 other branch develop

Updating rpm control files.

Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
rpm/libipc3270.spec
@@ -32,6 +32,7 @@ BuildRoot: /var/tmp/%{name}-%{version} @@ -32,6 +32,7 @@ BuildRoot: /var/tmp/%{name}-%{version}
32 32
33 BuildRequires: autoconf >= 2.61 33 BuildRequires: autoconf >= 2.61
34 BuildRequires: automake 34 BuildRequires: automake
  35 +BuildRequires: libtool
35 BuildRequires: binutils 36 BuildRequires: binutils
36 BuildRequires: coreutils 37 BuildRequires: coreutils
37 BuildRequires: gcc-c++ 38 BuildRequires: gcc-c++
@@ -128,14 +129,14 @@ For more details, see https://github.com/PerryWerneck/libipc3270 . @@ -128,14 +129,14 @@ For more details, see https://github.com/PerryWerneck/libipc3270 .
128 NOCONFIGURE=1 \ 129 NOCONFIGURE=1 \
129 ./autogen.sh 130 ./autogen.sh
130 131
131 -%configure 132 +%configure --disable-static
132 133
133 %build 134 %build
134 make all 135 make all
135 136
136 %install 137 %install
137 %makeinstall 138 %makeinstall
138 -%find_lang %{name} langfiles 139 +%find_lang %{name}-%{MAJOR_VERSION}.%{MINOR_VERSION} langfiles
139 140
140 %files -n %{product}-plugin-ipc 141 %files -n %{product}-plugin-ipc
141 %defattr(-,root,root) 142 %defattr(-,root,root)