[pcmanfm/f18] 1.0 release

Mamoru Tasaka mtasaka at fedoraproject.org
Tue Aug 14 16:01:05 UTC 2012


commit 1c8dcb17d1d505897572a1ef2c8e5dff46318b26
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Wed Aug 15 01:00:59 2012 +0900

    1.0 release

 .gitignore   |    1 +
 pcmanfm.spec |   34 +++++++++-------------------------
 sources      |    2 +-
 3 files changed, 11 insertions(+), 26 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4e21cf4..2a770a0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ pcmanfm-0.9.7.tar.gz
 /pcmanfm-0.9.9-D20110803git07ddaf9cde.tar.gz
 /pcmanfm-0.9.9.tar.gz
 /pcmanfm-0.9.10.tar.gz
+/pcmanfm-1.0.tar.gz
diff --git a/pcmanfm.spec b/pcmanfm.spec
index 0647724..ef17ebd 100644
--- a/pcmanfm.spec
+++ b/pcmanfm.spec
@@ -2,7 +2,7 @@
 # git://pcmanfm.git.sourceforge.net/gitroot/pcmanfm/pcmanfm
 
 %global         usegit      0
-%global         mainrel     2
+%global         mainrel     1
 
 %global         githash     07ddaf9cdeedc5f86a03b28b3d686aa82c59b38e
 %global         shorthash   %(TMP=%githash ; echo ${TMP:0:10})
@@ -15,11 +15,11 @@
 %global         fedorarel   %{mainrel}
 %endif
 
-%global	libfm_minver	0.1.15-7
+%global	libfm_minver	1.0
 
 Name:		pcmanfm
-Version:	0.9.10
-Release:	%{fedorarel}%{?dist}.1
+Version:	1.0
+Release:	%{fedorarel}%{?dist}
 Summary:	Extremly fast and lightweight file manager
 
 Group:		User Interface/Desktops
@@ -40,13 +40,6 @@ BuildRequires:	desktop-file-utils
 BuildRequires:	gettext
 BuildRequires:	intltool
 
-BuildRequires:  automake
-BuildRequires:  libtool
-
-# For compatibility
-%if 0%{?fedora} <= 13
-BuildRequires:	lxde-icon-theme
-%endif
 # Still needed for removable media - still now really?
 %if 0%{?fedora} < 16
 Requires:	hal-storage-addon
@@ -87,15 +80,6 @@ desktop-file-install \
 	--vendor 'fedora' \
 	$RPM_BUILD_ROOT%{_datadir}/applications/%{name}*.desktop
 
-# compatibility
-%if 0%{?fedora} <= 13
-mkdir %{buildroot}%{_datadir}/pixmaps
-# No link but copy so that non-LXDE user won't require
-# LXDE stuff
-cp -p %{_datadir}/icons/nuoveXT2/128x128/apps/system-file-manager.png \
-	%{buildroot}%{_datadir}/pixmaps/%{name}.png
-%endif
-
 %find_lang %{name}
 
 %{_prefix}/lib/rpm/check-rpaths
@@ -115,16 +99,16 @@ exit 0
 %doc	README
 
 %{_bindir}/%{name}
+%{_mandir}/man1/%{name}.1*
 
 %{_datadir}/%{name}/
-%{_datadir}/applications/fedora-%{name}.desktop
+%{_datadir}/applications/fedora-%{name}*.desktop
 %config(noreplace) %{_sysconfdir}/xdg/%{name}/
 
-%if 0%{?fedora} <= 13
-%{_datadir}/pixmaps/%{name}.png
-%endif
-
 %changelog
+* Wed Aug 15 2012 Mamoru Tasaka <mtasaka at fedoraproject.org> - 1.0-1
+- 1.0 release
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.10-2.1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 204c682..f2cc92f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d34a3530a6c5dcd674d23021d71c3e95  pcmanfm-0.9.10.tar.gz
+df082fde42c4036b220cd3167ceab98e  pcmanfm-1.0.tar.gz


More information about the scm-commits mailing list