|
@@ -7,7 +7,7 @@ Packager: tomop
|
|
|
|
|
|
Name: libmysqlclient
|
|
Name: libmysqlclient
|
|
Summary: libraries and headers of MariaDB.
|
|
Summary: libraries and headers of MariaDB.
|
|
-Version: 10.0.21
|
|
|
|
|
|
+Version: 10.1.9
|
|
Release: 1%{_dist_release}
|
|
Release: 1%{_dist_release}
|
|
|
|
|
|
Group: Applications/Databases
|
|
Group: Applications/Databases
|
|
@@ -125,7 +125,7 @@ rm -rf %{buildroot}
|
|
mv -f %{buildroot}%{_datadir}/doc ./
|
|
mv -f %{buildroot}%{_datadir}/doc ./
|
|
|
|
|
|
rm -rf %{buildroot}%{_sysconfdir}/{init.d,logrotate.d}
|
|
rm -rf %{buildroot}%{_sysconfdir}/{init.d,logrotate.d}
|
|
-rm -rf %{buildroot}%{_sysconfdir}/my.cnf.d/{mysql-clients.cnf,server.cnf}
|
|
|
|
|
|
+rm -rf %{buildroot}%{_sysconfdir}/my.cnf.d/{mysql-clients.cnf,server.cnf,enable_encryption.preset}
|
|
rm -rf %{buildroot}%{_datadir}/{man/man8,mysql}
|
|
rm -rf %{buildroot}%{_datadir}/{man/man8,mysql}
|
|
rm -f %{buildroot}%{_libdir}/*.a
|
|
rm -f %{buildroot}%{_libdir}/*.a
|
|
find %{buildroot}%{_bindir} -type f | grep -v -e mysql_config | xargs rm -f
|
|
find %{buildroot}%{_bindir} -type f | grep -v -e mysql_config | xargs rm -f
|
|
@@ -158,12 +158,16 @@ rm -rf %{buildroot}
|
|
%defattr(-, root, root)
|
|
%defattr(-, root, root)
|
|
%doc %{_mandir}/man1/mysql_config.1*
|
|
%doc %{_mandir}/man1/mysql_config.1*
|
|
%{_bindir}/mysql_config
|
|
%{_bindir}/mysql_config
|
|
|
|
+%{_datadir}/pkgconfig/mariadb.pc
|
|
%{_includedir}/mysql
|
|
%{_includedir}/mysql
|
|
%{_datadir}/aclocal/mysql.m4
|
|
%{_datadir}/aclocal/mysql.m4
|
|
%{_libdir}/*.so
|
|
%{_libdir}/*.so
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Nov 30 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.9-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Fri Aug 7 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.21-1
|
|
* Fri Aug 7 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.21-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|