[rodent] Update to 5.2.4

Antonio Trande sagitter at fedoraproject.org
Wed Feb 19 20:50:46 UTC 2014


commit 7ec72b0e89b2492eb6bc683bb620cceb18c6d004
Author: sagitter <anto.trande at gmail.com>
Date:   Wed Feb 19 21:51:25 2014 +0100

    Update to 5.2.4

 .gitignore  |    1 +
 rodent.spec |   39 +++++++++++++--------------------------
 sources     |    2 +-
 3 files changed, 15 insertions(+), 27 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9e4821f..e4ac14a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /rodent-5.2.0.tar.bz2
 /rodent-5.2.1.tar.bz2
 /xffm-rodent-d1d6a2ab7262a8536e5556de68692061bec3c8ff.zip
+/rodent-5.2.4.tar.bz2
diff --git a/rodent.spec b/rodent.spec
index 7e00fb0..8663737 100644
--- a/rodent.spec
+++ b/rodent.spec
@@ -1,4 +1,4 @@
-%global   checkout d1d6a2ab7262a8536e5556de68692061bec3c8ff
+#%%global   checkout
 
 %global   with_rodentfgr     1
 %global   with_rodentdiff    1
@@ -7,11 +7,11 @@
 
 Name:  rodent
 Summary: Advanced user file manager for Linux/BSD systems
-Version: 5.2.3
-Release: 1.20140207git%(echo %{checkout} | cut -c -6)%{?dist}
+Version: 5.2.4
+Release: 1%{?dist}
 License: GPLv3+
 URL: http://xffm.foo-projects.org/
-Source0: http://sourceforge.net/code-snapshots/git/x/xf/xffm/rodent.git/xffm-rodent-d1d6a2ab7262a8536e5556de68692061bec3c8ff.zip
+Source0: http://sourceforge.net/projects/xffm/files/rodent/rodent-%{version}.tar.bz2
 
 BuildRequires: gtk2-devel
 BuildRequires: libxml2-devel
@@ -23,12 +23,9 @@ BuildRequires: librsvg2-devel
 BuildRequires: libzip-devel
 BuildRequires: dbh-devel >= 5.0.13
 BuildRequires: tubo-devel >= 5.0.12
-BuildRequires: librfm-devel >= 5.2.3
+BuildRequires: librfm-devel >= 5.2.5
 BuildRequires: desktop-file-utils, chrpath, procps-ng
 
-##Needed by autogen.sh
-BuildRequires:  libtool, autoconf, automake
-
 %description
 Rodent is fast, small and powerful parallel file manager. All operations are
 done in threads, and command are inherited from the GNU or BSD operating
@@ -71,10 +68,9 @@ systems to reduce the possibility of bugs to a minimum.
 %endif #%%if with_rodenticonmgr
 
 %prep
-%setup -q -n xffm-%{name}-%{checkout}
+%setup -q -n %{name}-%{version}
 
 %build
-./autogen.sh
 %configure --enable-static=no --enable-shared=yes \
  --disable-silent-rules --enable-ftp --enable-bluetooth
 make %{?_smp_mflags} CFLAGS="%{optflags}" 
@@ -168,24 +164,12 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
 %{_datadir}/pixmaps/rodent-workgroup.svg
 %{_datadir}/pixmaps/rodent-fuse.svg
 %{_mandir}/man1/%{name}.1* 
+%{_mandir}/man1/%{name}-fm.1*
 %{_mandir}/man1/fgr.1* 
-%{_mandir}/man1/%{name}-anim.1* 
-%{_mandir}/man1/%{name}-forked.1* 
+%{_mandir}/man1/%{name}-plug.1*
+%{_mandir}/man1/%{name}-anim.1*  
 %{_mandir}/man1/%{name}-desk.1* 
-%{_mandir}/man1/%{name}-getpass.1* 
-%{_mandir}/man1/%{name}-fstab.1*
-%{_mandir}/man1/%{name}-ps.1* 
-%{_mandir}/man1/%{name}-dotdesktop.1* 
-%{_mandir}/man1/%{name}-fuse.1* 
-%{_mandir}/man1/%{name}-sshfs.1* 
-%{_mandir}/man1/%{name}-ecryptfs.1* 
-%{_mandir}/man1/%{name}-obex.1* 
-%{_mandir}/man1/%{name}-nfs.1* 
-%{_mandir}/man1/%{name}-cifs.1* 
-%{_mandir}/man1/%{name}-ftp.1* 
-%{_mandir}/man1/%{name}-smb.1* 
-%{_mandir}/man1/%{name}-workgroup.1* 
-%{_mandir}/man1/%{name}-shares.1*
+%{_mandir}/man1/%{name}-getpass.1*
 %{_mandir}/man1/%{name}-root.1*
 
 %if 0%{?with_rodentfgr}
@@ -219,6 +203,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
 %endif #%if with_rodenticonmgr
 
 %changelog
+* Wed Feb 19 2014 Antonio Trande <sagitterATfedoraproject.org> 5.2.4-1
+- Update to a 5.2.4
+
 * Sun Feb 09 2014 Antonio Trande <sagitterATfedoraproject.org> 5.2.3-1.20140207gitd1d6a2
 - Update to a 5.2.3 post-release (d1d6a2) from git
 - librfm minimum version request changed to 5.2.3
diff --git a/sources b/sources
index 71bf304..90f0b2c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-73a60763bbaa7e6dcec33f9e1c9550dd  xffm-rodent-d1d6a2ab7262a8536e5556de68692061bec3c8ff.zip
+fc4551fc0622b3e9eb484c6497a9fd2f  rodent-5.2.4.tar.bz2


More information about the scm-commits mailing list