[pcmanfm/f15] Revert "Add workaround for DSO linkage"

Mamoru Tasaka mtasaka at fedoraproject.org
Thu Oct 27 23:06:28 UTC 2011


commit 933222386942d986e5770ee049628da3eedefe95
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Fri Oct 28 08:06:11 2011 +0900

    Revert "Add workaround for DSO linkage"
    
    This reverts commit e2b096aef5dab6637da85525af7b7a3128c733db.

 pcmanfm.spec |   30 ++++++++----------------------
 1 files changed, 8 insertions(+), 22 deletions(-)
---
diff --git a/pcmanfm.spec b/pcmanfm.spec
index 0a7e759..832f56a 100644
--- a/pcmanfm.spec
+++ b/pcmanfm.spec
@@ -1,13 +1,13 @@
 # Upstream git:
 # git://pcmanfm.git.sourceforge.net/gitroot/pcmanfm/pcmanfm
 
-%global         usegit      0
-%global         mainrel     1
+%global         usegit      1
+%global         mainrel     5
 
-%global         githash     07ddaf9cdeedc5f86a03b28b3d686aa82c59b38e
+%global         githash     3f899d14eb5c969ad18608af10e63c943b5ec201
 %global         shorthash   %(TMP=%githash ; echo ${TMP:0:10})
-%global         gitdate    	Wed Aug 3 22:28:07 2011 +0200
-%global         gitdate_num 20110803
+%global         gitdate     Fri Apr 22 22:28:57 2011 +0200
+%global         gitdate_num 20110422
 
 %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-7
+%global	libfm_minver	0.1.15-4
 
 Name:		pcmanfm
-Version:	0.9.10
+Version:	0.9.9
 Release:	%{fedorarel}%{?dist}
 Summary:	Extremly fast and lightweight file manager
 
@@ -62,14 +62,12 @@ 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"
@@ -125,18 +123,6 @@ 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