Commit afce99daac478bcab50075410628386a22dfbc68
1 parent
764f7d11
Exists in
master
and in
5 other branches
Incluindo ajuste nos arquivos pkg-config para que representem a versão correta do pacote "unstable"
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
rpm/pw3270.spec
... | ... | @@ -206,6 +206,9 @@ make all |
206 | 206 | %install |
207 | 207 | %make_install |
208 | 208 | |
209 | +sed -i -e "s@^Version:.*@Version: %{version}@g" ${RPM_BUILD_ROOT}/%{_libdir}/pkgconfig/lib3270.pc | |
210 | +sed -i -e "s@^Version:.*@Version: %{version}@g" ${RPM_BUILD_ROOT}/%{_libdir}/pkgconfig/pw3270.pc | |
211 | + | |
209 | 212 | %find_lang pw3270 langfiles |
210 | 213 | |
211 | 214 | cat > pw3270.desktop << EOF | ... | ... |