Commit 0f265d2041316c5db146a717a21ed21620c44c26
1 parent
4e8aa49c
Exists in
master
and in
1 other branch
Fixing linux package
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
rpm/libv3270.spec
... | ... | @@ -140,12 +140,12 @@ rm -rf $RPM_BUILD_ROOT |
140 | 140 | %defattr(-,root,root) |
141 | 141 | |
142 | 142 | %{_libdir}/libv3270.so |
143 | -%{_libdir}/pkgconfig/v3270.pc | |
143 | +%{_libdir}/pkgconfig/*.pc | |
144 | 144 | |
145 | 145 | %{_includedir}/v3270.h |
146 | 146 | %{_includedir}/v3270 |
147 | 147 | |
148 | -%{_libdir}/libv3270.a | |
148 | +%{_libdir}/*.a | |
149 | 149 | |
150 | 150 | %files -n glade-catalog-v3270 |
151 | 151 | %defattr(-,root,root) |
... | ... | @@ -165,4 +165,4 @@ exit 0 |
165 | 165 | /sbin/ldconfig |
166 | 166 | exit 0 |
167 | 167 | |
168 | -%changelog | |
169 | 168 | \ No newline at end of file |
169 | +%changelog | ... | ... |