[librfm] Update to 5.2.1

Antonio Trande sagitter at fedoraproject.org
Sat Jan 11 17:23:23 UTC 2014


commit 7571f0224ba06ca0e52e00a8a56b23597219ba85
Author: sagitter <anto.trande at gmail.com>
Date:   Sat Jan 11 18:23:21 2014 +0100

    Update to 5.2.1

 .gitignore  |    1 +
 librfm.spec |   20 ++++++++++----------
 sources     |    2 +-
 3 files changed, 12 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 90ce7cb..aee21bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /librfm5-5.1.5.tar.bz2
 /librfm5-5.2.0.tar.bz2
+/librfm5-5.2.1.tar.bz2
diff --git a/librfm.spec b/librfm.spec
index 430cce7..3179392 100644
--- a/librfm.spec
+++ b/librfm.spec
@@ -1,10 +1,11 @@
 Name:  librfm
 Summary: Rodent file manager basic library functionality
-Version: 5.2.0
-Release: 2%{?dist}
+Version: 5.2.1
+Release: 1%{?dist}
+Group:   System Environment/Libraries
 License: GPLv3+
 URL:   http://xffm.foo-projects.org/
-Source0: http://sourceforge.net/projects/xffm/files/%{name}/rpm/%{name}5-%{version}.tar.bz2
+Source0: http://sourceforge.net/projects/xffm/files/librfm/librfm5-%{version}.tar.bz2
 
 BuildRequires:  gtk2-devel
 BuildRequires:  libxml2-devel
@@ -60,9 +61,6 @@ if [ $1 -eq 0 ] ; then
     gtk-update-icon-cache %{_datadir}/icons/rfm &>/dev/null || :
 fi
 
-%post -n %{name}-devel -p /sbin/ldconfig
-%postun -n %{name}-devel -p /sbin/ldconfig
-
 %posttrans
 gtk-update-icon-cache %{_datadir}/icons/rfm &>/dev/null || :
 
@@ -83,12 +81,14 @@ gtk-update-icon-cache %{_datadir}/icons/rfm &>/dev/null || :
 %{_includedir}/rfm/
 %{_libdir}/librfm.so
 %{_libdir}/librodent.so
-%{_libdir}/librfm.so.1
-%{_libdir}/librodent.so.1
-%{_libdir}/librfm.so.1.0.1
-%{_libdir}/librodent.so.1.0.1
 
 %changelog
+* Sat Jan 11 2014 Antonio Trande <sagitterATfedoraproject.org> 5.2.1-1
+- Update to 5.2.1
+- Removed runtime libs from -devel package
+- Removed %%post/%%postun calls for -devel package
+- Added Group tag to the base package
+
 * Tue Jan 07 2014 Antonio Trande <sagitterATfedoraproject.org> 5.2.0-2
 - DBH minimum release changed 
 
diff --git a/sources b/sources
index 198eb32..2b73527 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ea10ef8920acdb4bf246302c8a6b9977  librfm5-5.2.0.tar.bz2
+a217ada331ab565929e049838daa19c5  librfm5-5.2.1.tar.bz2


More information about the scm-commits mailing list