From 7341fb060d1711c4b6789061d2f135072682f871 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Sat, 31 Dec 2005 00:12:20 +0000 Subject: 64bit fixes + SPEC file usable in both 32 and 64 bit environments --- VERSION | 2 +- librcd.spec.in | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/VERSION b/VERSION index 1180819..699c6c6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.7 +0.1.8 diff --git a/librcd.spec.in b/librcd.spec.in index 85489ce..d06e599 100644 --- a/librcd.spec.in +++ b/librcd.spec.in @@ -34,7 +34,7 @@ for very small words and phrases. %install %makeinstall prefix=$RPM_BUILD_ROOT%{prefix} -rm -f $RPM_BUILD_ROOT%{prefix}/lib/*.la +rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %clean rm -rf $RPM_BUILD_ROOT @@ -46,12 +46,13 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-, root, root) %doc AUTHORS ChangeLog NEWS README COPYING -%{prefix}/lib/lib*.so.* +%{_libdir}/lib*.so.* + %files devel %defattr(-, root, root) -%{prefix}/include/ -%{prefix}/lib/lib*.so -%{prefix}/lib/*.a +%{_includedir} +%{_libdir}/lib*.so +%{_libdir}/*.a %changelog -- cgit v1.2.3