Browse Source

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5584 ec354946-7b23-47d6-9f5a-488ba84defc7

kudoh 13 years ago
parent
commit
5ac0d8e09a
1 changed files with 6 additions and 1 deletions
  1. 6 1
      p/pcmanfm/pcmanfm-vl.spec

+ 6 - 1
p/pcmanfm/pcmanfm-vl.spec

@@ -1,6 +1,6 @@
 Name:          pcmanfm
 Version:       0.9.10
-Release:       1%{?_dist_release}
+Release:       2%{?_dist_release}
 Summary:	Extremly fast and lightweight file manager
 Summary(ja):	とても高速で軽量なファイルマネージャー
 
@@ -8,6 +8,7 @@ Group:          Applications/System
 License:	GPLv2+
 URL:            http://pcmanfm.sourceforge.net
 Source0:        http://osdn.dl.sourceforge.net/sourceforge/pcmanfm/pcmanfm-%{version}.tar.gz
+Patch0:         fix_dso_link.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
@@ -40,6 +41,7 @@ PCMan File Manager はタブブラウズとユーザーフレンドリーな
 
 %prep
 %setup -q -n %{name}-%{version}
+%patch0 -p1
 
 # permission fix
 chmod 0644 [A-Z]*
@@ -88,6 +90,9 @@ update-desktop-database %{_datadir}/applications >/dev/null 2>&1 || :
 %{_datadir}/applications/*.desktop
 
 %changelog
+* Tue Feb 07 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.10-2
+- added patch0 to fix dso linking
+
 * Sun Feb 05 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.10-1
 - new upstream release
 - dropt all patches