packages: LADR/LADR.spec - rel 1 - use proper libdir in libtool lib

baggins baggins at pld-linux.org
Wed May 6 17:04:20 CEST 2009


Author: baggins                      Date: Wed May  6 15:04:20 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 1
- use proper libdir in libtool lib

---- Files affected:
packages/LADR:
   LADR.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: packages/LADR/LADR.spec
diff -u packages/LADR/LADR.spec:1.2 packages/LADR/LADR.spec:1.3
--- packages/LADR/LADR.spec:1.2	Wed May  6 16:59:19 2009
+++ packages/LADR/LADR.spec	Wed May  6 17:04:14 2009
@@ -7,7 +7,7 @@
 Summary:	Library for Automated Deduction Research
 Name:		LADR
 Version:	%(echo %{LADRver} | tr '-' .)
-Release:	0.1
+Release:	1
 License:	GPL v2
 Group:		Libraries
 Source0:	http://www.cs.unm.edu/~mccune/mace4/download/%{name}-%{LADRver}.tar.gz
@@ -82,7 +82,8 @@
 
 %prep
 %setup -q -n %{name}-%{LADRver}
-install %{SOURCE1} Llibtoolize
+sed 's|/usr/lib|%{_libdir}|g' %{SOURCE1} > Llibtoolize
+chmod 755 Llibtoolize
 ./Llibtoolize --patch .
 
 %build
@@ -176,6 +177,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2009/05/06 15:04:14  baggins
+- rel 1
+- use proper libdir in libtool lib
+
 Revision 1.2  2009/05/06 14:59:19  baggins
 - builds
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/LADR/LADR.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list