rpms/thunar-vcs-plugin/F-10 thunar-vcs-plugin.spec,1.6,1.7

Christoph Wickert cwickert at fedoraproject.org
Mon Nov 9 23:52:55 UTC 2009


Author: cwickert

Update of /cvs/pkgs/rpms/thunar-vcs-plugin/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2068/F-10

Modified Files:
	thunar-vcs-plugin.spec 
Log Message:
make thunar dep conditional


Index: thunar-vcs-plugin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/thunar-vcs-plugin/F-10/thunar-vcs-plugin.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- thunar-vcs-plugin.spec	9 Nov 2009 23:46:48 -0000	1.6
+++ thunar-vcs-plugin.spec	9 Nov 2009 23:52:55 -0000	1.7
@@ -20,7 +20,11 @@ BuildRequires:  uuid-devel
 BuildRequires:  libuuid-devel
 %endif
 BuildRequires:  gettext, intltool
+%if 0%{?fedora} == 10
+Requires:       Thunar >= 0.9.0
+%else
 Requires:       Thunar >= 1.0.0
+%endif
 Requires:       subversion
 # Obsolete thunar-svn-plugin for smooth upgrades
 Provides:       thunar-svn-plugin = %{version}-%{release}




More information about the scm-commits mailing list