When building last update on 64bit machine, I realized the _libdir
change breaks the rpm build there. This fixes up the issue by ensuring
the libdir %install target is same as %files target.
Signed-off-by: Chris Wright <redacted>
---
cogito.spec.in | 5 ++++-
1 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/cogito.spec.in b/cogito.spec.in
--- a/cogito.spec.in
+++ b/cogito.spec.in
@@ -25,7 +25,7 @@ make
%install
rm -rf $RPM_BUILD_ROOT
-make DESTDIR=$RPM_BUILD_ROOT prefix=%{_prefix} install
+make DESTDIR=$RPM_BUILD_ROOT prefix=%{_prefix} libdir=%{_libdir}/cogito install
%clean
rm -rf $RPM_BUILD_ROOT@@ -38,6 +38,9 @@ rm -rf $RPM_BUILD_ROOT
%doc README COPYING Documentation/*
%changelog
+* Fri Sep 16 2005 Chris Wright <chrisw@osdl.org> 0.14.1-2
+- fix _libdir breakage on 64-bit, the irony...
+
* Thu Sep 15 2005 Chris Wright <chrisw@osdl.org> 0.14.1-1
- Update to 0.14.1