To create your own MySQL RPM package, you can:
-
Download the source RPM from MySQL download site, such as this page.
-
Install the src.rpm file using "rpm -Uhv mysql...src.rpm".
-
Add a line "%community 1" to your $HOME/.rpmmacros file. Without this line, the rpmbuild complains about some missing fields (Name, Version, etc).
-
Go to your topdir of your rpm build, and run "rpmbuild -bb SPEC/mysql...spec". Install any missing dependencies if you have any.
Recent comments
3 weeks 2 days ago
4 weeks 3 days ago
8 weeks 16 hours ago
33 weeks 1 day ago
34 weeks 2 hours ago
44 weeks 6 days ago
46 weeks 2 days ago
1 year 2 weeks ago
1 year 3 weeks ago
1 year 4 weeks ago