SPECS: libaal.spec - libs should be in /lib instead of /usr/lib. F...
piti
piti at pld-linux.org
Mon Jul 17 07:53:23 CEST 2006
Author: piti Date: Mon Jul 17 05:53:23 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- libs should be in /lib instead of /usr/lib. Fixed.
---- Files affected:
SPECS:
libaal.spec (1.20 -> 1.21)
---- Diffs:
================================================================
Index: SPECS/libaal.spec
diff -u SPECS/libaal.spec:1.20 SPECS/libaal.spec:1.21
--- SPECS/libaal.spec:1.20 Mon Aug 15 10:20:10 2005
+++ SPECS/libaal.spec Mon Jul 17 07:53:16 2006
@@ -60,8 +60,10 @@
%{__autoconf}
%{__automake}
%configure \
+ --libdir=/%{_lib}\
+ --libexecdir=/%{_lib}\
%{!?debug:--disable-debug} \
- %{!?with_static_libs:--disable-static}
+ %{!?with_static_libs:--disable-static}i
%{__make}
%install
@@ -80,19 +82,19 @@
%defattr(644,root,root,755)
# COPYING contains information other than GPL text
%doc AUTHORS BUGS COPYING CREDITS ChangeLog README THANKS TODO
-%attr(755,root,root) %{_libdir}/lib*-*.so.*.*.*
+%attr(755,root,root) /%{_lib}/lib*-*.so.*.*.*
%files devel
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
+%attr(755,root,root) /%{_lib}/lib*.so
+/%{_lib}/lib*.la
%{_includedir}/*
%{_aclocaldir}/*.m4
%if %{with static_libs}
%files static
%defattr(644,root,root,755)
-%{_libdir}/lib*.a
+/%{_lib}/lib*.a
%endif
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -101,6 +103,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.21 2006/07/17 05:53:16 piti
+- libs should be in /lib instead of /usr/lib. Fixed.
+
Revision 1.20 2005/08/15 08:20:10 qboosh
- updated to 1.0.5
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/libaal.spec?r1=1.20&r2=1.21&f=u
More information about the pld-cvs-commit
mailing list