SPECS: reiser4progs.spec - Libs moved to /lib instead of /urs/lib....

piti piti at pld-linux.org
Mon Jul 17 07:52:06 CEST 2006


Author: piti                         Date: Mon Jul 17 05:52:06 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- Libs moved to /lib instead of /urs/lib. Adaptarized.

---- Files affected:
SPECS:
   reiser4progs.spec (1.23 -> 1.24) 

---- Diffs:

================================================================
Index: SPECS/reiser4progs.spec
diff -u SPECS/reiser4progs.spec:1.23 SPECS/reiser4progs.spec:1.24
--- SPECS/reiser4progs.spec:1.23	Thu May 25 14:59:48 2006
+++ SPECS/reiser4progs.spec	Mon Jul 17 07:52:00 2006
@@ -2,8 +2,8 @@
 Summary:	Utilities belonging to the Reiser4 filesystem
 Summary(pl):	Narzędzia dla systemu plików Reiser4
 Summary(pt_BR):	Este pacote contém os utilitários para manipulaçăo do sistema de arquivos Reiser4
-Summary(uk):	őÔÉĚŚÔÉ ÄĚŃ ŇĎÂĎÔŮ Ú ĆÁĘĚĎ×ĎŔ ÓÉÓÔĹÍĎŔ Reiser4
 Summary(ru):	őÔÉĚÉÔŮ ÄĚŃ ŇÁÂĎÔŮ Ó ĆÁĘĚĎ×ĎĘ ÓÉÓÔĹÍĎĘ Reiser4
+Summary(uk):	őÔÉĚŚÔÉ ÄĚŃ ŇĎÂĎÔŮ Ú ĆÁĘĚĎ×ĎŔ ÓÉÓÔĹÍĎŔ Reiser4
 Name:		reiser4progs
 Version:	1.0.5
 Release:	3
@@ -98,6 +98,8 @@
 %{__autoconf}
 %{__automake}
 %configure \
+	--libdir=/%{_lib} \
+	--libexecdir=/%{_lib} \
 	%{!?debug:--disable-debug}
 %{__make}
 
@@ -110,27 +112,27 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post	-p /sbin/ldconfig
-%postun	-p /sbin/ldconfig
+%post -p %{_sbindir}/ldconfig
+%postun -p %{_sbindir}/ldconfig
 
 %files
 %defattr(644,root,root,755)
 # COPYING contains information other than GPL text
 %doc AUTHORS BUGS COPYING CREDITS ChangeLog NEWS README THANKS TODO
 %attr(755,root,root) %{_sbindir}/*
-%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%attr(755,root,root) /%{_lib}/lib*.so.*.*.*
 %{_mandir}/man*/*
 
 %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
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+/%{_lib}/lib*.a
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -138,6 +140,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.24  2006/07/17 05:52:00  piti
+- Libs moved to /lib instead of /urs/lib. Adaptarized.
+
 Revision 1.23  2006/05/25 12:59:48  pluto
 - R: libaal-static for libreiser4-minimal.a, release 3.
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/reiser4progs.spec?r1=1.23&r2=1.24&f=u



More information about the pld-cvs-commit mailing list