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

megabajt megabajt at pld-linux.org
Wed Apr 18 14:21:07 CEST 2007


Author: megabajt                     Date: Wed Apr 18 12:21:07 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/xfce4-dict.plugin.spec
diff -u /dev/null SPECS/xfce4-dict.plugin.spec:1.1
--- /dev/null	Wed Apr 18 14:21:07 2007
+++ SPECS/xfce4-dict.plugin.spec	Wed Apr 18 14:21:02 2007
@@ -0,0 +1,74 @@
+# $Revision$, $Date$
+Summary:	A dict plugin for Xfce panel
+Name:		xfce4-dict-plugin
+Version:	0.2.1
+Release:	1
+License:	GPL v2
+Group:		X11/Applications
+Source0:	http://goodies.xfce.org/releases/xfce4-dict-plugin/%{name}-%{version}.tar.bz2
+# Source0-md5:	2ef7f110883a9d9316fd06a1c2a327da
+URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-dict-plugin
+BuildRequires:	autoconf >= 2.50
+BuildRequires:	automake
+BuildRequires:	intltool >= 0.35.5
+BuildRequires:	libtool
+BuildRequires:	rpmbuild(macros) >= 1.311
+BuildRequires:	xfce4-dev-tools >= 4.4.0
+BuildRequires:	xfce4-panel-devel >= 4.4.0
+Requires(post,postun):	gtk+2
+Requires(post,postun):	hicolor-icon-theme
+Requires:	xfce4-panel >= 4.4.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+With this plugin you can query a dictionary server (see RFC 2229) to
+search for the translation or explanation of a word. You can also
+choose a dictionary offered by the server to improve your search
+results.
+
+%prep
+%setup -q
+
+%build
+%{__intltoolize}
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%update_icon_cache hicolor
+
+%postun
+%update_icon_cache hicolor
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-dict-plugin
+%{_datadir}/xfce4/panel-plugins/dict.desktop
+%{_iconsdir}/hicolor/scalable/apps/dict-icon.svg
+
+%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/04/18 12:21:02  megabajt
+- new
+
================================================================


More information about the pld-cvs-commit mailing list