| Bug #42179 | rpm.spec for fedora 10 (x86_64) | ||
|---|---|---|---|
| Submitted: | 17 Jan 2009 8:49 | Modified: | 29 Jan 2009 15:35 |
| Reporter: | Alexey Pasynkov | Email Updates: | |
| Status: | Closed | Impact on me: | |
| Category: | MySQL Workbench | Severity: | S3 (Non-critical) |
| Version: | 5.1.5 | OS: | Linux (Fedora10) |
| Assigned to: | Alfredo Kojima | CPU Architecture: | Any |
| Tags: | Contribution, spec f10 x86_64 | ||
[26 Jan 2009 15:29]
Susanne Ebrecht
Many thanks for writing a bug report. I will set this to verified so that our development is able to check the build tree again.
[29 Jan 2009 15:35]
Alfredo Kojima
Thank you for the report and fix, this spec file has been updated.

Description: When rebuild mysql-workbench-5.1.5-1fc9.src.rpm under fedora10 x86_64 write: File not found: /home/yun/rpmbuild/BUILDROOT/mysql-workbench-5.1.5-1f10.x86_64/usr/lib64/mysql-workbench File not found: /home/yun/rpmbuild/BUILDROOT/mysql-workbench-5.1.5-1f10.x86_64/usr/lib64/mysql-workbench/* How to repeat: rpmbuild --define='version 5.1.5' -ba mysql-workbench.spec.in Suggested fix: need replace in spec file: >%build > >sh autogen.sh --prefix=/usr >make %{?_smp_mflags} > >%install >make DESTDIR=%{buildroot} install -i to: >%build > >NOCONFIGURE=yes ./autogen.sh >%configure >%make > >%install >%makeinstall