SPECS: libpcl.spec - fix library path

glen glen at pld-linux.org
Sat Mar 3 14:04:50 CET 2007


Author: glen                         Date: Sat Mar  3 13:04:50 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix library path

---- Files affected:
SPECS:
   libpcl.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/libpcl.spec
diff -u SPECS/libpcl.spec:1.1 SPECS/libpcl.spec:1.2
--- SPECS/libpcl.spec:1.1	Sat Mar  3 14:01:41 2007
+++ SPECS/libpcl.spec	Sat Mar  3 14:04:45 2007
@@ -2,7 +2,7 @@
 Summary:	Portable Coroutine Library (PCL)
 Name:		libpcl
 Version:	1.6
-Release:	0.1
+Release:	1
 License:	GPL
 Group:		Libraries
 Source0:	http://www.xmailserver.org/pcl-%{version}.tar.gz
@@ -55,7 +55,7 @@
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog
-%attr(755,root,root) %{_prefix}/lib64/libpcl.so.*.*.*
+%attr(755,root,root) %{_libdir}/libpcl.so.*.*.*
 
 %files devel
 %defattr(644,root,root,755)
@@ -73,6 +73,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2007/03/03 13:04:45  glen
+- fix library path
+
 Revision 1.1  2007/03/03 13:01:41  glen
 - new
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/libpcl.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list