|
Bugzilla – Full Text Bug Listing |
| Summary: | licq missing kde-gui plugin | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Tomas Konir <moje> |
| Component: | Network | Assignee: | Ladislav Michnovic <lmichnovic> |
| Status: | VERIFIED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | CC: | aj, ast |
| Version: | RC 1 | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | SUSE Other | ||
| Whiteboard: | |||
| Found By: | Development | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
Fixed. ... Of course yes. I made this patch for src.rpm. in 10.0 Fix submitted into 10.0. Thank you all. Ladislav, would you please also submit the patchinfo file? thx I'm working on it. (Creating it first time, so I'm sorry for delay.) ... Go ahead and add all needed patch so that the package builds. Licq with patch and patchinfo submited. released |
In x86-64 licq build for opensuse-10.0-rc1 kde-gui plugin is missing, due to missing KDEDIR settings in specfile. Simple patch is below. ---- --- licq.spec.old 2005-09-06 05:12:30.000000000 +0200 +++ licq.spec 2005-09-29 23:43:10.013928000 +0200 @@ -18,7 +18,7 @@ Group: Productivity/Networking/ICQ Autoreqprov: on Version: 1.3.0 -Release: 11 +Release: 12 Summary: Linux ICQ client Source: %{name}-%{version}.tar.bz2 Patch: %{name}-%{version}-config-fix.diff @@ -107,7 +107,7 @@ automake perl am_edit {src/,share/,po/}Makefile.in autoconf -QTDIR=/usr/lib/qt3 QTLIB=/usr/lib/qt3/%_lib \ +QTDIR=/usr/lib/qt3 QTLIB=/usr/lib/qt3/%_lib KDEDIR=/opt/kde3/%_lib \ ./configure \ --with-kde \ --prefix=%{_prefix} \