Browse Source

libmysqlclient-10.1.9-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9840 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 8 years ago
parent
commit
0adb0f6717
1 changed files with 6 additions and 2 deletions
  1. 6 2
      lib/libm/libmysqlclient/libmysqlclient-vl.spec

+ 6 - 2
lib/libm/libmysqlclient/libmysqlclient-vl.spec

@@ -7,7 +7,7 @@ Packager: tomop
 
 Name:		libmysqlclient
 Summary:	libraries and headers of MariaDB.
-Version:	10.0.21
+Version:	10.1.9
 Release:	1%{_dist_release}
 
 Group:		Applications/Databases
@@ -125,7 +125,7 @@ rm -rf %{buildroot}
 mv -f  %{buildroot}%{_datadir}/doc ./
 
 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 -f %{buildroot}%{_libdir}/*.a
 find %{buildroot}%{_bindir} -type f | grep -v -e mysql_config | xargs rm -f
@@ -158,12 +158,16 @@ rm -rf %{buildroot}
 %defattr(-, root, root)
 %doc %{_mandir}/man1/mysql_config.1*
 %{_bindir}/mysql_config
+%{_datadir}/pkgconfig/mariadb.pc
 %{_includedir}/mysql
 %{_datadir}/aclocal/mysql.m4
 %{_libdir}/*.so
 
 
 %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
 - new upstream release.