]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- some important libraries are only in static version, moved to devel; release 4 mysql-3_23_49-4
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 26 Mar 2002 23:03:14 +0000 (23:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql.spec -> 1.117

mysql.spec

index 8c5f4bf1e27c57d50e7b0364259f3daf5eb535aa..599fa3695a510df535dbf5ab6aacb39b1bd820d7 100644 (file)
@@ -9,7 +9,7 @@ Summary(zh_CN): MySQL
 Name:          mysql
 Group:         Applications/Databases
 Version:       3.23.49
-Release:       3
+Release:       4
 License:       GPL/LGPL
 Source0:       http://prdownloads.sourceforge.net/mysql/%{name}-%{version}.tar.gz
 Source1:       %{name}.init
@@ -435,11 +435,12 @@ fi
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/lib*.la
 %attr(755,root,root) %{_libdir}/lib*.so
+%{_libdir}/lib*[^t].a
 %{_includedir}/mysql
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/lib*t.a
 
 %files bench
 %defattr(644,root,root,755)
This page took 0.146985 seconds and 4 git commands to generate.