SPECS: libpri.spec - lib64 hack - rel 2

averne averne at pld-linux.org
Sat Dec 17 13:38:58 CET 2005


Author: averne                       Date: Sat Dec 17 12:38:57 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- lib64 hack
- rel 2

---- Files affected:
SPECS:
   libpri.spec (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: SPECS/libpri.spec
diff -u SPECS/libpri.spec:1.10 SPECS/libpri.spec:1.11
--- SPECS/libpri.spec:1.10	Mon Nov 21 15:23:35 2005
+++ SPECS/libpri.spec	Sat Dec 17 13:38:52 2005
@@ -3,7 +3,7 @@
 Summary(pl):	Biblioteka interfejsu do kanałów PRI ISDN
 Name:		libpri
 Version:	1.2.0
-Release:	1
+Release:	2
 License:	GPL
 Group:		Libraries
 Source0:	ftp://ftp.digium.com/pub/libpri/%{name}-%{version}.tar.gz
@@ -53,12 +53,13 @@
 	CFLAGS="%{rpmcflags}"
 
 %install
+sed -i s,/lib,/%{_lib},g Makefile
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man{1,3},%{_includedir},%{_libdir}}
 
 %{__make} install \
 	INSTALL_PREFIX=$RPM_BUILD_ROOT \
-	LIBDIR=%{_libdir}
+	LIBDIR=%{_lib}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -86,6 +87,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.11  2005/12/17 12:38:52  averne
+- lib64 hack
+- rel 2
+
 Revision 1.10  2005/11/21 14:23:35  pawcioos
 - updated to 1.2.0
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/libpri.spec?r1=1.10&r2=1.11&f=u




More information about the pld-cvs-commit mailing list