Commit 42c4e834f543f499c8dd628568aa3b0d0f378161
1 parent
f28b1b63
Exists in
master
and in
1 other branch
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 | 32 | |
33 | 33 | BuildRequires: autoconf >= 2.61 |
34 | 34 | BuildRequires: automake |
35 | +BuildRequires: libtool | |
35 | 36 | BuildRequires: binutils |
36 | 37 | BuildRequires: coreutils |
37 | 38 | BuildRequires: gcc-c++ |
... | ... | @@ -128,14 +129,14 @@ For more details, see https://github.com/PerryWerneck/libipc3270 . |
128 | 129 | NOCONFIGURE=1 \ |
129 | 130 | ./autogen.sh |
130 | 131 | |
131 | -%configure | |
132 | +%configure --disable-static | |
132 | 133 | |
133 | 134 | %build |
134 | 135 | make all |
135 | 136 | |
136 | 137 | %install |
137 | 138 | %makeinstall |
138 | -%find_lang %{name} langfiles | |
139 | +%find_lang %{name}-%{MAJOR_VERSION}.%{MINOR_VERSION} langfiles | |
139 | 140 | |
140 | 141 | %files -n %{product}-plugin-ipc |
141 | 142 | %defattr(-,root,root) | ... | ... |