Changes of Revision 6
[-] | Changed | libapr-util1.spec |
x 1
2 %define with_sqlite2 0 3 %define with_sqlite3 0 4 %define with_mysql 0 5 +%define with_dbmdb 1 6 %if 0%{?suse_version} > 910 7 # see previous versions of this package for a workaround how to build the mysql driver on SLES9. 8 %define with_mysql 1 9
10 %attr(755,root,root) %{dso_libdir}/apr_dbd_sqlite3* 11 %endif 12 13 +%if %{with_dbmdb} 14 +%files dbd-dbmdb 15 +%defattr(-,root,root,-) 16 +%attr(755,root,root) %{dso_libdir}/apr_dbm_db* 17 +%endif 18 + 19 %files devel 20 %defattr(-,root,root) 21 %if %{?suse_version:1}0 22 |