packages: xfce4-dict/xfce4-dict.spec (NEW) - initial revision, replaces xfc...

baggins baggins at pld-linux.org
Thu Nov 11 17:26:45 CET 2010


Author: baggins                      Date: Thu Nov 11 16:26:45 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial revision, replaces xfce4-dict-plugin.spec

---- Files affected:
packages/xfce4-dict:
   xfce4-dict.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/xfce4-dict/xfce4-dict.spec
diff -u /dev/null packages/xfce4-dict/xfce4-dict.spec:1.1
--- /dev/null	Thu Nov 11 17:26:45 2010
+++ packages/xfce4-dict/xfce4-dict.spec	Thu Nov 11 17:26:40 2010
@@ -0,0 +1,94 @@
+# $Revision$, $Date$
+Summary:	Xfce4 Dictionary
+Summary(pl.UTF-8):	Słownik dla Xfce4
+Name:		xfce4-dict
+Version:	0.6.0
+Release:	1
+License:	GPL v2
+Group:		X11/Applications
+Source0:	http://archive.xfce.org/src/apps/xfce4-dict/0.6/%{name}-%{version}.tar.bz2
+# Source0-md5:	c371c5c0bbe45a2bfac336cfe01dfe01
+URL:		http://goodies.xfce.org/projects/applications/xfce4-dict
+BuildRequires:	libxfcegui4-devel >= 4.6.0
+BuildRequires:	rpmbuild(macros) >= 1.311
+BuildRequires:	xfce4-dev-tools >= 4.6.0
+BuildRequires:	xfce4-panel-devel >= 4.6.0
+Requires(post,postun):	gtk+2
+Requires(post,postun):	hicolor-icon-theme
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This program allows you to search different kinds of dictionary
+services for words or phrases and shows you the result.
+Currently you can query a Dict server(RFC 2229), any online
+dictionary service by opening a web browser or search for words
+using the aspell/ispell program.
+
+%description -l pl.UTF-8
+Ten program pozwala przeszukiwać różne serwisy słownikowe w celu
+wyszukania słów lub fraz. Obecnie można odpytywać serwer słownika
+(zgodny z RFC 2229) przy pomocy przeglądarki albo programu
+aspell/ispell.
+
+%package plugin
+Summary:	Xfce panel plugin for xfce4-dict
+Summary(pl.UTF-8):	Wtyczka dla panelu Xfce dla xfce4-dict
+Group:		X11/Applications
+Requires:	%{name} = %{version}-%{release}
+Requires:	xfce4-panel >= 4.6.0
+
+%description plugin
+Xfce panel plugin for xfce4-dict.
+
+%description plugin -l pl.UTF-8
+Wtyczka dla panelu Xfce dla xfce4-dict.
+
+%prep
+%setup -q
+
+%build
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+rm -r $RPM_BUILD_ROOT%{_datadir}/locale/ur_PK
+
+%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) %{_bindir}/xfce4-dict
+%{_iconsdir}/hicolor/scalable/apps/*.svg
+%{_desktopdir}/xfce4-dict.desktop
+%{_mandir}/man1/xfce4-dict.1*
+
+%files plugin
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-dict-plugin
+%{_datadir}/xfce4/panel-plugins/xfce4-dict-plugin.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  2010/11/11 16:26:40  baggins
+- initial revision, replaces xfce4-dict-plugin.spec
+
================================================================


More information about the pld-cvs-commit mailing list