rpms/Thunar/devel Thunar.spec,1.26,1.27

Christoph Wickert cwickert at fedoraproject.org
Mon Oct 26 17:10:40 UTC 2009


Author: cwickert

Update of /cvs/pkgs/rpms/Thunar/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7564

Modified Files:
	Thunar.spec 
Log Message:
fix exo BuildRequires


Index: Thunar.spec
===================================================================
RCS file: /cvs/pkgs/rpms/Thunar/devel/Thunar.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- Thunar.spec	10 Sep 2009 19:04:06 -0000	1.26
+++ Thunar.spec	26 Oct 2009 17:10:39 -0000	1.27
@@ -1,7 +1,9 @@
+%global evo_version 0.3.100
+
 Summary: Thunar File Manager
 Name: Thunar
 Version: 1.0.1
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv2+
 URL: http://thunar.xfce.org/
 Source0: http://www.xfce.org/archive/xfce-4.6.1/src/Thunar-%{version}.tar.bz2
@@ -14,7 +16,7 @@ BuildRequires: libjpeg-devel
 BuildRequires: libexif-devel
 BuildRequires: libpng-devel >= 2:1.2.2-16
 BuildRequires: desktop-file-utils >= 0.7
-BuildRequires: exo-devel >= 0.3.2
+BuildRequires: exo-devel >= %{exo_version}
 BuildRequires: startup-notification-devel >= 0.4
 BuildRequires: intltool gettext
 BuildRequires: dbus-glib-devel 
@@ -49,7 +51,7 @@ Summary: Development tools for Thunar fi
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
 Requires: pkgconfig
-Requires: exo-devel >= 0.3.2
+Requires: exo-devel >= %{exo_version}
 
 %description devel
 libraries and header files for the Thunar file manager.




More information about the scm-commits mailing list