File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 196
196
197
197
# Add compat dir and remove unwanted file
198
198
ln -s mysql-cppconn-8 %{buildroot}%{_includedir}/mysql-cppconn
199
- rm %{buildroot}/usr/BUILDINFO.txt
199
+ rm %{buildroot}/usr/{INFO_SRC,INFO_BIN}
200
200
201
201
%post -p /sbin/ldconfig
202
202
%postun -p /sbin/ldconfig
@@ -213,7 +213,7 @@ rm %{buildroot}/usr/BUILDINFO.txt
213
213
%{_libdir}/libmysqlcppconn.so.7*
214
214
215
215
%files devel
216
- %doc README.txt LICENSE.txt build-dynamic/BUILDINFO.txt
216
+ %doc README.txt LICENSE.txt INFO_SRC INFO_BIN
217
217
%{_libdir}/libmysqlcppconn.so
218
218
%{_libdir}/libmysqlcppconn-static.a
219
219
%{_libdir}/libmysqlcppconn8.so
@@ -235,6 +235,9 @@ rm %{buildroot}/usr/BUILDINFO.txt
235
235
%endif
236
236
237
237
%changelog
238
+ * Tue Nov 27 2018 Balasubramanian Kandasamy <
[email protected] > - 8.0.14-1
239
+ - Added INFO_BIN and INFO_SRC files
240
+
238
241
* Fri Aug 24 2018 Kent Boortz <
[email protected] > - 8.0.13-1
239
242
- Added "test" package
240
243
You can’t perform that action at this time.
0 commit comments