[Xfce4-commits] <exo:master> Fix some lines in the spec files.

Nick Schermer nick at xfce.org
Thu Aug 27 20:00:04 CEST 2009


Updating branch refs/heads/master
         to 6764461a5357e2901430ebe4e01c2f43acb3fe16 (commit)
       from 4211025e87e19c673c89a74c54291407ef00d261 (commit)

commit 6764461a5357e2901430ebe4e01c2f43acb3fe16
Author: Nick Schermer <nick at xfce.org>
Date:   Thu Aug 27 19:59:54 2009 +0200

    Fix some lines in the spec files.

 exo.spec.in |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/exo.spec.in b/exo.spec.in
index 274e7ff..3d23466 100644
--- a/exo.spec.in
+++ b/exo.spec.in
@@ -1,5 +1,5 @@
 Summary:		Application library for the Xfce desktop environment
-Name:			@PACKAGE_TARNAME@@LIBEXO_VERSION_API@
+Name:			@PACKAGE_TARNAME@
 Version:		@PACKAGE_VERSION@
 Release:		1
 License:		LGPL
@@ -11,7 +11,6 @@ Requires:		gtk2 >= @GTK_REQUIRED_VERSION@
 Requires:		libxfce4util >= @LIBXFCE4UTIL_REQUIRED_VERSION@
 BuildRequires:		gtk2-devel >= @GTK_REQUIRED_VERSION@
 BuildRequires:		libxfce4util-devel >= @LIBXFCE4UTIL_REQUIRED_VERSION@
-BuildRequires:		xfce-mcs-manager >= @XFCE_MCS_MANAGER_REQUIRED_VERSION@
 BuildRequires:		gtk-doc
 
 %description
@@ -29,7 +28,7 @@ Static libraries and header files for the exo library.
 %setup -q
 
 %build
-%configure --enable-final --enable-gtk-doc --disable-python --enable-xfce-mcs-manager --enable-xsltproc
+%configure --enable-final --enable-gtk-doc --disable-python --enable-xsltproc
 make
 
 %install
@@ -57,15 +56,17 @@ fi
 %files
 %defattr(-,root,root)
 %{_bindir}/exo-desktop-item-edit
+%{_bindir}/exo-eject
+%{_bindir}/exo-mount
 %{_bindir}/exo-open
 %{_bindir}/exo-preferred-applications
+%{_bindir}/exo-unmount
 %{_datadir}/applications
 %{_datadir}/icons
 %{_datadir}/locale
 %{_datadir}/pixmaps
 %{_datadir}/xfce4
 %{_libdir}/lib*.so.*
-%{_libdir}/xfce4/mcs-plugins/*
 %{_libexecdir}
 %{_mandir}/man1/exo-open.*
 %{_sysconfdir}



More information about the Xfce4-commits mailing list