[pcmanfm/f15] Add workaround for DSO linkage

Mamoru Tasaka mtasaka at fedoraproject.org
Thu Oct 27 22:57:08 UTC 2011


commit e2b096aef5dab6637da85525af7b7a3128c733db
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Fri Oct 28 07:57:04 2011 +0900

    Add workaround for DSO linkage

 pcmanfm.spec |   30 ++++++++++++++++++++++--------
 1 files changed, 22 insertions(+), 8 deletions(-)
---
diff --git a/pcmanfm.spec b/pcmanfm.spec
index 832f56a..0a7e759 100644
--- a/pcmanfm.spec
+++ b/pcmanfm.spec
@@ -1,13 +1,13 @@
 # Upstream git:
 # git://pcmanfm.git.sourceforge.net/gitroot/pcmanfm/pcmanfm
 
-%global         usegit      1
-%global         mainrel     5
+%global         usegit      0
+%global         mainrel     1
 
-%global         githash     3f899d14eb5c969ad18608af10e63c943b5ec201
+%global         githash     07ddaf9cdeedc5f86a03b28b3d686aa82c59b38e
 %global         shorthash   %(TMP=%githash ; echo ${TMP:0:10})
-%global         gitdate     Fri Apr 22 22:28:57 2011 +0200
-%global         gitdate_num 20110422
+%global         gitdate    	Wed Aug 3 22:28:07 2011 +0200
+%global         gitdate_num 20110803
 
 %if 0%{?usegit} >= 1
 %global         fedorarel   %{mainrel}.D%{gitdate_num}git%{shorthash}
@@ -15,10 +15,10 @@
 %global         fedorarel   %{mainrel}
 %endif
 
-%global	libfm_minver	0.1.15-4
+%global	libfm_minver	0.1.15-7
 
 Name:		pcmanfm
-Version:	0.9.9
+Version:	0.9.10
 Release:	%{fedorarel}%{?dist}
 Summary:	Extremly fast and lightweight file manager
 
@@ -62,12 +62,14 @@ which features tabbed browsing and user-friendly interface.
 %setup -q
 #install -cpm 644 %{SOURCE1} data/
 
-sh autogen.sh
+#sh autogen.sh
 
 # permission fix
 chmod 0644 [A-Z]*
 
 %build
+# src/desktop.c
+export LDFLAGS="-lm"
 %configure
 
 make -C po -j1 GMSGFMT="msgfmt --statistics"
@@ -123,6 +125,18 @@ exit 0
 %endif
 
 %changelog
+* Fri Oct 28 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 0.1.17-1
+- 0.9.10
+
+* Sun Aug 28 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 0.9.9-8
+- 0.9.9 release
+
+* Sun Aug  7 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 0.9.9-7
+- Update to the latest git
+
+* Mon May 30 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 0.9.9-6
+- Update to the latest git on "tab-rework" branch
+
 * Sun Apr 24 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 0.9.9-5
 - Update to the latest git
 


More information about the scm-commits mailing list