[pybliographer] Fix dependencies and spec file cleanup

Zoltan Kota zkota at fedoraproject.org
Fri Oct 14 08:41:59 UTC 2011


commit dac6ca6109d2073c81a786a3d38d991c9f8b8322
Author: Zoltan Kota <zoltank at gmail.com>
Date:   Fri Oct 14 10:41:21 2011 +0200

    Fix dependencies and spec file cleanup

 pybliographer.spec |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/pybliographer.spec b/pybliographer.spec
index a15d031..4620707 100644
--- a/pybliographer.spec
+++ b/pybliographer.spec
@@ -1,7 +1,7 @@
 Summary: Framework for working with bibliographic databases
 Name: pybliographer
 Version: 1.2.15
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+ and CC-BY-SA
 Group: Applications/Publishing
 Source: http://downloads.sourceforge.net/pybliographer/pybliographer-1.2.15.tar.gz
@@ -22,11 +22,10 @@ Requires: pygtk2-libglade
 Requires: gnome-python2-gnome
 Requires: gnome-python2-gconf
 Requires: gnome-python2-gnomevfs
+Requires: gnome-python2-bonobo
 Requires: python-bibtex
 Requires: xorg-x11-fonts-75dpi
 
-Requires(post): scrollkeeper
-Requires(postun): scrollkeeper
 Requires(post): desktop-file-utils
 Requires(postun): desktop-file-utils
 
@@ -62,7 +61,6 @@ desktop-file-install --vendor fedora --delete-original      \
   --add-category X-Fedora                                   \
   $RPM_BUILD_ROOT%{_datadir}/applications/*
 
-%__rm -rf $RPM_BUILD_ROOT%{_localstatedir}/scrollkeeper
 
 
 %{find_lang} %{name}
@@ -72,7 +70,6 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %post
-scrollkeeper-update
 
 # run update-desktop-database if exists
 if [ -x /usr/bin/update-desktop-database ]; then
@@ -81,7 +78,6 @@ fi
 
 
 %postun
-scrollkeeper-update
 
 # run update-desktop-database if exists
 if [ -x /usr/bin/update-desktop-database ]; then
@@ -111,6 +107,10 @@ fi
 
 
 %changelog
+* Fri Oct 14 2011 Zoltan Kota <zoltank at gmail.com> - 1.2.15-2
+- fix gnome-python2 dependencies
+- remove staff related to scrollkeeper, we don't need it anymore
+
 * Fri Oct 07 2011 Zoltan Kota <zoltank at gmail.com> - 1.2.15-1
 - update to 1.2.15
 


More information about the scm-commits mailing list