[pcmanfm] - Update to 0.9.8

Mamoru Tasaka mtasaka at fedoraproject.org
Tue Oct 12 21:55:11 UTC 2010


commit fd4f944e98e5a41b3a17cc9d069766bc095f96c8
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Wed Oct 13 06:55:20 2010 +0900

    - Update to 0.9.8

 .gitignore   |    1 +
 pcmanfm.conf |   24 ++++++++++++++++++++++++
 pcmanfm.spec |   19 +++++++++++++++----
 sources      |    2 +-
 4 files changed, 41 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c094070..2a0cb21 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 pcmanfm-0.9.7.tar.gz
+/pcmanfm-0.9.8.tar.gz
diff --git a/pcmanfm.conf b/pcmanfm.conf
new file mode 100644
index 0000000..ad9bdf1
--- /dev/null
+++ b/pcmanfm.conf
@@ -0,0 +1,24 @@
+[config]
+bm_open_method=0
+su_cmd=gksu %s
+
+[volume]
+mount_on_startup=1
+mount_removable=1
+autorun=1
+
+[desktop]
+wallpaper_mode=0
+desktop_bg=#000000
+desktop_fg=#ffffff
+desktop_shadow=#000000
+show_wm_menu=0
+
+[ui]
+win_width=640
+win_height=480
+splitter_pos=150
+view_mode=0
+show_hidden=0
+sort_type=0
+sort_by=2
diff --git a/pcmanfm.spec b/pcmanfm.spec
index c007339..34963ce 100644
--- a/pcmanfm.spec
+++ b/pcmanfm.spec
@@ -1,17 +1,21 @@
 # Upstream git:
 # git://pcmanfm.git.sourceforge.net/gitroot/pcmanfm/pcmanfm
 
+%global	libfm_minver	0.1.14
+
 Name:		pcmanfm
-Version:	0.9.7
-Release:	1%{?dist}
+Version:	0.9.8
+Release:	0.1%{?dist}
 Summary:	Extremly fast and lightweight file manager
 
 Group:		User Interface/Desktops
 License:	GPLv2+
 URL:		http://pcmanfm.sourceforge.net/
-Source0:	http://downloads.sourceforge.net/pcmanfm/%{name}/%{name}-%{version}.tar.gz
+Source0:	http://downloads.sourceforge.net/pcmanfm/%{name}-%{version}.tar.gz
+# Missing in the tarball, taken from git tree
+Source1:	pcmanfm.conf
 
-BuildRequires:	libfm-gtk-devel
+BuildRequires:	libfm-gtk-devel >= %{libfm_minver}
 BuildRequires:	menu-cache-devel
 
 BuildRequires:	desktop-file-utils
@@ -26,6 +30,8 @@ BuildRequires:	lxde-icon-theme
 %if 0%{?fedora} > 12
 Requires:	hal-storage-addon
 %endif
+# Write explicitly
+Requires:	libfm >= %{Libfm_minver}
 
 %description
 PCMan File Manager is an extremly fast and lightweight file manager 
@@ -33,6 +39,7 @@ which features tabbed browsing and user-friendly interface.
 
 %prep
 %setup -q
+install -cpm 644 %{SOURCE1} data/
 
 # permission fix
 chmod 0644 [A-Z]*
@@ -90,12 +97,16 @@ exit 0
 
 %{_datadir}/%{name}/
 %{_datadir}/applications/fedora-%{name}.desktop
+%config(noreplace) %{_sysconfdir}/xdg/%{name}/
 
 %if 0%{?fedora} <= 13
 %{_datadir}/pixmaps/%{name}.png
 %endif
 
 %changelog
+* Wed Oct 13 2010 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.9.8-1
+- Update to 0.9.8
+
 * Sat May 29 2010 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.9.7-1
 - Update to 0.9.7
 
diff --git a/sources b/sources
index 9b637d5..ec3fcda 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f433a61484da10ed3382c1799169abd6  pcmanfm-0.9.7.tar.gz
+ba0d76cdc20e43a19410882dc2659a73  pcmanfm-0.9.8.tar.gz


More information about the scm-commits mailing list