rpms/Falcon/devel Falcon-0.8.8-libdir.patch, NONE, 1.1 Falcon.spec, 1.1, 1.2

Michel Alexandre Salim (salimma) fedora-extras-commits at redhat.com
Wed May 21 16:57:31 UTC 2008


Author: salimma

Update of /cvs/pkgs/rpms/Falcon/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9438/devel

Modified Files:
	Falcon.spec 
Added Files:
	Falcon-0.8.8-libdir.patch 
Log Message:
Use correct libdir on 64-bit archs


Falcon-0.8.8-libdir.patch:

--- NEW FILE Falcon-0.8.8-libdir.patch ---
--- Falcon-0.8.8/core/include/falcon/config.h.in.libdir	2008-01-20 12:52:11.000000000 -0500
+++ Falcon-0.8.8/core/include/falcon/config.h.in	2008-05-21 12:24:34.000000000 -0400
@@ -69,9 +69,9 @@
    #define FALCON_DEFAULT_LOAD_PATH    ".;@FINAL_DESTINATION@\\bin"
 #else
    #define FALCON_DEFAULT_BIN          "@FINAL_DESTINATION@/bin"
-   #define FALCON_DEFAULT_LIB          "@FINAL_DESTINATION@/lib"
+   #define FALCON_DEFAULT_LIB          "@FINAL_DESTINATION@/@TARGET_LIB_DIR@"
    #define FALCON_DEFAULT_CONFIG       "/etc"
-   #define FALCON_DEFAULT_LOAD_PATH    ".;@FINAL_DESTINATION@/lib/falcon"
+   #define FALCON_DEFAULT_LOAD_PATH    ".;@FINAL_DESTINATION@/@TARGET_LIB_DIR@/falcon"
 #endif
 
 #endif


Index: Falcon.spec
===================================================================
RCS file: /cvs/pkgs/rpms/Falcon/devel/Falcon.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Falcon.spec	28 Apr 2008 04:32:05 -0000	1.1
+++ Falcon.spec	21 May 2008 16:56:50 -0000	1.2
@@ -2,13 +2,14 @@
 
 Name:            Falcon
 Version:         0.8.8
-Release:         2%{?dist}
+Release:         3%{?dist}
 Summary:         The Falcon Programming Language
 Summary(it):     Il linguaggio di programmazione Falcon
 License:        GPLv2+
 Group:          Development/Languages
 URL:            http://%{host}/
 Source:         http://%{host}/downloads/%{version}/%{name}-%{version}-fc9.tar.gz
+Patch0:         Falcon-0.8.8-libdir.patch
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildRequires:  bison cmake pcre-devel zlib-devel
 
@@ -48,6 +49,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .libdir
 
 
 %build
@@ -100,6 +102,9 @@
 %{_mandir}/man1/faltest*
 
 %changelog
+* Wed May 21 2008 Michel Salim <salimma at fedoraproject.org> - 0.8.8-3
+- Use correct libdir for module path
+
 * Thu Apr 24 2008 Michel Salim <salimma at fedoraproject.org> - 0.8.8-2
 - Updated license
 - Changed source URL to one that includes license grant




More information about the fedora-extras-commits mailing list