rpms/libpri/devel libpri.spec,1.2,1.3

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Sun Oct 15 04:33:13 UTC 2006


Author: jcollie

Update of /cvs/extras/rpms/libpri/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31076

Modified Files:
	libpri.spec 
Log Message:
Fix lib paths for 64 bit systems.


Index: libpri.spec
===================================================================
RCS file: /cvs/extras/rpms/libpri/devel/libpri.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libpri.spec	15 Oct 2006 03:57:10 -0000	1.2
+++ libpri.spec	15 Oct 2006 04:33:12 -0000	1.3
@@ -1,7 +1,7 @@
 Summary: An implementation of Primary Rate ISDN
 Name: libpri
 Version: 1.4.0
-Release: 1%{?dist}.beta1
+Release: 2%{?dist}.beta1
 License: GPL
 Group: System Environment/Libraries
 URL: http://www.asterisk.org/
@@ -29,6 +29,7 @@
 %prep
 %setup0 -q -n %{name}-%{version}-beta1
 %patch0 -p0
+%{__perl} -pi -e 's|\$\(INSTALL_BASE\)/lib|%{_libdir}|g' Makefile
 
 %build
 make %{?_smp_mflags}
@@ -56,6 +57,9 @@
 %{_libdir}/libpri.so
 
 %changelog
+* Sat Oct 14 2006 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.4.0-2.beta1
+- Fix lib paths for 64 bit systems.
+
 * Sat Oct 14 2006 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.4.0-1.beta1
 - Get rid of pesky "." in -devel summary.
 - Remove zaptel-devel BR




More information about the fedora-extras-commits mailing list