SPECS: xfce4-verve-plugin.spec (NEW) - new

megabajt megabajt at pld-linux.org
Sat Jan 27 19:12:36 CET 2007


Author: megabajt                     Date: Sat Jan 27 18:12:36 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   xfce4-verve-plugin.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/xfce4-verve-plugin.spec
diff -u /dev/null SPECS/xfce4-verve-plugin.spec:1.1
--- /dev/null	Sat Jan 27 19:12:36 2007
+++ SPECS/xfce4-verve-plugin.spec	Sat Jan 27 19:12:30 2007
@@ -0,0 +1,75 @@
+# $Revision$, $Date$
+#
+%define		srcname		verve-plugin
+#
+Summary:	Verve plugin for Xfce panel
+Name:		xfce4-%{srcname}
+Version:	0.3.5
+Release:	1
+License:	GPL v2
+Group:		X11/Applications
+Source0:	http://goodies.xfce.org/releases/verve-plugin/%{srcname}-%{version}.tar.bz2
+# Source0-md5:	85701b960da6bb10762b460c23b84c15
+URL:		http://goodies.xfce.org/projects/panel-plugins/verve-plugin
+BuildRequires:	autoconf >= 2.50
+BuildRequires:	automake
+BuildRequires:	dbus-glib-devel >= 0.34
+BuildRequires:	intltool
+BuildRequires:	libexo-devel >= 0.3.2
+BuildRequires:	libtool
+BuildRequires:	pcre-devel
+BuildRequires:	pkgconfig
+BuildRequires:	xfce4-dev-tools >= 4.4.0
+BuildRequires:	xfce4-panel-devel >= 4.4.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Verve plugin is a comfortable command line plugin for the Xfce panel.
+It supports several nice features, such as:
+- command history
+- auto-completion (including command history)
+- open URLs and e-mail addresses in your favourite applications
+- focus grabbing via D-BUS
+- custom input field width
+
+%prep
+%setup -q -n %{srcname}-%{version}
+
+%build
+%{__intltoolize}
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+	--disable-static
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{srcname}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{srcname}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README THANKS TODO
+%attr(755,root,root) %{_bindir}/verve-focus
+%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-verve-plugin
+%{_datadir}/xfce4/panel-plugins/verve.desktop
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/01/27 18:12:30  megabajt
+- new
+
================================================================


More information about the pld-cvs-commit mailing list